[Libav-user] How to convert "-q:v 1" to API form

Arthur Muller muller at vki.com
Mon Feb 1 17:34:28 CET 2016


>How can I reproduce this?
>What ffmpeg command produces a file that cannot be read?

Carl,

I used the following command:

ffmpeg -framerate 10 -start_number 1 -i image%02d.png -c:v yuv4 myyuv.yuv

But keep in mind that the only reason I was generating the yuv data itself was to use it as input to ffmpeg. As a result, given that ffmpeg itself is doing a conversion for me that generates a high quality mp4 file, I'm done. It works!

-Arthur 



More information about the Libav-user mailing list