View Single Post
Old 26th May 2010, 00:14   #1  |  Link
Majin3
マジンさん
 
Join Date: Apr 2010
Location: Germany
Posts: 18
Loading .mkv files with linked segments

Hello,
I would like to ask if there is some easy way to load .mkv files which use linked segments and subtitles.
The only way I found so far is:
Extract subtitles -> Create .grf file -> Load .grf for video and audio with DirectShowSource() & AudioDub() -> load subtitles with TextSub() -> Encode
... which is a bit annoying if you have to do it for a lot of files.

The easiest way would of course be simply DirectShowSource(), but that way the linked segments are ignored. Why is that so? Shouldn't DSS be the same as if GraphEdit/a DirectShow Player opens the file?

Well, that's not a problem if I use a .grf file, but then the subtitles are missing because GraphEdit (and GraphStudio too) seem to delete the subtitle connection from Haali to DirectVobSub if I save the .grf file.
So these both problems leave me with the solution above which I would like to avoid.

Thanks in advance.
Majin3 is offline   Reply With Quote