hi guys
i have a Widescreen video that is in avi format, what im trying to do is convert it to Full screen.
i have tried converting the video from widescreen to full screen with Virtualdub, but the problem is that the video is 500 mb and when i try converting it, the output file turns out to be over 6 GB and i dont have all that extra space.
so what im asking is that, is there another program that will allow me to convert my widescreen to full screen without taking up all that space? it does not matter if the output becomes and Mpg all i want is for it to be full screen so i can use the whole screen on the ipod.![]()
thanks in advanced![]()
+ Reply to Thread
Results 1 to 9 of 9
-
athif
-
Video -> Compression... pick a codec and configure it.Originally Posted by nooby_noob
-
And either add black above and below to make it "fullscreen", or start lopping off the sides.
-
i want it too take up the full screen on my ipod so it will be easier to seeOriginally Posted by guns1ingerathif
-
how would i go about doing that? thanksOriginally Posted by manonoathif
-
how would i configure it to be fullscreen, there is alot of stuff that comes up and i have no idea what to do lol.Originally Posted by manono
thanks for replyingathif -
Kind of depends on the resolution you started with and the intended final resolution. Say the movie is 640x272 and you want it 640x480. Doing it the preferred AviSynth way:
Cropping:
AVISource("C:\Path\To\Movie.avi")
Crop(138,0,-138,0)
Lanczos4Resize(640,480)
You'll lose over 40% of the movie doing it that way, though. To add black above and below and keep the whole movie:
AVISource("C:\Path\To\Movie.avi")
AddBorders(0,104,0,104)
You can do the entire thing in VDub(Mod) (maybe someone else can explain how), but this way is faster and better. Aren't there iPod programs around that do all this automatically. Why not try searching? -
thanks, im not putting the video on my ipod video, i figured a way to put videos on ipod nanos (1 generation)Originally Posted by manono
so i wanted to know how i would make it full screen.
thanks for ur help, i think i finally got itathif
Similar Threads
-
Dazzle dvc100 w studio 12 does it capture AVI 1 or AVI 2 or DV-AVI
By st711 in forum Capturing and VCRReplies: 1Last Post: 10th Dec 2009, 18:30 -
avs (avi to avi) ends up out of sync ... winavi output file too big
By mandy in forum Video ConversionReplies: 1Last Post: 21st Aug 2009, 06:56 -
ffmpeg choppy audio from large avi but not small avi source file
By cybertheque in forum Capturing and VCRReplies: 9Last Post: 13th Oct 2008, 16:38 -
ffmegX v0.09w and converting avi videos into avi.ff.avi videos
By paddymick in forum ffmpegX general discussionReplies: 2Last Post: 3rd Nov 2007, 00:10 -
How To Split Single DV AVI file into Multiple DV AVI files using Time Stamp
By insysnet in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 23rd Aug 2007, 13:49



Quote