Thanks again I'll see the performance of the commands you told me. BTW what does -sameq does?
I need API because I am tring to build a server that coverts formats (and does some other stuff). Loading ffmpeg for each client is expensive (Run time) keeping a lib in memory using it with API is much much faster. Thanks. On Sat, Jan 9, 2010 at 9:56 PM, Alexander Bokovikov <[email protected]> wrote: > > On 10.01.2010, at 0:14, Uri Goldenberg wrote: > >> 2. the syntax you've mentioned was not mentioned in >> ffmpeg -h command. > > I'm sorry I wrote it "from memory", so I mixed it with mencoder... > Really it is -vcodec copy -acodec copy > and these options are definitely shown by -h command. Just have checked it. > -h gives you tons of options, so be careful while read it all :) > >> Where can I find documentation about it. And what API's end examples >> are related to me. > > Kill me but I can't imagine what do you need API for. > FFMPEG itself does conversion perfectly. > Do you need a GUI for conversion project? If this is why you're asking for > API, then you're in a wrong way. It is resolvable task without API, just use > pipes to get response from FFMPEG. This is a common way all FFMPEG GUI's are > built in. > > Best regards, > Alexander > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user > _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
