[FFmpeg-user] creating dvd from m2t files

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jun 13 02:48:49 CEST 2013


François Patte <francois.patte <at> mi.parisdescartes.fr> writes:

> /usr/local/bin/ffmpeg -fix_sub_duration 
> -i "Bandits, bandits.m2t" -aspect 16:9 -target pal-dvd 
> -map 0 -c:a copy -scodec dvdsub  output.mpeg

I tested the following command line:
$ ffmpeg -i Time_bandits.m2t -aspect 16:9 -target pal-dvd 
-acodec copy -scodec dvdsub  output.mpeg

The output file shows subtitles with MPlayer and older 
versions of ffplay, subtitles are currently broken in 
ffplay, I opened ticket #2666 (should be unrelated to 
your original problem).

Carl Eugen



More information about the ffmpeg-user mailing list