randomshinichi
18th April 2011, 01:50
So far I've only been using DirectShowSource(). But I've read about ones like DGDecNV(), and FFMS(). What are the possible advantages of using these over DirectShowSource()? I don't think my transcoding process is particularly limited by the decoding of the input file at all.
I would really appreciate a source filter that would automatically provide the subtitle stream to use with TextSub directly from the mkv, because currently I always have to use mkvextract to extract the subtitles from the mkv before using TextSub. Right now the only way I know how to do that is to download VSFilter, put it in the Windows Path, and run "regsvr32 vsfilter.dll". There's got to be a more elegant way to do this, right?
EDIT: For instance: DirectShowSource("file.mkv", audio=true,subtitles=track3,engsubs(this is the handle!))
TextSub(engsubs)
I would really appreciate a source filter that would automatically provide the subtitle stream to use with TextSub directly from the mkv, because currently I always have to use mkvextract to extract the subtitles from the mkv before using TextSub. Right now the only way I know how to do that is to download VSFilter, put it in the Windows Path, and run "regsvr32 vsfilter.dll". There's got to be a more elegant way to do this, right?
EDIT: For instance: DirectShowSource("file.mkv", audio=true,subtitles=track3,engsubs(this is the handle!))
TextSub(engsubs)