What filters do I need to deinterlace this video?
https://www.youtube.com/watch?v=ZS61kpHH-xo
+ Reply to Thread
Results 1 to 23 of 23
-
-
It is not interlaced. It is simply poorly-encoded, with artifacts from the badly-done deinterlacing; the badly-done re-sizing; and the poor encoding. You're not going to be able to make it look much better.
-
It is not possbile to improve the quality?
Indeed I think the video has been resized, but I think it hasn't been deinterlaced, because there are so much horizontal interlacing artifacts. -
You can blur the residual comb artifacts but that will leave a blurry mess instead.
-
Can't find a sample of residual combing artifacts. What are the problems of the video? I thought it is resized without deinterlacing and that makes is impossible to restore the original size to deinterlace it the right way. Maybe a mixture of different sources?
Last edited by flashandpan007; 5th Jan 2016 at 12:13.
-
-
-
You get that from a simple bilinear or bicubic filter and a clean interlaced source. VirtualDub's simple bicubic resize filter:
I downloaded the video from youtube assuming it was your source. You have a better source? Why didn't you provide that instead? If you have a good clean interlaced source use QTGMC().Last edited by jagabo; 5th Jan 2016 at 13:15.
-
I don't have another source. I downloaded the highest resolution from youtube. The Problem is that some scenes are "fine" but other scenes look like this. I think at least two cameras were used. One was set to Interlaced, the other not or this source was deinterlaced already. What can I do to get rid of the horizontal artifacts of an kind? These are very annoying.
-
Just out of curiosity, why are we trying to improve YouTube videos?? That is an endless task, with very few rewards, IMHO.
-
I want to improve only this video. Because i like it, but the artifacts are annoying. It is only a try to improve that one. But it look like it is very hard, because there is already so much ****ed up.
-
If you go to her Patreon site:
https://www.patreon.com/caitlin?ty=h
she says she has talented people doing the work (including the encoding for YouTube) for her. Why not volunteer to prepare the videos for YouTube since the people doing it now are incompetent. She's asking for mentors and that way you'd be sure to get the source videos with which to work. -
-
You can try playing around with this:
Code:ffVideoSource("C:\Users\John\Desktop\Africa.mp4") Spline36Resize(width, height/2) Spline36Resize(width, height*2) aWarpSharp(depth=5) Sharpen(0.0, 0.3) Santiag()
If you don't know AviSynth you can do something similar in other editors. Reduce the height, restore the height, sharpen a bit. -
-
May consider QTGMC(inputtype=2) I've heard you can repair progressive material with interlacing artifacts, such as resized interlaced material that was never deinterlaced. Never tried it myself so idk.
http://avisynth.nl/index.php/QTGMC#Progressive_Input
Update: Downloaded the video and none of the inputtype=(1-3) helped muchLast edited by KarMa; 6th Jan 2016 at 07:54.
-
This is easy.
The VirtualDub filter "deinterlace area-based" removes most of the interlace artifacts.
Some deblending techniques in Avisynth can lessen the rest.
Or better yet, help the person out as suggested. Then you'll get the original.Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS
Similar Threads
-
How do you deinterlace this video?
By yonta in forum Software PlayingReplies: 1Last Post: 29th May 2014, 02:07 -
deinterlace filters in megui vs qtgmc
By codemaster in forum Video ConversionReplies: 18Last Post: 2nd Sep 2013, 10:34 -
DVD PAL to NTSC - Deinterlace, Resize, Filters!!
By Cauptain in forum DVD RippingReplies: 12Last Post: 10th May 2013, 05:36 -
Video Converter w/ denoise, deinterlace filters
By Johnbil in forum Video ConversionReplies: 3Last Post: 14th Nov 2012, 21:26 -
Can't deinterlace video
By fpht in forum EditingReplies: 2Last Post: 20th Dec 2011, 09:40