VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    I have this VOB file of a music video that seems to be heavily blended (original was 50i/25i converted to 29.97i through some weird blend).
    I have tried everything i could think of in AviSynth to minimize blending to no avail.
    I´ve tried
    Code:
    Srestore(25)
    QTGMC()
    I've also tried
    Code:
    Tdecimate(mode=7, rate=25)
    QTGMC()
    Those are all the ways i could think of removing that blend. Below is a 20 second clip cut using ffmpeg (-c copy) with no reencoding at all so you can see the blend.
    If anyone knows how this blend could be removed in AviSynth i would appreciate it.
    samplevob.vob
    Quote Quote  
  2. first time I see someone apply srestore or tdecimate beforce qtgmc, normally one would use it the other way around,....
    have you tried something like
    QTGMC()
    some deblocking and denosing
    sRestore()
    ?
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  3. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    Originally Posted by Selur View Post
    first time I see someone apply srestore or tdecimate beforce qtgmc, normally one would use it the other way around,....
    have you tried something like
    QTGMC()
    some deblocking and denosing
    sRestore()
    ?
    I have tried QTGMC before Srestore but got the same results
    Quote Quote  
  4. Your best bet is probably to start with:
    Code:
    QTGMC()
    sRestore(frate=12)
    Assuming that does not show those frames you deem to be blended, increase frate till you get blends and then go one step back.
    Last edited by Selur; 5th May 2023 at 07:29.
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  5. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    Originally Posted by Selur View Post
    Your best bet is probably to start with:
    Code:
    QTGMC()
    sRestore(frate=12)
    Assuming that does not show those frames you deem to be blended, increase frate this you get blends and then go one step back.

    Ok. I'll try that
    Quote Quote  
  6. Depending on your Avisynth skills, you could also try ExBlend.
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  7. Member
    Join Date
    Jun 2022
    Location
    Argentina
    Search PM
    Originally Posted by Selur View Post
    Depending on your Avisynth skills, you could also try ExBlend.
    Well tried both the ExBlend and Srestore method but none did the trick. There is still 4 frames of horrible blend. With Srestore(12) there is already blending.

    If you've seen the video the blend very noticeable
    Quote Quote  
  8. There are tons of blends (probably, some are intended), if you can't get git of them with sRestore with frate=12 and neither with ExBlend, you probably can't get rid of them without manually editing frames.
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  



Similar Threads

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