digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: What to do with 720x320 resolution? (http://www.digitalfaq.com/archives/avisynth/964-avisynth-720x320-resolution.html)

Jellygoose 08-24-2002 07:26 AM

Avisynth: What to do with 720x320 resolution?
 
Hi there...

I got this DivX Avi with the resolution 720x320... Until now i always have let TMPGENc done the resizing... now i am trying to figure out how this is done with FitCD...

I don't want to encode with a low resolution, so i want to resize it to 704x576(PAL)... Would this be upscaling or downscaling? So would i wanna use Bilinear or Bicubic?

FitCD gave me this script... is that ok??

LoadPlugin("E:\MPEG-Tools\FitCD\MPEG2DEC.dll")
AviSource("C:\Downloaded Movies\schatten der wahrheit dvd divx german.avi")
BicubicResize(672,320,1/3,1/3,0,0,720,320)
TemporalSmoother(2,2)
AddBorders(16,128,16,128)
#Trim(0,186817).FadeOut(150)
ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1

Well I don't think so, since it doesn't say the destination resolution in it... Plus the size looks all messed up in TMPGEnc...

P.S: I set Block Overscan to 2, since that gave me the less percent of error and i read somewhere that this should be used with higher resolution...


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