[FFmpeg-user] buffer problems with dvd encoding
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Oct 3 00:59:25 CEST 2013
Jim Shupert <jshupert <at> pps-inc.com> writes:
> ffmpeg -y -i /media/data/cap/soc_1.avi -vf "yadif"
> -vcodec mpeg2video -pix_fmt yuv420p -acodec mp2
> -target ntsc-dvd -sample_fmt flt -minrate
> 1000k -maxrate 6000k -bufsize 4096k -aspect 4:3
> /media/SSD-015/SofC/SofC2.mpg
Does the following work?
ffmpeg -i soc_1.avi -vf yadif -target ntsc-dvd SofC2.mpg
Carl Eugen
More information about the ffmpeg-user
mailing list