When I Delete a part of a video using VirtualDub, the frames get cut out, but the audio continues with the deleted frames. How do I delete the audio AND the frames? Also when I finished dubbing a video in VirtualDub, do I have to save the AVI, or does the new dubbed avi file update itself?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Looks like a problem that can be solved easily with Avisynth. Is it the only way and easiest way? I don't know. Hope you know something about Avisynth. This is the script you should try:
AVISource("your avi file")
Trim(a, b) + Trim(c, d) + Trim(e, f) +...
#a-b, c-d, e-f are frames you want to keep
Save this file as .AVS file then open it with VDub. Then choose Save As AVI....your new AVI file will delete frames you don't want and keep A/V in synch.
Good luck.
Similar Threads
-
Automatically Delete Select Frames
By mikesaunders in forum EditingReplies: 9Last Post: 6th Apr 2012, 00:16 -
Trying to delete sections of a movie with VirtualDub
By VanZan in forum EditingReplies: 1Last Post: 19th Nov 2011, 14:04 -
Virtualdub VCR capture no dropped frames but 5400 inserted frames in 1 hour
By suloku in forum Capturing and VCRReplies: 12Last Post: 17th Aug 2011, 22:33 -
batch detect and delete black frames
By boshreek in forum EditingReplies: 0Last Post: 25th Mar 2010, 15:47 -
inserted frames without dropped frames in VirtualDub capturing VHS
By whschlebaum in forum Capturing and VCRReplies: 0Last Post: 23rd Aug 2007, 20:59