Log in

View Full Version : Directshowsource and AVC


Sagekilla
12th January 2008, 23:24
Hi all, I'm trying to get avisynth to decode an mkv file with x264 encoded video in it using directshowsource. I know I can simply use Neuron's DGAVC + AVCsource plugin, but I'd rather use DirectShowSource. I prefer being able to just use DSS("Video.mkv") instead of using DGAVC to index + AVCsource to open it up. But, I can't seem to figure out what I need to do to get this to work.

Can anyone enlighten me? :)

Dark Shikari
12th January 2008, 23:34
DirectShowSource will work fine as long as you have a splitter + decoder installed for the file.

Terranigma
13th January 2008, 00:08
You should use ffmpegsource instead, it's much better/faster than directshowsource for decoding avc. :)

Sagekilla
13th January 2008, 00:35
Hm, I seem to have gotten FFmpegSource and regular DirectShowSource working fine with my mkv + H.264, but I've run into another problem.

Unless I stick a ConvertToRGB32() at the end of it, I can't open it up to preview in mpc or VDB. Any solutions? I get a "Couldn't locate decompressor for YV12" when I try.

Terranigma
13th January 2008, 00:51
http://forum.doom9.org/showthread.php?s=&threadid=56972
?

Sagekilla
13th January 2008, 01:17
D'oh, yes that.. Thank you Terranigma :) I just reformatted my computer and it's all out of whack codec wise, including this..