View Full Version : resizing
Stratyon
23rd September 2003, 14:48
Ok... I have this AVI clip I capped from an old VHS and I want to put it on DVD.
The clip is 720 x 288 (recorded with vertical reduction)
So basically I need to resize the clip only one way...
Can I do this in CCE directly or do I have to use one of those AVS scripts? And if so how do I do that?
yup
23rd September 2003, 18:05
In CCE template use Video buton. If you want make VCD size use Half Horizontal Resolution (conversion 720x288 to 352x288 all size could divide by 16). For this target You do not need use avisynth.
With kind regards yup.
Stratyon
23rd September 2003, 22:19
I don't want to resize it down though. I want to resize it up from 720x288 to 720x576 :-/
yup
24th September 2003, 04:42
It is impossible! You could use Avisynth (my choice) or VirtualDub.
For AviSynth simple script:
AviSource("Your.avi")
LanczosResize(720,576)# for upsizing Lanczos work better
LetterBox(16,16,16,16)# if You will see on TV
with kind regards yup
PS and remember CCE only encoder not as Canopus Procoder, Mainconcept and TMPGEnc, and if You have noise in source You could use filter, building in CCE filter very simple and not very effective.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.