View Full Version : MKV playback issue
rendez2k
13th February 2008, 19:21
I have an MKV which plays fine on my system through media player classic etc. But I need to load this into ProCoder, so I wrote an avs file containing: DirectShowSource("E:\05.mkv").
However, the sound works but theres no picture in any application I've tried. I'm assuming its an AviSynth (2.57) issue somehow? I've reinstalled but still the same issue.
Adub
13th February 2008, 19:27
Try either demuxing the file and indexing the video (which I assume is h.264) with DGAVCindex.
Or, try FFMPEGSource.
rendez2k
13th February 2008, 19:31
Try either demuxing the file and indexing the video (which I assume is h.264) with DGAVCindex.
Or, try FFMPEGSource.
Sorry, whats FFMpegSource and how do I use it? Is it an AviSynth plugin?
Adub
13th February 2008, 19:43
Yes it is, and you just need to use search to find it.
Sagekilla
13th February 2008, 19:43
FFMPEGSource is like DirectShowSource or Avisource -- It loads video. As the name suggests, ffmpeg is used as the decoding backend. You can find it on the warp enterprise filter list.
By the way, where did you acquire this video from?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.