I downloaded an avi that has huge borders around the video. I've tried using some virtualdub filters to resize it but I have no idea what I'm doing. Everything I've done either has no effect or it makes it worse. Can anyone help?
+ Reply to Thread
Results 1 to 10 of 10
-
-
You can crop the video in VDub.. if you don't want to use any other filters just use the null transform filter and then select cropping and just clip off the borders. I'm not sure if there's a way to do this without really re-encoding though.
-
are you going to make new avi from it?
under video->filters add the nulltransform filter
click on the cropping button
crop the video
select video->compression and select a codec, divx,xvid or something
select audio->direct stream copy
select file->save avi.
done.
(i'm tooooooo slow)
-
thanks guys. That worked but when I choose xvid as my compression the program crashes. When i choose other codecs for some reason the video doesn't come out right.
-
Maybe your XVid codec is corrupt? You could try re-downloading/installing it. I personally think DivX5.1 is the best for that kind of compression anyway, but that's of course very debatable.
-
Xvid is not supposed to have image size limitations but I always stick with a multiple of 8 or 16. For example use 640x368 rather than 641x365.
-
You can't encode 641x365 with XviD, YV12 can't handle it. Pretty sure that it can handle mod4 ok though. As said best to stick with mod16.
VDub filtering requires that you convert to RGB24. So YV12-->RGB-->YV12. You would be better off using AVISynth.
avisource("whatever.avi").crop(left,top,-right,-bottom)
However re-encoding will cause a loss of quality no matter what you do as long as you use a lossy codec like XviD. -
Originally Posted by Fking
If you shoot for the same file size as the original (or a little bit larger) with a 2 pass variable bitrate you'll probably be safe. Or use Xvid and Quantization mode (constant quality) to do the job in a single pass.
Similar Threads
-
How to get rid of black letterbox borders on AVI file?
By mukluk909 in forum Newbie / General discussionsReplies: 2Last Post: 27th Nov 2010, 15:18 -
Black borders all around video
By techboy_66 in forum SVCD2DVD & VOB2MPGReplies: 1Last Post: 30th Oct 2010, 17:01 -
Does anybody know how to convert 16:9 to 4:3 with black borders?
By tuanvn.2007 in forum Video ConversionReplies: 7Last Post: 20th Sep 2008, 02:13 -
how do you get rid of black borders when trying to convert file to DVD
By whodini in forum Newbie / General discussionsReplies: 1Last Post: 20th Jan 2008, 16:15 -
getting rid of black borders from ripped widescreen movies?
By curt1sw in forum Video ConversionReplies: 12Last Post: 20th Oct 2007, 04:35