Hi Guys.. just started using KDVD and i'm trying to put some avi's onto a DVD.
Every thing is fine and dandy apaprt from when I encode my video (from a DivX 4 source) the resulting MPEG2 from CCE has all the colours messed up.
Does anyone know what may be causing this?
Here's my script in case it makes a difference...
Code:
m_width=720
myoverscan=0
AVISource("weejames.avi",false)
Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823)
ATC(1,2,4,0.5,false)
TemporalSoften(2,7,7,3,2)
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5823)
gripCrop(m_width, 480, overscan=myoverscan,source_anamorphic=false,dest_anamorphic=false)
GripSize(resizer="lanczosresize")
GripBorders()
converttoyuy2()
Cheers
James