I am not sure how many people here used SolveigMM VideoSplitter for WMV file. In SolveigMM, I was able to choose several segments in a movie clip to export into a single file. Does Virtualdub have functions like this for avi files? For example, let's say I have a 1 hour avi file, and I want to export 4:00-14:00 and 34:00-39:00 into one single file. Do I have to save each clip into individual clip and THEN combine into one? Or is there a way at Virtualdub I can put multiple begin/end marks? Thank you for answering my noob question
+ Reply to Thread
Results 1 to 6 of 6
-
-
Select the parts you don't want and press the delete button(on your keyboard). Save as a single file. Be sure to use video->direct stream copy to avoid reconversion.
-
To multiple cuts to an AVI file in VDub we use a program called AviSynth that runs in the background. With it installed, VDub can open scripts you write and save as an .avs file. Once you write the AVS file, you open VirtualDub (VDub) and open the AVS script like it is a video file. The two commands you use in your situation are the AVISource and the Trim function:
AVISource("C:\videos\test.avi")
Trim(7193,25173)+Trim(61140,70131)
This script opens the file named "test.avi" chooses the two clips from frames 7193 to 25173 and 61140 to 70131. You get the exact frame numbers by loading the video into VDub, select G0->Go to Frame. Enter the time you want VDub to look at and in the bottom of the display it will show you the frame number.
Once you open the video this way, you can save the video under its own name or frameserve it to another application.
Hope this helps.There are no problems - only chances to excel.
-- Unknown -
But then you can only cut on key frames. Which with Divx/Xvid files can be 300 frames apart. Use VirtualDub's Smart Rendering feature along with Full Processing Mode and only cut GOPs will be re-rendered.
-
jagabo is right.
You could also use Cut Assistant, which is just a front end and uses VirutalDub for the actual cutting. But some people find it easier to define the cuts here.
Be sure to set a codec in Cut Assistant's settings to enable the Smart Rendering of Virtual Dub, as described by jagabo.
Similar Threads
-
New to editing with VirtualDub
By xNesX in forum EditingReplies: 2Last Post: 18th May 2011, 23:56 -
Editing FLV in VirtualDub
By CursedLemon in forum EditingReplies: 12Last Post: 29th Jul 2010, 23:02 -
Capturing DV - Editing with Virtualdub
By LSchafroth in forum Capturing and VCRReplies: 5Last Post: 27th Nov 2009, 20:19 -
Virtualdub, editing out faces?
By capman21 in forum Newbie / General discussionsReplies: 4Last Post: 2nd Mar 2009, 21:12 -
mp3 editing with VirtualDub
By tomchook in forum AudioReplies: 2Last Post: 2nd Jul 2008, 11:48