I am experimenting with AVISynth (very impressive capabilities) but have run into a problem. Some filters need YV12 space to work but I can’t get ConvertToYV12 to function in my script. VirtualDubMod gives me the error “Couldn’t locate decompressor for format YV12(unknown)”.Conversions to YUY2 & RGB24 work just fine.
Searched the forums (including this one) which suggested installing ffvfw and installing YV12QTCodec10. Did both, same result. Can anyone please tell me what I am doing wrong?![]()
I am running VirtualDubMod 1.5.10.1 build 2439, and AVISynth 2.5.4. and my captures are in VirtualVCR using the PicVideo MJPEG 3Vfw codec.
Thanks in advance. - MGY
+ Reply to Thread
Results 1 to 6 of 6
-
-
The simple fix looks something like this:
---------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"vidc.yv12"="xvid.dll"
---------------------
but you'll have to switch "xvid.dll" with what ever MPEG-4 codec you have installed.
Are you capturing in YV12 with the PicVideo codec? Maybe the "xvid.dll" should be replaced with the PicVideo codec. -
I set VirtualVCR to capture in YUY2. The other options are RGB24, RGB555 & YVU9. I'm too new to this game to know if it can be configured for YV12 or not.
In the registry keys, there is no "vidc.yv12" entry. (Gee, big surprise). The only MPEG4 codecs I have installed are ffvfw & Microsofts Video MPEG4 Codecs 1 & 2. Please feel free to recommend something.
Oh, please correct me if I am wrong but doesn't ffvfw have several codecs? If ffvfw is good enough, what dll holds the MPEG4 codec?
BTW, thanks for the quick response.-MGY
-
Hmm. . .
Tried ffvfw.dll but did not work. (Though it could be my fault; not an expert with Windows Registry).
However, I downloaded XviD, installed it, modified Windows Registry as suggested and it worked like a champ.
Excellent. I thank you both very much. (Now to have some fun. . .)
-MGY
Similar Threads
-
Cannot locate decompressor for H264
By Rogert in forum Newbie / General discussionsReplies: 2Last Post: 6th Oct 2011, 09:18 -
VirtualDub Error 'Says "Couldnt locate decompressor for format xvid"
By shashgo in forum Newbie / General discussionsReplies: 3Last Post: 21st Jul 2010, 23:05 -
locate decompressor for h264?
By CommanderZero in forum Newbie / General discussionsReplies: 11Last Post: 17th Mar 2008, 22:06 -
Help converting Hi8? (Can't locate HCW2 decompressor...?)
By Ai-chan in forum Newbie / General discussionsReplies: 6Last Post: 4th Nov 2007, 15:39 -
virtualdub Xvid Decompressor couldn't be located
By unkown in forum EditingReplies: 5Last Post: 11th Aug 2007, 04:21