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
Post a Comment