Which is the best way to encode batch videos on server side? -
i making general question since developer , have no advance experience on video elaboration. have preparare web application purpose allow video files upload on our company server , video elaboration server, on user command. purpose of web application allow user make elaboration on video depending on user action launch web app:
(server has ) convert video in different format(mp4, flv...)
extact keyframes video , saves them in jpeg format
possibility extract audio video
automatic control of quality audio & video (black frames,silences detection)
change scene detection , keyframe extraction
.....
this what's bosses wanted web based application (with server support obviously), , understand first 3 points of list, rest me arabic....
my question is: best , fastest server side application works, can support multiple batch video conversions, command line (comand line php-soap-socket interaction or else..)?
is suitable adobe media server batch video conversion?
which adobe products can used purpose?
note: have experience indesign server scripting programing (sending xml php , soap call...), , looking similiar video elaboration.
i appreciate answers.
thanks all
i suggest start open source project ffmpeg. can call program command line , via series of arguments specify desired output types, thumbnails, etc.
as aside, when start looking around @ video related projects (mediashare example) find using ffmpeg video processing.
Comments
Post a Comment