View Single Post
Old 27th October 2014, 17:37   #2  |  Link
Reel.Deel
Registered User
 
Join Date: Mar 2012
Location: Texas
Posts: 1,666
Quote:
Originally Posted by cyberyman View Post

My first problem ist, how can I import those MKV with MPEG video?

MPEG2Source or DirectShowSource("C:\Users\kruger\Downloads\title00.mkv") gave me an error (file not supported)
I read that DGDecode.dll should be used for MPEG-2 but i also gave me an error, I think it can't handle mkv container? (It would make much more work first to remux all mkvs again)
With MPEG2Source you have to index the file first with DGIndex, that will create a .d2v file. Once that's done load the .d2v file with MPEG2Source("title00.d2v"). Regarding DirectShowSource (don't use it!), there are better alternatives (FFMS2 , LSMASHSource).
Reel.Deel is offline   Reply With Quote