So this show called To Love Ru got a BD release. And I buy it expecting something great, or atleast slightly acceptable. But I get a terribly done interlaced upscale. So I decided to encode it to look better. I'm satisfied with the script I've written for it so far, with the overall picture quality. But the one thing I couldn't really properly fix was the interlacing. I've included a sample (probably NSFW) It's an mkv remux(untouched)
I'd be grateful if someone can help me fix this.
Thanks.
+ Reply to Thread
Results 1 to 7 of 7
-
-
That's some very strange video. Different parts of the frame have different comb artifacts. Try something like:
Code:ffVideoSource("TLR interlaced.mkv") AssumeTFF() TFM(pp=0) Vinverse() TDecimate() AAA() BilinearResize(856,480) # bilinear to reduce oversharpening halos
Last edited by jagabo; 6th Jun 2013 at 17:23.
-
Awesome man. It works great. So the only problem was that whenever I added any spatial smoothers to that script^, the interlacing kept creeping back in. Which is when I remembered that most of them work for progressive video only. So what I did was first ran the de-interlacing, and then I applied the other filters with the output video from the first. Here's the finished product. Tell me what you think.
-
Spatial smoother? The sample looked like digital ink+paint to me.
-
Err, this is the script that I used. After running that^^ to de-interlace.
Code:ffVideoSource("\TLR interlaced1.mkv") eDeen(7,7,14,1,2) DeHalo_alpha_mt(darkstr=0.2,brightstr=1.0) AAA()
-
Let me expand my question: why do you want to use a spatial smoother?
-
To improve the overall visual quality of the video... There was some grain and all that oversharpening. I figured it would be right to smoothen it out...?
Similar Threads
-
Burning bluray of anime
By arsh231 in forum DVD & Blu-ray WritersReplies: 8Last Post: 31st Jan 2013, 17:53 -
Anime Video Lineart filter(s)
By Taichi in forum Newbie / General discussionsReplies: 6Last Post: 21st Apr 2012, 12:16 -
Anime FPS/Interlaced question...
By alcOre in forum Newbie / General discussionsReplies: 6Last Post: 4th Apr 2009, 09:05 -
Anime DVD to X264 with Staxrip - is it worth using the 'anime' setting?
By Emanef in forum DVD RippingReplies: 2Last Post: 8th Nov 2008, 15:31 -
Creating dvd video with 20+ episodes of anime
By kurt_tml in forum Authoring (DVD)Replies: 9Last Post: 21st Jul 2008, 18:26