Log in

View Full Version : Problems loading a file


Mikassi
25th August 2013, 03:51
Hi! I'm trying to load a .mkv in avisynth but I'm having some problems. If I use DirectShowSource, the video appears grey and if I use ffms2 there are some blocky issues like in the screen. Also, if I demux it to a .h264 file and use DGAVCIndex, loading the .dga the problem is the same. Any help? Ty in advance.

http://i.imgur.com/GObsTYK.png

feisty2
25th August 2013, 05:49
is it a 10bit file?

Mikassi
25th August 2013, 16:43
Yes, it is. But I can reproduce it fine with MPC

sneaker_ger
25th August 2013, 19:17
Are you using the latest ffms2 version?

Mikassi
25th August 2013, 20:56
I updated ffms2 and it works now. Thank you.