I only want to crop certain sections of a 10min video in virtual dub mod,Is this possible and how do I do it???
+ Reply to Thread
Results 1 to 16 of 16
-
-
What do you mean by crop? Are you talking about removing scenes from the video? Or removing part of the frame (to get rid of black borders, for example)?
-
You can't remove parts of the frame from certain scenes and then retain the entire video. An AVI must have the same frame size throughout. If there is just something you want to cover up with a black (or other color) box you can use the Fill filter. To apply this only to certain shots you would have to work in sections. Save each section (use sequential numbers in the filenames) then append them all when you are done.
To crop away a portion of the frame for the entire video can use the Crop function. It can be applied to any filter. If you aren't doing any other filtering you can add the Null Transform (do nothing) filter, then apply cropping to that. -
Yes the fill will do just fine,But I need some kind of tutorial to do sections only.Or is there an easier program to do this and save as an mpeg not avi.
-
Most full featured editors have similar functions and will let you apply the fill/overlay over only the desire range of frames.
In VirtualDub you should set everything up, including the fill filter, and compression codecs. Use the mark-in and mark-out tools to mark sections. Turn the fill filter off or on (or change the fill area as necessary) for the current section. Then save the section as AVI.
For example, if you want to cover something in frames 1000 to 2000 of a 5000 frame video:
1) Open the source video, add the fill filter, set the compression codec and prameters.
2) Mark in at frame 0, mark out at frame 1000. Turn off the fill filter (in the main Filters dialog uncheck the checkbox to the right of the filter). Save as AVI, name it PART1.AVI.
3) Mark in at frame 1000, mark out at frame 2000. Turn on the fill filter. Save as AVI, PART2.AVI.
4) Mark in at frame 2000, mark out at frame 5000 (end of video). Turn off the fill filter. Save as AVI, PART3.AVI.
You can now join the 3 parts together in VirtualDub:
A) Open PART1.AVI as usual, File -> Open Video File.
B) Append the other segments: File -> Append AVI Segment. Select PART2.AVI. PART3.AVI will automatically be appended.
C) Select Video Direct Stream Copy so the video doesn't get reencoded.
D) File -> Save as AVI to create your final AVI file. -
Will give it a shot jagabo I do understand,I really appreciate the instructions.Thanks!!
-
O.K my next issue here is 47sec chunks of video are being saved at 1.42 GB which is very large.Complete original file is only 926MB It will not allow direct stream copy to work probably due to format of file which is a .VR file ripped from a ram disc.And if I'm correct .Vr is nothing but a mpeg2 file.I just change the extention to mpeg.Any way of reducing the size.
-
You have to re-encode using compression (i.e. lose quality if you use lossy codecs). Direct stream copy won't work.
Step 1 in jagabo's list says "set the compression codec and prameters" -
Originally Posted by Gavino
-
I guess I left myself wide open to that one.
Well, the Avisynth equivalent of VDub's Fill filter (at least in this context) is LetterBox. So the script would look something like this:
Code:AviSource("video.avi") ApplyRange(1000, 2000, "LetterBox", 32, 32, 8, 8) ... # repeat this line similarly for each affected section
Once you have created the script, just load it into VDub like a normal video file and save the result (setting compression, etc) as you would normally. -
I'm really trying to finish a very short video by fri,But my next issue is I'm missing codecs in compression
I guess the divx is the most widely used.But Don't have it. -
Download and install Divx codec or Xvid codec (<-- follow the links). Xvid is a better MPEG 4 part 2 implementation than Divx, these days.
Similar Threads
-
Virtual Dub Mod video combining?
By wcdeich4 in forum EditingReplies: 1Last Post: 18th Dec 2009, 07:18 -
How to change video resolution exactly in Virtual Dub Mod 16:9 to 4:3
By afcoff in forum Video ConversionReplies: 1Last Post: 12th Jan 2009, 11:49 -
Virtual Dub Mod Saving Problem
By cdgfx84 in forum Video ConversionReplies: 2Last Post: 1st Sep 2008, 13:08 -
Queue files in Virtual Dub Mod?
By leogeo in forum Newbie / General discussionsReplies: 2Last Post: 2nd Nov 2007, 02:13 -
Virtual Dub Mod
By OG24 in forum Newbie / General discussionsReplies: 11Last Post: 8th Aug 2007, 15:36