simonhowson
9th November 2006, 15:47
I'm just wondering if it is normal for a script with deinterlacing to be very slow. Here is the script I encoded, I got just 4 fps on an Athlon 64 x2 4600 (2.4 GHz)
DGDecode_mpeg2source("H:\roy\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
TDeint(order=1,full=false,edeint=edeintted)
crop( 4, 0, -4, -14)
BilinearResize(640,480) # Bilinear (Soft)
Undot() # Minimal Noise
The source is a DVD of a TV programme shot on video.
DGDecode_mpeg2source("H:\roy\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
TDeint(order=1,full=false,edeint=edeintted)
crop( 4, 0, -4, -14)
BilinearResize(640,480) # Bilinear (Soft)
Undot() # Minimal Noise
The source is a DVD of a TV programme shot on video.