[FFmpeg-user] make mpeg2 file with hardcoded subs from .srt file

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jul 10 22:03:40 CEST 2013


Albert Scholtalbers <compuvision.sr <at> gmail.com> writes:

> ffmpeg.exe -y -i "E:\src.mkv" -vf subtitles=src.srt 
> -f dvd -target ntsc-dvd -r 29.97 -vf scale=720:480 
> -aspect 16:9 -b:v 8000k -g 12 -mbd rd -trellis 1
> -flags +mv0 -cmp 0 -subcmp 2 "E:\dest.mpg"

I didn't test but I suspect specifying two 
"-vf" options for one output file is either 
undefined behaviour or forces only the 
second option.

Carl Eugen



More information about the ffmpeg-user mailing list