VideoHelp Forum




+ Reply to Thread
Results 1 to 11 of 11
  1. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Hi. There is noticeable bobbing (look at the TV logo) of this NTSC video even after using QTGMC. Is there a way to get rid of that annoying frame bobbing?
    Image Attached Files
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Is that your source or the result ?
    Quote Quote  
  3. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Originally Posted by davexnet View Post
    Is that your source or the result ?
    Source (lossless trim with Avidemux). I want to deinterlace it but without that frame bobbing/shimmering.
    Quote Quote  
  4. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    THere's a lot of duplicate frames, I'm not surprised it doesn't work well
    Quote Quote  
  5. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Originally Posted by davexnet View Post
    THere's a lot of duplicate frames, I'm not surprised it doesn't work well
    Perhaps the real fps is 23.976
    Quote Quote  
  6. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    try this
    Code:
    bwdif(field=-2) # alternative to qtgmc
    srestore(frate=24)
    Quote Quote  
  7. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Originally Posted by davexnet View Post
    try this
    Code:
    bwdif(field=-2) # alternative to qtgmc
    srestore(frate=24)
    There's a duplicate frame and the bobbing isn't fixed. A temporary solution I found on my own was to use:

    Code:
    QTGMC(Preset="Slow", FPSDivisor=2, MatchPreset="Slow", Sharpness=0.5)
    SRestore(23.976)
    and save a temporary video as lossless (Huffyuv) and load that temporary video and use

    Code:
    QTGMC(InputType=1, Preset="Fast", Sharpness=0.5)
    to stabilize the video. There's still a bit of bobbing but it's way less noticeable. If a better solution is not suggested, I'll use this one. Btw I'm not 100% sure that's the right fps.
    Image Attached Files
    Quote Quote  
  8. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    That's good. Yeah I see the bobbing on the attempt I made. My pc too old to run qtgmc unfortunately
    Quote Quote  
  9. This convoluted method appeared to work, although I'm not sure I fully understand why, but a quick perusal didn't reveal any repeated frames. I'm pretty sure there's nothing to be lost by downscaling to 720p, but that's up to you.

    Sample 1.

    SeparateFields()
    SelectEven()
    nnedi3(dh=true)
    QTGMC()
    SelectEven()
    CropResize(1280,720)

    Sample 2 (possibly faster, but I did notice at least one duplicate).

    QTGMC()
    SRestore(30000.0/1001.0)
    CropResize(1280,720)
    Image Attached Files
    Quote Quote  
  10. Or what about this?

    QTGMC()
    SelectEven()
    CropResize(1280,720)
    Image Attached Files
    Quote Quote  
  11. Isn't the clip 29.97fps field shifted and a simple TFM() should be used?
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  



Similar Threads

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