Log in

View Full Version : YV12 Issue


EpheMeroN
13th November 2004, 06:58
I've never been able to figure this out. On certain computers, CCE v2.67 will run just fine out-of-the-box with dvd material frameserved with Avisynth (will post the script that I'm using below). Other times, it gives me a YV12 issue saying it cannot find a decompressor for it.

So, I try installing XviD or DivX that can decompress YV12 and it still doesn't correct the issue. My question is, why does this happen on some computers and not others? I'm forced to put a ConvertToYUY2(Interlaced=True) line into the script to get CCE encoding successfully.


My script that I'm using is:
LoadPlugin("C:\Video Related\Avisynth v2.5.5\Plugins\DGDecode.dll")
MPEG2Source("C:\Documents and Settings\User\Desktop\sample.d2v",idct=7,cpu=4)
Telecide(order=0,guide=1)
Decimate(cycle=5)
crop(8,70,704,346)
BicubicResize(480,354,0,0.5)
AddBorders(0,64,0,62)

Krismen
13th November 2004, 11:31
Maybe it's a good time for you to try Helix YV12 decompressor (http://forum.doom9.org/showthread.php?&threadid=56972).

RB
19th November 2004, 09:27
Originally posted by EpheMeroN
I'm forced to put a ConvertToYUY2(Interlaced=True) line into the script to get CCE encoding successfully.And you're better off this way, anyway. Please read the CCE FAQ in this forum, Q14.4.