VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. How to deinterlace this video https://mega.nz/#!hAIXxCIT!fsPTGKqQxrSLFns8UKsb_uZ_PVjqaf3ga440Qd6SaeU

    After
    QTGMC(Preset="medium")
    SelectEven()

    I get ghosting in result video
    Quote Quote  
  2. AssumeTFF()
    QTGMC()###no SelectEven
    Srestore(Frate=23.976)


    But there's too much blending to remove it all.
    Quote Quote  
  3. I get ghosting in result video
    (looking at the fields) ghosting is already there before the deinterlacing
    But there's too much blending to remove it all.
    depending on the target, using a lower target bitrate in srestore or going for vfr output might be valid.

    How about using Telecide + SRestore?
    Something along the lines of:
    Code:
    LoadPlugin("I:\Hybrid\32bit\AVISYN~1\LoadDll.dll")
    LoadPlugin("I:\Hybrid\32bit\AVISYN~1\DGDecodeNV.dll")
    LoadPlugin("I:\Hybrid\32bit\AVISYN~1\Decomb.dll")
    LoadPlugin("I:\Hybrid\32bit\AVISYN~1\RgTools.dll")
    LoadPlugin("I:\Hybrid\32bit\AVISYN~1\TIVTC.dll")
    LoadPlugin("I:\Hybrid\32bit\AVISYN~1\masktools2.dll")
    LoadPlugin("I:\Hybrid\32bit\AVISYN~1\Average.dll")
    LoadPlugin("I:\Hybrid\32bit\AVISYN~1\GRunT.dll")
    LoadPlugin("I:\Hybrid\32bit\AVISYN~1\vinverse.dll")
    LoadDLL("I:\Hybrid\32bit\AVISYN~1\libfftw3f-3.dll")
    Import("I:\Hybrid\32bit\avisynthPlugins\Srestore.avsi")
    SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
    # loading source: C:\Users\Selur\Desktop\VTS_01_1.demuxed (1).m2v
    #  input color sampling YV12
    #  input luminance scale tv
    DGSource(dgi="E:\Temp\m2v_3be93c250658f94af860ccdf20ee7c26_41.dgi",fieldop=2)
    # current resolution: 720x480
    # deinterlacing
    Telecide(guide=0,gthresh=10,post=2,vthresh=50,dthresh=7,blend=false,chroma=false,back=0,bthresh=50,nt=10,hints=true)
    SetPlanarLegacyAlignment(True)
    AssumeFrameBased()
    # removing ghosting
    srestore(frate=23.976,omode=6)
    # filtering
    # remove residual combing
    vinverse()
    # avisynthPreview 0, avisynthScriptView 1
    # adjusting bit depth current 8 to target 10
    # convert to 10bit for encoder
    ConvertBits(10)
    PreFetch(16)
    return last
    Cu Selur
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  



Similar Threads

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