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:

  1. (server has ) convert video in different format(mp4, flv...)

  2. extact keyframes video , saves them in jpeg format

  3. possibility extract audio video

  4. automatic control of quality audio & video (black frames,silences detection)

  5. 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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -