VideoHelp Forum




+ Reply to Thread
Results 1 to 13 of 13
  1. Member
    Join Date
    Dec 2005
    Location
    United States
    Search Comp PM
    the first two 2 minutes of the file is messed up and when i convert it, it messes up my whole file. I was thinking if i can cut the first 2 minutes and go on with my life. thanks. This is rvm riles..so i figure not many programs cuts for it.
    Quote Quote  
  2. Member Forum Troll's Avatar
    Join Date
    Oct 2003
    Location
    Right behind you
    Search Comp PM
    Probably be easiest to convert it to AVI (look in the Tools section), then edit the AVI and re-encode to a more convenient format.
    You are in breach of the forum rules and are being banned. Do not post false information.
    /Moderator John Q. Publik
    Quote Quote  
  3. Member
    Join Date
    Dec 2005
    Location
    United States
    Search Comp PM
    um..if i convert it , the audio will mess up for some reason....

    in the orginal file, after a minute, the audio messes up but after a few secs later it works again. But when u encode the file , once the audio breaks up, the whole file breaks up...

    so i dont think i can just convert to another file...If i can cut off a minute or two, that'll be great.
    Quote Quote  
  4. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    You can use real alternative and avisynth. Set the in point for avisynth to be after the glitch and you *might* be OK. Don't use real videos, so I cant tell you if you need to set real alternative up in a particular way for avisynth to work with it.
    Read my blog here.
    Quote Quote  
  5. Member
    Join Date
    Dec 2005
    Location
    United States
    Search Comp PM
    there's program called video fixer...will that help? also is there anyway where i can just CUT that part out? i dont care if im missing 2 minutes of the file...As long if i cut it and the audio sync with the rest of the stuff...
    Quote Quote  
  6. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Again, avisynth.

    Something like

    DirectShowSource("c:\path_to_avi\video.rmvb).Trim( 0,1500) + DirectShowSourceource("c:\path_to_avi\video.rmvb). Trim(2500,0)

    where 1500 is the frame before the glitch (set to whatever it should be) and 2500 is the frame after the glitch.

    What I don't know is if real alternative is an avisource or a directshowsource, but I'm sure someone better versed in avisynth can correct or enlighen us.

    /edit - found this link https://forum.videohelp.com/viewtopic.php?t=288552 which confirms it is a direct show source. Have altered the script accordingly.

    Typing as you responded
    Read my blog here.
    Quote Quote  
  7. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    I'm guessing it's DirectShow Source, since my AVISynth script for RMVB looks like this:

    #ASYNTHER DirectShow_NTSC
    DirectShowSource("C:\My Documents\MyVideo.rmvb", fps=29.97, convertfps=true)
    Quote Quote  
  8. Member
    Join Date
    Jan 2003
    Location
    India
    Search Comp PM
    Real Producer basic-File-Edit Real Media files
    Select starting and end points with double arrow buttons(they cut at key frames)
    Quote Quote  
  9. Member
    Join Date
    Dec 2005
    Location
    United States
    Search Comp PM
    does video fixer really fix the problems?
    Quote Quote  
  10. Member
    Join Date
    Dec 2005
    Location
    United States
    Search Comp PM
    also how do u cut the picture?
    Quote Quote  
  11. Member
    Join Date
    Dec 2005
    Location
    United States
    Search Comp PM
    i cant find a way to cut out the picturers..i just want to cut the first 4 minutes of the movie out...
    Quote Quote  
  12. Member
    Join Date
    Dec 2005
    Location
    United States
    Search Comp PM
    how come sometimes u cant cut due to unexpected errors?
    Quote Quote  
  13. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Because the video or audio is corrupt, either fromt he download process or the way it was encoded, and there isn't enough good information for the editing application to keep working. In some cases the application crashes.

    Use the following in avisynth and virtualdub to cut off the first 4 minutes

    DirectShowSource("c:\path_to_avi\video.rmvb).Trim( 7200,0)

    (Note: Assumes 29.976 fps. Adjust starting number if framerate is different). You will have to encode this to another format though.
    Read my blog here.
    Quote Quote  



Similar Threads

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