VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. hi,

    i would like to black mask my capture. currently am using tmpgenc xpress. however its reencoding is so slow.

    is there another app that will do a black mask quicker or without reencoding?

    if reencoding cannot be avoided, which app will do the job quickest without butchering the capture?

    ta in advance.
    Quote Quote  
  2. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    Basically, you can't change any properties of a video without reencoding. The only edit possible is to cut out bits and pieces.
    There are other faster encoders than TMPGEnc, but not dramatically so. AFAIK, CCE is the speed daemon among them.
    One thing to keep in mind, is not to set Motion Search Precision to Highest - that takes TMPGEnc down to a crawl, without making any visible difference compared to second or even third highest setting.

    /Mats
    Quote Quote  
  3. mats, ta for the info. i'll check the Motion Search Precision setting and also give CCE a turn.
    Quote Quote  
  4. VH Veteran jimmalenko's Avatar
    Join Date
    Aug 2003
    Location
    Down under
    Search PM
    FWIW, A "PC playback only" solution is to load the clip using an AVISynth script which could be as simple as follws:

    Code:
    AVISource("clip.avi")
    crop(16,16,-16,-16)
    AddBorders(16,16,16,16)
    Then load this through Windows Media Player.

    If you need to re-encode, you could also load this script into TMPGEnc or CCE and it will handle the masking for you (traditionally much quicker than TMPGEnc's inbuilt functions).
    If in doubt, Google it.
    Quote Quote  



Similar Threads

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