VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    I tried QTGMC, TFM, SRestore but none of the parameters I used gave satisfactory results (e.g. I get duplicate frames). Can someone give me a good solution to deal with this pretty unusual interlaced video?
    Image Attached Files
    Quote Quote  
  2. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    Maybe:
    Code:
    TDeint(mode=0, full=false, cthresh=9, chroma=false, MI=16, edeint=QTGMC(FPSDivisor=2), emask=TMM(mode=0), slow=2)
    Not sure is the best option, just a blind attempt not based on accurate fields analysis.

    Click image for larger version

Name:	frame17.png
Views:	220
Size:	1.71 MB
ID:	70875

    Click image for larger version

Name:	frame209.png
Views:	214
Size:	1.44 MB
ID:	70876

    Click image for larger version

Name:	frame391.png
Views:	218
Size:	1.14 MB
ID:	70877

    Maybe a decimation at the end with appropriate parameter to remove duplicates (if any) can be added.
    Quote Quote  
  3. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Originally Posted by lollo View Post
    Maybe:
    Code:
    TDeint(mode=0, full=false, cthresh=9, chroma=false, MI=16, edeint=QTGMC(FPSDivisor=2), emask=TMM(mode=0), slow=2)
    Not sure is the best option, just a blind attempt not based on accurate fields analysis.

    Image
    [Attachment 70875 - Click to enlarge]


    Image
    [Attachment 70876 - Click to enlarge]


    Image
    [Attachment 70877 - Click to enlarge]


    Maybe a decimation at the end with appropriate parameter to remove duplicates (if any) can be added.
    I get an error (there is no function named TMM). What should I install?
    Quote Quote  
  4. Try something like
    Code:
    LWLibavVideoSource("808 State - In Yer Face.mkv",cache=false)
    BWDIF(field=3,edeint=nnedi3(last,field=3))
    Quote Quote  
  5. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    I get an error (there is no function named TMM). What should I install?
    http://avisynth.nl/index.php/TMM
    Quote Quote  
  6. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Originally Posted by lollo View Post
    I get an error (there is no function named TMM). What should I install?
    http://avisynth.nl/index.php/TMM
    Thanks
    Quote Quote  
  7. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Originally Posted by Sharc View Post
    Try something like
    Code:
    LWLibavVideoSource("808 State - In Yer Face.mkv",cache=false)
    BWDIF(field=3,edeint=nnedi3(last,field=3))
    Is this better than
    Code:
    QTGMC(Preset="Slow", FPSDivisor=2)
    ?
    Quote Quote  



Similar Threads

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