image - Setting the quality for ffmpeg command? -


what have add command:

cat *.jpg | ffmpeg -f image2pipe -r 10 -vcodec mjpeg -i - out7.webm

to best available quality?

try adding switch "-qscale x".

the lower x, better quality (range 2 32, fractions allowed). should work.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -