What is the best frame by frame editor?I got a movie with lots of multicolored blocks i need to cut out,so what is the best to use?
+ Reply to Thread
Results 1 to 7 of 7
-
-
What kind of video are you editing? AVI-DV? AVI(DivX,XVID)? MPG? etc?
-
VideoReDo (or MPEG Video Wizard, TMPGEnc MPEG Editor) for MPEG.
For individual frames in uncompressed avi (or any video you plan to re-encode) there's a better solution than cut-out: in AviSynth you can replace individual frames (either with blended adjacent frames or with repeated previous frame) using BadFrames filter by Fizick:
http://avisynth.org.ru/badframes/badframes.html -
can u help me with a good example aviscript to use for removing the badframes?
https://forum.videohelp.com/topic332133.html i put an example .avi there that u can use -
As he said, the best solution isn't to remove them, but to replace them. Plus, once you start removing frames, you'll quickly run into problems with the audio falling out of synch (maybe, unless you're real careful with the script). For example, if frame 1000 is bad, and you want to replace it with frame 999 just before it, then:can u help me with a good example aviscript to use for removing the badframes?
FreezeFrame(999,1000,999)
http://avisynth.org/mediawiki/FreezeFrameThe FreezeFrame filter replaces all the frames between first-frame and last-frame with a copy of source-frame. The sound track is not modified. This is useful for covering up glitches in a video in cases where you have a similar glitch-free frame available. -
My answer (for a single bad frame) went to the thread with upload link. For multiple bad frames you have a good suggestion from manono (also useful for my knowledge)Originally Posted by demonwarrior
.
Similar Threads
-
How do I debug/extract i-frame p-frame and b-frame?
By jwbrasil2 in forum ProgrammingReplies: 0Last Post: 20th Nov 2011, 13:24 -
Play an MTS file frame by frame, displaying timecode or frame number
By SeánB in forum Software PlayingReplies: 5Last Post: 5th Oct 2010, 17:26 -
ISO: frame accurate *multiple audio* mpeg2 editor
By febefe in forum EditingReplies: 1Last Post: 5th Sep 2009, 19:05 -
Suggest a video editor for frame-by-frame editing
By ontherocks in forum Newbie / General discussionsReplies: 14Last Post: 24th Apr 2008, 10:36 -
What Video editor's can cut frame by frame?
By VEBouto in forum Newbie / General discussionsReplies: 19Last Post: 28th Oct 2007, 02:31



Quote