![]() |
Hi Kwag,
Congrats on your new site!! best wishes for you, Friend!! I got a quick question for you. I've been trying to generate the AVS file using FitCD, so far I am getting the expected file except for this line: #TemporalSmoother(2,2) How do you rid off the # while running the program? I am asuming that the # makes it a comment, right? Thanks!! Regio |
Quote:
Yes. # It's a comment. Just open your .avs file with any editor ( Notepad, etc ) and remove the # and save the file. You can also do it directly in FitCD, just remove the # in the AviSynth Sample window of FitCD, and then save the file. kwag |
Thanks SpyGlass,
I finally got to .avs file set up and ran it but the top and bottom does not cut 64 and the playback is jerks. I used Kwags template and changed the input to 16:9 ntsc. Here is the avs template. LoadPlugin("C:\WINNT\MPEG2DEC.dll") LoadPlugin("c:\winnt\system32\decomb.dll") mpeg2source("C:\DVD-BEHINDENEMYLINES_US_DTS\BEHIND.d2v") Telecide(reverse=false,swap=false,firstlast=false, post=true,threshold=15,dthreshold=9,blend=true,chr oma=false,y0=0,y1=0) Decimate(cycle=5,mode=0,threshold=0) BilinearResize(352,352,0,0,720,480) TemporalSmoother(2,2) AddBorders(0,64,0,64) Any idea why it's jerking and not sized correctly? |
Quote:
Also set your input aspect to 1:1, because AviSynth is doing the correct resize for you. kwag |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.