digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Bilinear to SimpleResize? (http://www.digitalfaq.com/archives/avisynth/956-avisynth-bilinear-simpleresize.html)

Edward The Head 08-23-2002 01:28 AM

Avisynth: Bilinear to SimpleResize?
 
Hi everybody...

Are these two the same thing?

FitCD's PAL VCD settings for an AVI source
BilinearResize(320,256,0,0,512,410)
AddBorders(16,16,16,16)

For a faster encoding, is this right?
Crop(0,0,512,410)
SimpleResize(320,256)
AddBorders(16,16,16,16)

kwag 08-23-2002 10:42 AM

For speed, maybe :?:
But No. SimpleResize is not the same as Bilinear resize.
You did that SimpleResize script with AvsGen right? :wink:

-kwag

Edward The Head 08-23-2002 01:28 PM

Bilinear to SimpleResize
 
No, I did it myself... (using fitcd's script sample)

For me, the highest quality is not important, cause I like to encode shows, videoclips, etc. (audio must be great). Then I decided to use simpleresize, cause it's faster than others, but as FitCD script sample uses bilinear or bicubic, I'd like to change the script that fitcd gives me to simpleresize.

My question: Is it right, the way I rewrote from bilinear to simpleresize?
Remember: I don't care for the highest video quality, I just want the right aspect ratio, etc. for a better compression. As if FitCD had a SimpleResize option.

Thanks...

Edward The Head 08-25-2002 11:08 PM

No reply???
 
No reply for my doubt? :oops:

muaddib 08-26-2002 02:12 AM

Is 512x410 your AVI source resolution?
If it is... I guess you don't need the crop function.
The aspect ratio is correct (512/410=320/256).
And as you add the borders, your final resolution will be 352x288.


All times are GMT -5. The time now is 01:34 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.