I've downloaded 3 avi files from the internet. I am trying to write good avisynth scripts to frameserve them to CCEv2.50. And I really need your help.
TMPenc253 reports:
AVI File 1 is a Non-Interlace source, 640x272 23.976fps and field A first. My attempted script is:
AviSource("D:\mov1.avi")
AssumeFrameBased.SeparateFields
BicubicResize(448,175,0,0.6,11,0,618,136).Weave
TemporalSmoother(2,2)
AddBorders(16,65,16,65)
ResampleAudio(44100)
AVI File 2 is a Non-Interlace source, 576x304 29.976fps and field A first. My attempted script is:
AviSource("D:\mov2.avi")
AssumeFrameBased.SeparateFields
BicubicResize(448,223,0,0.6,17,0,542,152).Weave
TemporalSmoother(2,2)
AddBorders(16,17,16,17)
ResampleAudio(44100)
AVI File 3 is a Interlace source, 576x240 29.976fps. My script is:
AviSource("d:\mov3.avi")
AssumeFrameBased.SeparateFields
BicubicResize(448,175,0,0.6,15,0,546,120).Weave
TemporalSmoother(2,2)
AddBorders(16,65,16,65)
ResampleAudio(44100)
Questions:
1. Do I have to deinterlace them ? Which one should be deintelaced ? Which one should not ? Please, show me how to. I'm thinking of using decomb filter ?
2. CCE options. Should I check the progressive frames, zigzag scanning and Upper field first boxes for mov1 and mov2, and leave them uncheck for mov3 ?
Thank you very much for your help.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
About using AviSynth scripts with MeGUI 0.3.5.0.
By Nagashi in forum DVD RippingReplies: 56Last Post: 15th Jul 2010, 10:15 -
I need some help on writing H.264 AVISynth scripts
By rocky12 in forum Newbie / General discussionsReplies: 46Last Post: 6th Dec 2008, 13:40 -
aviSynth + CCE Basic (2.7) fails on certain scripts
By binister in forum Video ConversionReplies: 6Last Post: 11th May 2008, 00:23 -
overscan - CovertXToDVD doesn't like my Avisynth scripts
By spicediver10191 in forum Authoring (DVD)Replies: 5Last Post: 9th Jan 2008, 15:40 -
Avisynth scripts and VDubMOD filters
By GangstaRap in forum Newbie / General discussionsReplies: 2Last Post: 13th May 2007, 11:39