Have some MKV files that have subtitles. Would like to create an MPEG-2 version of the files so I can play them back on my Tivo. I've used FFMpeg before to do this, and even know how to specify to use a different audio track. Normal command I use looks like:
But how do you specify which subtitle track? Is this even possible?Code:"c:\program files\ffmpeg\ffmpeg.exe" -i "Home Movie.mkv" -target ntsc-dvd -acodec mp2 -ab 192 -ac 2 -ar 48000 -b 4096 -r 29.97 -s 720x480 -vcodec mpeg2video "Home Movie.mpg"
Thanks,
Ewan
+ Reply to Thread
Results 1 to 5 of 5
-
-
As it turns out, it IS in the "regular" MPlayer package, but it isn't in the versions that have a GUI. Guess they figure that if you want the GUI you wouldn't want the mencoder tool. Nice to be the exception to the rule...
In any event, that covers getting the tool. Could still use some help on how I would specify to mencoder to use a specific subtitle track to output to the final file.
TIA,
Ewan
Similar Threads
-
Convert MKV with .ass subs to mp4 with ffmpeg
By bearnado in forum Video ConversionReplies: 2Last Post: 1st Mar 2012, 02:21 -
Burn MKV to DVD including 5.1 audio and subtitles ?
By Dinky2 in forum MacReplies: 4Last Post: 11th Jan 2012, 14:29 -
mpeg2 ts file convert to mkv or mpeg2 ts......change only video bitrate...
By jrblack in forum Video ConversionReplies: 4Last Post: 24th Jan 2011, 18:45 -
Help Converting VOB File to MKV (including original AC3 and Subtitles)
By CCS4George in forum Video ConversionReplies: 1Last Post: 10th Sep 2010, 17:53 -
How to convert MKV Matroska to Avi or Divx including audio tracks and sub
By s.elmagnifico in forum User guidesReplies: 0Last Post: 16th Aug 2008, 08:47