Log in

View Full Version : Hardsub MKV


zirkov
24th February 2008, 13:48
I have softsub mkv from my friend and I want to streaming it at megavideo.com. The problem is the sub wont show up, any idea make softsub mkv to hardsub one ?

Ranguvar
25th February 2008, 23:04
Two options.

1.) Remux the MKV using MKVtoolnix. Make sure to select the subtitle stream as a default stream. This most likely won't work.

2.) Re-encode it. First demux the subtitles out with MKVtoolnix. Then put them back in the video (TextSub() in AviSynth will do it), and encode.

DarkZell666
2nd March 2008, 15:09
Two options.

1.) Remux the MKV using MKVtoolnix. Make sure to select the subtitle stream as a default stream. This most likely won't work.

2.) Re-encode it. First demux the subtitles out with MKVtoolnix. Then put them back in the video (TextSub() in AviSynth will do it), and encode.

Remuxing won't work since even if the subtitle stream will be inside the mkv file (if it isn't already), it's still appart from the video.

The only option is to reencode, in the way you mentionned in 2). Using mencoder is also an option.

Ranguvar
2nd March 2008, 19:30
That's why I said it most likely wouldn't work. #1 will only work if MegaVideo plays embedded subs if they are default streams, and if it wasn't default to begin with.