VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. hello ppl. i have tried most of the video editing freewares that are on this website but none seem to work for me. i basically have many avi and other types of video files that i want to remove some video parts from. no adding no nothing. just basic cutting out and have the new edited avi file again. just like it was before just not with the parts i cut. that is basically all i want. is there some simple and easy to use freeware like that?
    Quote Quote  
  2. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Avisynth + VirtualDubMod.

    AVS file: newvideo.avs
    Code:
    clip=AVISource("video.avi")
    EnsureVBRMP3Sync ( )
    clip1=clip.Trim (1,574) 
    clip2=clip.Trim (5470,5914) 
    clip3=clip.Trim (17053,0)
    clip1 ++ clip2 ++ clip3
    Open in VirtualDubMod, "save as" a new AVI file with "direct stream copy" to retain original compression.

    You may wish to first use a file like

    Code:
    AVISource("video.avi")
    ShowFrameNumber(x=100,y=100)
    To note the frame numbers, though you can read them off in Virtual DUB Mod and paste them in via "script editor" and reload with F5.
    Quote Quote  
  3. Member shaolin2006's Avatar
    Join Date
    Jan 2007
    Location
    United States
    Search Comp PM
    Tr Tmpgenc 3 That's what I use to edit the trial period will be good Not ree ad don't cost much give it a ty

    Quote Quote  



Similar Threads

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