PDA

View Full Version : YV12 Instalation Problem


Digitals
18th February 2009, 15:23
I hav installed yv12 codec but its not working

check the image

http://imagehost.in/images.php/i1303_Untitled1.jpg

i hav tried regedit 2 getting same error, can some one tell me how to solve this. Thanks.

neuron2
18th February 2009, 15:38
Post your script.

Digitals
18th February 2009, 16:50
DGDecode_mpeg2source("G:\DVD9s\Murari\VTS_01_1.d2v", cpu=2, info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
AssumeTFF().Telecide(1,guide=1,post=0).Decimate().vinverse()
crop( 6, 102, -14, -98)
fft3dfilter(sigma=5.5)
ylevelss(10,1.3,255,0,255)
limitedsharpenfaster(smode=4,strength=30)
tweak(cont=1.04,hue=6,sat=1.18,bright=2)
Spline36Resize(672,288) # Spline36 (Neutral)
#denoise

neuron2
18th February 2009, 23:40
Load these two scripts and report what happens with each when opening the script in VirtualDub:

Script 1:

DGDecode_mpeg2source("G:\DVD9s\Murari\VTS_01_1.d2v", cpu=2, info=3)

Script 2:

DGDecode_mpeg2source("G:\DVD9s\Murari\VTS_01_1.d2v", cpu=2, info=3)
ConvertToYUY2()

Also, what YV12 codec did you install?