Sorry if this isn't the correct forum for this question... i tried to guess as best I could.
It's been suggested that I use DGMPGDec instead of DVD2AVI to creat .d2v projects. However, after using DGIndex, I try to open the resultant .avs script in VirtualDubMod 1.5.4.1 via AviSynth 2.5.4 and get an error:
Avisynth open failure:
AVISource: couldn't locate a decompressor for fourcc YV12
Just trying to open with VirtualDubMod results in:
"Couldn't locate decompressor for format 'YV12' (unknown). VirtualDun requires a Video for Windows (VFW) compatible codec to decompress video. DirectShow codecs, such as those used by Windows Media Player, are not suitable. Only 'Direct stream copy' is available for this video."
Where do I find this decoder? Googling turns up a lot of posts in foreign languages and nothing helpful in English.
+ Reply to Thread
Results 1 to 4 of 4
-
-
The Helix YUV Codecs can decompress YV12, but after reading your message and gastorgrab's reply again I realize that's not really your problem. Sorry to have bothered you.
-
The AviSynth script for DGIndex can include a line to change the colorspace. Its in the DGMPGDec documentation.
--------cut-----------
loadplugin ("C:\Ut\Video\DGMPGDec\DGDecode.dll")
mpeg2source ("",cpu=6)
YV12toRGB24 ()
FlipVertical ()
--------cut-----------
This is the "template.avs" file i use. ( "Flip Vertical ()" must accompany YV12toRGB24 () )
....but if you have XviD or DivX on your machine you could use one of them to decode YV12.
just add a new entry to your registry:
--------cut-----------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"vidc.yv12"="xvid.dll"
--------cut-----------
Similar Threads
-
Converting YV12 to anything else causes inexplicable blockiness
By Asterra in forum Capturing and VCRReplies: 13Last Post: 19th Apr 2011, 06:02 -
Capturing YUY2 or YV12 interlaced?
By rmdeboer82 in forum Capturing and VCRReplies: 5Last Post: 15th Dec 2010, 09:10 -
error yv12 fliter??
By f1st in forum Video Streaming DownloadingReplies: 0Last Post: 21st Mar 2009, 11:04 -
DVD to DVD: YV12 to RGB to YV12, color problem ???
By cd090580 in forum RestorationReplies: 9Last Post: 24th Oct 2008, 10:16 -
Raw YUY2 to YV12 format?
By allyli2007 in forum ProgrammingReplies: 8Last Post: 2nd Jun 2007, 12:43