digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: FitCD parameters? (http://www.digitalfaq.com/archives/encode/8-kvcd-fitcd-parameters.html)

Regio 04-28-2002 12:02 PM

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

kwag 04-28-2002 02:11 PM

Quote:

Originally Posted by Regio
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

Hi Regio:

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

Yoda 04-30-2002 03:54 PM

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?

kwag 04-30-2002 04:09 PM

Quote:

Originally Posted by Yoda
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?

If you used "FORCED FILM" in DVD2AVI, then you have to remove the Telecide and the Decimate lines in your script.

Also set your input aspect to 1:1, because AviSynth is doing the correct resize for you.

kwag


All times are GMT -5. The time now is 04:44 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.