VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Member
    Join Date
    Sep 2015
    Location
    China
    Search Comp PM
    I know the "linear blending" is a part of Libav Deinterlace.
    But,is the filter "linear blending" existed in Avisynth? What's its code in avs script?
    Are there blend modes in QTGMC? It seems "NO"...
    Thanks!
    Last edited by hintlou; 11th May 2020 at 10:16.
    Quote Quote  
  2. I'm not sure if it's what you're after, but TDeint has a couple of blend de-interlacing modes, and SmoothDeinterlace has one also.
    Quote Quote  
  3. Member
    Join Date
    Sep 2015
    Location
    China
    Search Comp PM
    Originally Posted by hello_hello View Post
    I'm not sure if it's what you're after, but TDeint has a couple of blend de-interlacing modes, and SmoothDeinterlace has one also.
    Thanks!
    But the blend de-interlacing modes of TDeint have "blend" which are bad for the results.
    My ripping software is x64.SmoothDeinterlace seems not siutable for me.
    I just liked the style of text deinterlacing with linear blending.
    I want to crop the text from the main picture to linear-blending,so I can deinterlace the rest part of pictures with other methods.
    Quote Quote  
  4. You can linear blend deinterlace using a convolution filter. Masktools2 is probably fastest

    Code:
    mt_convolution("1","1 2 1",chroma="process")
    Quote Quote  
  5. Blur(0.0, 1.0). I sometimes follow with (Sharpen(0.0, 0.6) to restore some sharpness to horizontal edges/lines, depending on the source.
    Last edited by jagabo; 11th May 2020 at 11:27.
    Quote Quote  
  6. Member
    Join Date
    Sep 2015
    Location
    China
    Search Comp PM
    Originally Posted by poisondeathray View Post
    You can linear blend deinterlace using a convolution filter. Masktools2 is probably fastest

    Code:
    mt_convolution("1","1 2 1",chroma="process")
    Thanks!It's a good choice!
    Quote Quote  
  7. Member
    Join Date
    Sep 2015
    Location
    China
    Search Comp PM
    Originally Posted by jagabo View Post
    Blur(0.0, 1.0). I sometimes follow with (Sharpen(0.0, 0.6) to restore some sharpness to horizontal edges/lines, depending on the source.
    Oh,thanks!It's a g00d choice!
    Quote Quote  



Similar Threads

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