How to convert an MKV to MP4 with Subtitles

2

1

I have an MKV with subtitles. I want to convert it to MP4, but HandBrake does support encoding subtitles from anything other than a DVD.

Is there a way to do what I want? I'll take anything on either Mac or PC.

AngryHacker

Posted 2010-06-09T04:34:33.840

Reputation: 14 731

Answers

2

Use mkvextract to pull the subs and fonts out of the .mkv, then use AVIDemux to re-encode the video, adding the sub track in the video filters.

Ignacio Vazquez-Abrams

Posted 2010-06-09T04:34:33.840

Reputation: 100 516