I know VirtualDub can do cutting but you have to save result to a different file. Is there one that has more intuitive interface?
Thanks!
+ Reply to Thread
Results 1 to 3 of 3
-
-
Actually, you can save to the same file, but you will overwrite it and if you make a mistake, it corrupts the original. I usually save to a different file, then delete the original when I have it 'right'.
There are other AVI type editors in our 'Tools' section: https://www.videohelp.com/tools/sections/video-editors-wmv-avi
Or one of our members may be able to suggest a payware AVI type editor. -
Actually, I use the trim() function of AVISynth and VirtualDub to find the frame numbers. It may not be a pretty GUI but I use it all the time to select the clips I want within multiple AVIs, then I feed the AVISynth script to my favorite encoder to get the MPEG-2 I need for authoring to DVD.
I mention this because it looks like you're already familiar with VirtualDub. My AVISynth scripts generally look something like this:
Code:a1=AVISource("c:\path\to\first.avi") a2=AVISource("c:\path\to\second.avi") ... o1=a1.trim(startframe,endframe)+a1.trim(secondstartframe,secondendframe) o2=... o=o1+o2... return o
CogoSWSDSOld ICBM Coordinates: 39 45' 0.0224" N 89 43' 1.7548" W. New coordinates: 39 47' 48.0" N 89 38' 35.7548" W.
Similar Threads
-
Looking for AVI cutter
By rocks911 in forum EditingReplies: 2Last Post: 27th Jan 2012, 16:23 -
VirtualDub cut .avi at "wrong" place!
By larsli in forum Video ConversionReplies: 10Last Post: 17th Sep 2010, 08:25 -
Help cutting a HD-PVR TS in TS Cutter
By gschwendt in forum EditingReplies: 2Last Post: 30th Jul 2008, 19:09 -
What is a good xvid, avi cutter (for unwanted commercials) w/batch process?
By kbal in forum Video ConversionReplies: 5Last Post: 20th Dec 2007, 10:34 -
Subtitles out of place with avi.NET
By hypertony in forum Newbie / General discussionsReplies: 9Last Post: 17th Nov 2007, 13:17