Hello,
I am having a color problem when converting a DVD from PAL to NTSC. The color appears "faded".
I have read every guide here at the Forum, but have been more confused than ever. I am trying to do a FULL conversion including menus, audio tracks and subtitles.
I am using the DGIndex+AVISYNTH+CCE+DGPULLDOWN technique.
The conversion comes allright, but the color seems a bit lighter than the original.
I have the following AVS Script, since one of my sources are in progressive format :
LoadPlugin("DGDecode.dll")
MPEG2Source("trailer.d2v")
ConvertToYUY2()
LanczosResize(720,480)
Other script for the interlaced is as follows :
LoadPlugin("DGDecode.dll")
LoadPlugin("decomb521.dll")
LoadPlugin("convolution3d.dll")
MPEG2Source("special2.d2v")
FieldDeinterlace(full=false)
ConvertToYUY2()
Convolution3d (preset="movieHQ")
LanczosResize(720,480)
crop(8,12,-8,-12)
AddBorders(8,12,8,12)
Can Anyone help?
BTW, I only have 2 DVDs to convert, so this is a one time job. Any help is appreciated... Sorry about the bad english... it is not my native language...smile.gif
CCE settings
Attachment:
cce.JPG [ 30.59 KiB | Viewed 22 times ]
Attachment:
trailer001.JPG [ 11.32 KiB | Viewed 24 times ]
Attachment:
trailer.mpv.pulldown001.jpg [ 9.59 KiB | Viewed 24 times ]