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? Thanks for your help! Cheers Michael -- Binary Kitchen Michael Heuberger 4c Dunbar Road Mt Eden Auckland 1024 (New Zealand) Mobile (text only) ... +64 21 261 89 81 Email ................ [email protected] Website .............. http://www.binarykitchen.com
_______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
