I have some video shot with an NTSC camcorder (29.97 and interlaced of course). I now have it as a mpeg-2 file, but it is too big to fit on a standard DVD-5. So I am going to use CCE to re-encode it to fit on the disc.
My approach:
1. Use DGIndex to demux the audio and video, make the index file.
2. AVISynth script:
LoadPlugin("C:\Program Files (x86)\DGMPGDec\DGDecode.dll")
MPEG2Source("D:\DVDs\demuxed \2011-03-12.d2v")
ConvertToYUY2(interlaced=true)
3. load the script into CCE with these settings on the main screen: MPEG-2 for DVD, 5 pass VBR, NTSC, Elementary, 16:9, 29.97, no pulldown, VBR rate set so it will fit easy on a DVD-5
4. re-mux the audio and CCE's re-encoded video
5. author and burn.
Question is that CCE has an option on the main screen with a check box called "Pre-process Deinterlace". Should I check that box so CCE does a deinterlace first - or leave it alone (un-checked, leave it interlaced)??
If the video should be deinterlaced first, is it better to do that witht another line in the avisynth script - or let CCE do it?
The source video is interlaced to start, is not being resized, trimmed, etc - just reencoded to reduce the file size down a bit.
Goal is a standard DVD to play back on an old CRT NTSC tv set.
Thanks in advance!
+ Reply to Thread
Results 1 to 2 of 2
-
-
Leave it interlaced. Also, 5 passes is way overkill. Stick with 3 passes.
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W
Similar Threads
-
Can't install XP SP3
By JudgeGarth in forum ComputerReplies: 9Last Post: 5th Dec 2008, 00:07 -
How to get an archival copy of XP sp3
By ahhaa in forum ComputerReplies: 9Last Post: 6th Nov 2008, 22:20 -
XP SP3 Problems
By alegator in forum ComputerReplies: 15Last Post: 21st Jun 2008, 11:16 -
XP SP3 Questions
By CSULB71 in forum ComputerReplies: 5Last Post: 10th May 2008, 13:13 -
Reminder About XP and SP3
By MOVIEGEEK in forum ComputerReplies: 17Last Post: 6th Mar 2008, 11:45