+ Reply to Thread
Results 1 to 16 of 16
-
It's the extension AviSynth uses for its script files, like Movie.avs.
To answer the question, I'd crop and resize to 640x480 (or someother 1.33:1 ratio resolution). I don't use MeGUI, but I distrust all AutoCrops and prefer to crop myself.
Others prefer to leave it at 720x480 and set a PAR flag to let the player resize it at playback time. -
How am I supposed to know without the video or at least a pic to go on? Before the crop there's only a little bit of black on the left side and after the crop there's no black on any side? If so, then that's the right crop value. It also means that 640x480 isn't the right resolution, but if you make it that you might not be able to tell it's off by a little bit.
-
When i crop ( 4, 0, 0, 0) on the left side there's no black, but on the right side it's still there.. Maybe the right resolution would be 656x480 Crop ( 2, 0, -2, 0) ?
-
He's doing both, but first he's trying to get the crop values correct. And again, there's no way for anyone else to know unless you post a few seconds of the video or at least an unresized picture so we can have a look.
-
Cropping the right / left thin black bars and resize. I want to get rid of the thin black bars on my video.. and I think I already know how.
Crop (2,0,0,0) and resize to 656x480. the problem is that one of them seems bigger..lol
Ok I will encode 1minute of video -
The video was encoded using Crop(2,0,0,0) LanczosResize(656,480) (Sharp)
And the screen was taken from the original : -
When someone requests a sample it usually means a sample from the untouched source, not a reencode. Anyway, the crop values are:
Crop(4,0,-2,0) -
Many thanks and sorry about the sample..
Sorry to ask this again, the crop values are good with 656x480, right?
Thanks again -
It's kind of in between 640x480 and 656x480. Me, I'd crop a bit into the video and then resize to 640x480, like so:
Crop(8,0,-8,0)
LanczosResize(640,480)
Or, you can not crop into the video and then resize it to 640x480, which will leave a bit of an aspect error, but nothing too serious.
Similar Threads
-
DVD to HD (resize and enhance image quality)
By SB4 in forum RestorationReplies: 12Last Post: 14th Dec 2010, 16:54 -
anyone know of a dvd authoring program which can crop/resize?
By maca in forum Authoring (DVD)Replies: 7Last Post: 18th Jan 2010, 19:41 -
.avi to DVD + resize
By grandsire02 in forum Video ConversionReplies: 2Last Post: 9th Mar 2009, 17:28 -
VHS to DVD resize 640x480 or 720x480
By opti280 in forum Authoring (DVD)Replies: 2Last Post: 26th Feb 2008, 18:43 -
DVD-RB resize problems
By romi7519 in forum Video ConversionReplies: 42Last Post: 3rd Jun 2007, 08:04