01-09-2005, 10:37 PM
|
Free Member
|
|
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I am capturing the tv series "24" with PVR-250 at MPEG2 12.0MBit/sec (CBR) analog.
In Vdub, I have a repeating pattern of 3 clean frames followed by 2 interlaced frames. All frames appear to have movement.
I will be putting (4) 42 minute episodes on each DVD.
 Should I deinterlace, or Telecide without Decimating?
 Given it is a TV capture, should I use DVD Full or DVD Half?
 Should I use Phil's script (below) or something else?
Quote:
Mpeg2Source("H:\24\4_07A08A\4_0708.d2v")
Telecide(order=1, guide=1, gthresh=10, post=2, vthresh=50, dthresh=7, blend=false, show=false)
Decimate(cycle=5, mode=0, threshold=0, threshold2=3, quality=2, show=false)
Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.3,seed=5823)
Deen()
GripCrop(704, 480, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=5623)
GripBorders()
LetterBox(16, 16, 16, 16)
|
EDITED: Sorry, it is in pattern, so I will Telecide() and Decimate(). Would you use above script?
|