VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Hello!

    I need to decrease ghosting in this video as much as possible. I used this script

    Code:
    AssumeTFF()
    tfm(pp=7,cthresh=8,mode=5).tdecimate()
    yadif(mode=1, order=1)
    Srestore(frate=25)
    AssumeFPS(23.976)
    Crop(16, 2, -0, -0)
    Image Attached Files
    Quote Quote  
  2. First, your script makes no sense. Start with:

    Code:
    Mpeg2Source("Test.demuxed.d2v", Info=3) 
    Yadif(order=1, mode=1) # or QTGMC(preset="fast")
    Srestore(frate=25)
    AssumeFPS(23.976)
    Crop(16, 2, -0, -0)
    It's going to be difficult to remove the ghosting from the heavy temporal noise filter.
    Quote Quote  
  3. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Originally Posted by jagabo View Post
    First, your script makes no sense. Start with:

    Code:
    Mpeg2Source("Test.demuxed.d2v", Info=3) 
    Yadif(order=1, mode=1) # or QTGMC(preset="fast")
    Srestore(frate=25)
    AssumeFPS(23.976)
    Crop(16, 2, -0, -0)
    It's going to be difficult to remove the ghosting from the heavy temporal noise filter.
    So no need to "TIVTC" it? and if my script has no sense why you repeated it again?! Thanks!
    Quote Quote  
  4. I didn't just repeat your script, I fixed it. And, no, you don't TIVTC before Yadif(mode=1) and SRestore(). Yadif (or QTGMC) turns every field into a frame, SRestore discards the frames with the most blending.

    By the way, I'd highly recommend you leave the height mod4, not mod2. Some codecs/players have problems with mod2.
    Quote Quote  
  5. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Originally Posted by jagabo View Post
    I didn't just repeat your script, I fixed it. And, no, you don't TIVTC before Yadif(mode=1) and SRestore(). Yadif (or QTGMC) turns every field into a frame, SRestore discards the frames with the most blending.

    By the way, I'd highly recommend you leave the height mod4, not mod2. Some codecs/players have problems with mod2.
    It's okay. Thanks, Jagabo for your help
    Quote Quote  



Similar Threads

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