VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. 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?
    Quote Quote  
  2. 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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!