On 27/02/13 01:05, Michael Heuberger wrote:
> Hello guys
> 
> I have this command to convert an image sequence to webm:
> 
> avconv -f image2 -r 13 -i /tmp/test/input/%d.jpg -an -b:v 256k -r 25 -y
> /tmp/test/output/video.webm -loglevel info -c:v libvpx -deadline rt
> 
> Unfortunately it's extremely slow compared to x264 (9x slower!). Do you
> have any ideas, clues how I can speed it up with more/other commands?

have a look at the presets provided, restricting qmin/qmax and setting
the deadline to good usually leads to decent results.

lu

_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools

Reply via email to