Whats the best way to delete a single frame?
+ Reply to Thread
Results 1 to 4 of 4
-
http://www.vcdhelp.com/phpBB/viewtopic.php?t=80074
http://www.vcdhelp.com/phpBB/viewtopic.php?t=78182
There are several ways to delete a frame. It would be nice if you gave us some more details, for example which tools you use, source, target format... -
Well, i encoded a .m1v file in tmpgenc. I just wanted to remove a single frame. Source was from a dvd.
-
hmm, OK, here is one way: Frameserve with dvd2avi and Avisynth to TMPG.
In this example I delete frame#1000.
Code:LoadPlugin("c:\...path..\mpeg2dec.dll") mpeg2source("D:\...path..\filename.d2v") DeleteFrame(1000)
Code:LoadPlugin("c:\...path..\mpeg2dec.dll") mpeg2source("D:\...path..\filename.d2v") Trim(0,999)+Trim(1001,0)
Similar Threads
-
How do I debug/extract i-frame p-frame and b-frame?
By jwbrasil2 in forum ProgrammingReplies: 0Last Post: 20th Nov 2011, 12:24 -
How do you delete or trim out the exact frame from movies?
By johnharlin in forum EditingReplies: 2Last Post: 21st Oct 2011, 20:51 -
how do I delete the last frame in a video?
By charlieship in forum Newbie / General discussionsReplies: 4Last Post: 8th Jun 2011, 14:29 -
Play an MTS file frame by frame, displaying timecode or frame number
By SeánB in forum Software PlayingReplies: 5Last Post: 5th Oct 2010, 16:26 -
Question how to delete files that won't delete
By jimdagys in forum ComputerReplies: 18Last Post: 9th Sep 2009, 13:09