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.
+ Reply to Thread
Results 1 to 13 of 13
-
-
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 -
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. -
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.
-
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...
-
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 respondedRead my blog here.
-
Real Producer basic-File-Edit Real Media files
Select starting and end points with double arrow buttons(they cut at key frames) -
i cant find a way to cut out the picturers..i just want to cut the first 4 minutes of the movie out...
-
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.
Similar Threads
-
Experience of lifetime – cut out parts of DVD to make a smaller version
By technogeek in forum Newbie / General discussionsReplies: 3Last Post: 10th Sep 2011, 00:28 -
cut parts of xvid mp4 without rerendering
By robroth in forum EditingReplies: 2Last Post: 28th Dec 2009, 20:50 -
Cut parts out of a mpeg2 without having to re-encode?
By ltd. in forum EditingReplies: 7Last Post: 23rd Dec 2008, 17:21 -
how to edit/manipulate .exe files to remove parts?
By Xylob the Destroyer in forum ComputerReplies: 5Last Post: 8th Nov 2008, 14:56 -
What is it about Macs Final Cut Pro that makes it better than PC programs?
By johnharlin in forum Newbie / General discussionsReplies: 2Last Post: 10th Oct 2008, 01:23