digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: how i can add Fitcd Parameters to this script? (http://www.digitalfaq.com/archives/avisynth/13628-avisynth-how-add.html)

kvcdexplorer 06-27-2005 11:14 PM

Avisynth: how i can add Fitcd Parameters to this script?
 
anyone have any idea how i can add Fitcd Parameters to this script??
Ive tried adding fitcd lines to it but i get an error everytime.

AviSource("source",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(352, 240, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.3,seed=5623)
GripBorders()

Anerboda 06-28-2005 12:45 AM

You didn't tell us what the error is.
Once in a while I got errors with Gripfit.
If that is the case try to use :

Code:

LanczosResize(320, 240)
Your filters here...
Letterbox(8, 8, 8, 8)

-Anerboda

kvcdexplorer 06-28-2005 01:56 AM

Yes it was grip fit. for the error. ypour code worked! :D
cheers.

Dialhot 06-28-2005 02:58 AM

It's working but it surely screwed up the A/R !

The correct code should be :
Quote:

LanczosResize(what fitcd gives to you there)
Your filters here...
Addborders(what fitcd gives to you there)
And moreover 320x240 is NOT a valid resolution ! (that is surely the error you had from gripfit).

FYI KVCD is 544x480. Using a lower resolution is just using half of the power of the concept. Unless your movie is more than 2h30, you don't need to go to 352x240 (the correct resolution).

Anerboda 06-28-2005 03:18 AM

Quote:

Originally Posted by Dialhot
It's working but it surely screwed up the A/R !

The correct code should be :
Quote:

LanczosResize(what fitcd gives to you there)
Your filters here...
Addborders(what fitcd gives to you there)
And moreover 320x240 is NOT a valid resolution ! (that is surely the error you had from gripfit).

FYI KVCD is 544x480. Using a lower resolution is just using half of the power of the concept. Unless your movie is more than 2h30, you don't need to go to 352x240 (the correct resolution).

Oops :oops:

My mistake, I didn't read his post to carefully...he actually wrote 352 x 240. Sorry.

-Anerboda


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

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