acrespo
26th February 2004, 19:57
Question 13 in YV12 FAQ:
13. I installed AviSynth v2.5 and DivX5 (or one of the latest Xvid builds of Koepi), all I got is a black screen when opening my avs in Virtualdub/VirtualdubMod/CCE/TMPGEnc ?
Ok, apperently your video is not decompressed by DivX 5.02 (or Xvid). Go to your windows-dir and rename a file called MSYUV.DLL, or add the following to your registry file:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"VIDC.YV12"="divx.dll"
Replace "divx.dll" by "xvid.dll" for xvid
Is there other codecs to decode YV12 AVS scripts in VirtualDub? And about YUY2?
13. I installed AviSynth v2.5 and DivX5 (or one of the latest Xvid builds of Koepi), all I got is a black screen when opening my avs in Virtualdub/VirtualdubMod/CCE/TMPGEnc ?
Ok, apperently your video is not decompressed by DivX 5.02 (or Xvid). Go to your windows-dir and rename a file called MSYUV.DLL, or add the following to your registry file:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"VIDC.YV12"="divx.dll"
Replace "divx.dll" by "xvid.dll" for xvid
Is there other codecs to decode YV12 AVS scripts in VirtualDub? And about YUY2?