VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Oct 2000
    Location
    raleigh
    Search PM
    Whats the best way to delete a single frame?
    Quote Quote  
  2. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    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...
    Quote Quote  
  3. Member
    Join Date
    Oct 2000
    Location
    raleigh
    Search PM
    Well, i encoded a .m1v file in tmpgenc. I just wanted to remove a single frame. Source was from a dvd.
    Quote Quote  
  4. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    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)
    The sound wont be modified, so the final MPEG will get 1/25 sec resp 1/23.976 sec out of sync.
    Code:
    LoadPlugin("c:\...path..\mpeg2dec.dll")
    mpeg2source("D:\...path..\filename.d2v")
    Trim(0,999)+Trim(1001,0)
    Frame and audio will be deleted.
    Quote Quote  



Similar Threads

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