[FFmpeg-user] Error while opening encoder....

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Sep 24 18:06:01 CEST 2012


Mike Kavanagh <mike.kavanagh <at> netpipe.biz> writes:

> ffmpeg -vf "pad=1340x886" -i "%06d.jpg"

The order of options matters:
You probably want to insert the video filter 
between decoder and encoder.

> -y movie.mp4 -r 1 -b:v 9600 -report

And I would strongly expect that you have to put 
the output file options "bv" and "r" in front of 
the output file.

Carl Eugen



More information about the ffmpeg-user mailing list