View Full Version : No decompressor for .AVS (DGDecode) files?
linyx
19th July 2009, 05:23
I am trying to help a friend with ripping some of his DVDs, but when he creates an AviSynth script for opening a DGIndex/DGDecode .d2v file, the file won't open in MPC (No suitable compressor). I think I could fix this for him, but since I don't have access to his computer, I can't. If you could tell me what might be the common causes of this message, I could probably get him on the right track. I've searched a lot, and even tried to re-create the problem here, but with no luck.
Thank you in Advance!!!
Inspector.Gadget
19th July 2009, 06:08
Make sure to enable YV12 decoding in ffdshow (or the relevant colorspace, if that's not your output format). Note that encoders don't need a YV12 decompressor in the filter chain, so wherever you're using DirectShowSource(), make sure to disable ffdshow's YV12 decoding unless there is a specific ffdshow filter you'd like to apply.
linyx
19th July 2009, 06:14
Thank you Inspector.Gadget.
I'll tell him about that and see what happens.
linyx
20th July 2009, 03:50
Apparently, he did not have FFDShow installed:eek:. Installing that fixed the error.
Thank You again!
Inspector.Gadget
21st July 2009, 00:07
Glad you got it working.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.