[FFmpeg-user] Convert RAW AVI file to lossless ffvhuff and produce JPG images
Robert Krüger
krueger at lesspain.de
Thu Aug 8 18:32:00 CEST 2013
On Thu, Aug 8, 2013 at 4:30 PM, James Board <jpboard2 at yahoo.com> wrote:
>>ffmpeg -i in.avi -c:v ffvhuff -c:a copy out.nut -f image2 out%d.png
>
> That works, and Thank You. However, when i used jpeg files
> as output, the quality of the jpeg file is very poor. I'd like to
> have much better quaility jpeg files, but I don't wnat png files
> since they consume too much disk space.
>
> Is there a way to increase the quality of the jpeg files that '-f image2;
> produces?
ah, sorry. responded to the other thread before reading this. Did you
try adding "-q:v 1 " to your command line to set the jpg quality?
More information about the ffmpeg-user
mailing list