When i uploaded my amv onto the org. it was 512x288 (w x h). Im going to enter that video in a con and they said the minimum resolution has to be 640x480. When i used the AMV calculator my final results for the avisynth script was:
Crop(8,0,-8,-0)
LanczosResize(544, 304)
how do i get my vid to 640x480 ? o.O
resizing for con
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: resizing for con
Use this script:Ninjafox wrote:When i uploaded my amv onto the org. it was 512x288 (w x h). Im going to enter that video in a con and they said the minimum resolution has to be 640x480. When i used the AMV calculator my final results for the avisynth script was:
Crop(8,0,-8,-0)
LanczosResize(544, 304)
how do i get my vid to 640x480 ? o.O
LanczosResize(640, 368)
AddBorders(0, 56, 0, 56)
There's no need to use Crop if the sides of your video don't have black borders. Even then, it doesn't always require 8 off of each side. But that'll output a 640x480 picture with letterboxing.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- bum
- 17747114553
- Joined: Sat Nov 08, 2003 9:56 pm
-
Ninjafox
- Joined: Mon Nov 10, 2003 3:49 am
- Location: Australia, NSW
Re: resizing for con
thx, i got the new script in Vdub now but my problem now is compressing. I tried to compress to Xvid and on my 1st pass i got 110 megs. On the 2nd pass i got 93.2 . Is that still to big for a con ? I atleast wanted to get something between 80-90 or lower. Is there any other possibility?Qyot27 wrote: Use this script:
LanczosResize(640, 368)
AddBorders(0, 56, 0, 56)
There's no need to use Crop if the sides of your video don't have black borders. Even then, it doesn't always require 8 off of each side. But that'll output a 640x480 picture with letterboxing.
i deleted the source footage and my project file *bangs head on table* but i needed too for hard drive space. But im getting a new hard drive in a day or two.bum wrote:If you've still got the original source footage and the project file, just re-create the thing at dvd resolution. Your avoiding an extra round of compression and you'l hae a higher resolution image. So you'l get a much sharper image.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:


