bigdog660
6th March 2006, 07:51
Hello,
I've captured video from a laserdisc at 720x480@29.97, and this is screenshot of the video in avi format.
http://home.comcast.net/~pgeer44/ScreenHunter_003.jpg
I then use this script to crop the video, and to perform an Inverse Telecine (IVTC):
AVISource("H:\test.avi")
AutoCrop(0)
Telecide(order=0)
Decimate(cycle=5)
The problem is, when I try to encode the video in CCE, I get this result:
http://home.comcast.net/~pgeer44/ScreenHunter_002.jpg
I have set the aspect ratio in CCE to SAR 1:1, and have tried 16:9 and 4:3, but with no luck.
What am I doing wrong?
A second question: Since I'm doing IVTC in AviSynth, there is no need to do 3:2 pulldown in CCE, correct?
Also, since I've done a ITVC on the video, it means the video is now deinterlaced, and I can encode the video in CCE as progressive, correct?
Lastly, when I try to use Trim(begin, end) in the script above, I get an error in my script. Any idea why?
Sorry about all the questions, I pretty new to this stuff. I'm trying my best to follow the guides.
Thanks,
bigdog
I've captured video from a laserdisc at 720x480@29.97, and this is screenshot of the video in avi format.
http://home.comcast.net/~pgeer44/ScreenHunter_003.jpg
I then use this script to crop the video, and to perform an Inverse Telecine (IVTC):
AVISource("H:\test.avi")
AutoCrop(0)
Telecide(order=0)
Decimate(cycle=5)
The problem is, when I try to encode the video in CCE, I get this result:
http://home.comcast.net/~pgeer44/ScreenHunter_002.jpg
I have set the aspect ratio in CCE to SAR 1:1, and have tried 16:9 and 4:3, but with no luck.
What am I doing wrong?
A second question: Since I'm doing IVTC in AviSynth, there is no need to do 3:2 pulldown in CCE, correct?
Also, since I've done a ITVC on the video, it means the video is now deinterlaced, and I can encode the video in CCE as progressive, correct?
Lastly, when I try to use Trim(begin, end) in the script above, I get an error in my script. Any idea why?
Sorry about all the questions, I pretty new to this stuff. I'm trying my best to follow the guides.
Thanks,
bigdog