View Full Version : IVTC in CCE
emtfdny
20th January 2003, 01:29
Can someone please help me with on hot to do IVTC in CCE. How do I wrtie the script for it like that one I did for the .avs file for my DVD's. Thanks for the help.
1loser
20th January 2003, 01:45
This is what I use but I'm no expert. Make a project file using DVD2AVI and select NONE for field operation.
LoadPlugin("C:\avs\mpeg2dec.dll")
LoadPlugin("C:\avs\Decomb.dll")
mpeg2source("filename.d2v")
Telecide()
Decimate(5)
BicubicResize(352,480,0,0.60)
ResampleAudio(44100)
It will leave you with a video with a frame rate of 23.976 and you than need to do a 2:3 pulldown to get the frame rate to 29.97 for NTSC TV's.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.