im trying to crop a 1920x1080 vid down to 960x540 by taking off 480 on each side and 270 on the top and bottom. but when i get to the cropping toolset the 1920x1080 window is too big that i cant get the "y" textbox to show since its at the bottom of the window. i have a 22" widescreen monitor at 1680x1050. is there a way i can scale down the preview window? or a manual prompt? thx
+ Reply to Thread
Results 1 to 13 of 13
-
-
Use the nulltransform filter. It'll crop to your hearts desire...
Have a good one,
neomaine
NEW! VideoHelp.com F@H team 166011!
http://fah-web.stanford.edu/cgi-bin/main.py?qtype=teampage&teamnum=166011
Folding@Home FAQ and download: http://folding.stanford.edu/ -
I think resizing to 960x540 is a much better idea than cropping, as you won't lose any active video. Both have the same ratio. If there are black bars, then crop more from the top and bottom to make 960x400 or whatever. Doing it your way you'll lose 3/4 of the movie (assuming no black bars originally).
And if you do any cropping and resizing in an AviSynth script, not only will you not have the problem you're having, but the encoding will result in better quality in much less time. -
If you still want to use the crop function in VirtualDub here's a workaround for the too-big-window problem: After starting Virtualdub, but before opening your video, add the Null Transform filter. Add Cropping to that. Set the cropping values as you want (you'll have to type in the values). Now open the 1920x1080 video file.
-
Originally Posted by fishywishy
eg
Code:AviSource("filename.avi") #open the video file Crop(480,270,-480,-270)
Then open that with VDub. The commands in the file (usually various filters) will be executed and the result displayed.
Avisynth added items to your Start menu. That includes a "Documentation", a comprehensive collection of HTML help files. -
Originally Posted by fishywishy
1920x1080=2073600 pixels
960x540=518400 pixels
518400/2073600=0.25
When finished doing it your idiotic way you wind up with 0.25=25% of what you started with. It's much worse even than a pan-and-scan version of what was originally a widescreen video. -
Originally Posted by manono
-
But he thought he was getting the center 50% of the frame. He was wrong. I'm not convinced that's what he was after, though. Resizing rather than cropping (or combining the 2 if he really wants to butcher the video by cutting off some of the sides and/or the top/bottom) is an immeasurably better way to do it. I'm suprised you're supporting him.
-
I'm neither supporting him nor trying to dissuade him. I'm letting him make his own decision. There's no reason to assume he's talking about doing this to a whole movie. It might be some home video with nothing of interest at the sides. Or maybe he wants to highligh something in the middle of the frame without losing any resolution -- small text for example. Why do you insist on calling him idiotic when you have no idea why he's doing what he's doing?
And whether he's losing 50 percent or 75 percent is a matter of whether you're talking pixels or linear resolution. -
Originally Posted by manono
calm down. if i crop the sides, the action that im zoomed in on will stay the same size. if i resize the whole video everything will get smaller. thats the idea, and it worked great when i used the null transform thank you very much
Similar Threads
-
I need help with cropping!
By UnD3R0aTh in forum DVD RippingReplies: 23Last Post: 23rd Mar 2010, 01:33 -
Cropping...
By bsuska in forum Video ConversionReplies: 40Last Post: 15th Jul 2009, 15:27 -
cropping
By mwh99 in forum EditingReplies: 2Last Post: 7th Nov 2008, 12:25 -
Cropping DV
By bsuska in forum Newbie / General discussionsReplies: 1Last Post: 13th Feb 2008, 10:31 -
cropping
By exekutive in forum ffmpegX general discussionReplies: 5Last Post: 25th Aug 2007, 00:02