How do you take a 640x480 avi and resize it as say 320x240 avi?
Not convert it to mpeg.
I checked the guides and didn't see anything about how to do that
+ Reply to Thread
Results 1 to 5 of 5
-
-
you can use any video editor. Personaly I prefer Avisynth.
Code:AVISource("d:\dir\file.avi") BilinearResize(320,240)
Code:AVISource("d:\dir\file.avi") ReduceBy2
-
Hmm, I did a google search for Avisynth and found a zip that consists of a couple dll's and a couple reg files.
Aparantly it requires Adobe premier... or some other program to work -
No,
Avisynth is a scripting language and a collection of filters for simple non-linear editing tasks. Avisynth is unusual in that it does not generate output files. Instead, Avisynth scripts, which have the extension .AVS, can be opened directly in applications which read AVI files. When an AVS file is opened, Avisynth runs in the background, generating video and audio data according to the script and feeding it to the application as needed.
htmlhttp://www.videotools.net/uk/index.php
Yes, the avisynth.dll and the reg files are all what you need.
However, you can skip the Avisynth part and do all editing tasks with VirtualDub.
http://virtualdub.org
http://sauron.mordor.net/dgraft/mine.html#virtualdub
http://www.doom9.org/virtualdub_procedures.htm -
Thanks man.
I take it that VDub can't resize without a script?
Similar Threads
-
Cropping and resizing?
By killerteengohan in forum DVD RippingReplies: 14Last Post: 12th Aug 2011, 05:41 -
resizing...
By backslash in forum LinuxReplies: 1Last Post: 4th Jul 2010, 17:14 -
resizing
By marcopolo1 in forum Video ConversionReplies: 7Last Post: 11th Oct 2009, 18:06 -
resizing help
By shaktiIIIgta in forum Newbie / General discussionsReplies: 14Last Post: 15th Nov 2008, 21:52 -
Resizing XviD AVIs...
By takearushfan in forum Newbie / General discussionsReplies: 7Last Post: 20th May 2008, 10:27