pic related.
basiccly it has a problem that Madvr can fix when its happends in 480p video (jagged zig zag lines) but on 1080p sample there is no more to go up (in terms of upscale)
anu avisyth script to try and fix it? (can use this images for testing)
you can see it very clearlly on the fork and knife at the second pic
+ Reply to Thread
Results 1 to 2 of 2
-
-
Your video is poorly upscaled standard definition, not true high definition. So those jaggies are part of the picture. To reduce them you need to downscale back to SD, then upscale properly. Something along the lines of:
Code:BilinearResize(800,576) # play with different sizes to get the sharpest picture with the least artifacts # maybe add an atialias filter here, like Santiag() nnedi3_rpow2(4, cshift="Spline36Resize", fwidth=1920, fheight=1080) aWarpSharp(depth=15) Sharpen(0.3)
Last edited by jagabo; 5th Jan 2018 at 18:09.
Similar Threads
-
avisyth warmer colors
By zanzar in forum Newbie / General discussionsReplies: 1Last Post: 19th Nov 2017, 13:56 -
Someone know how to fix 3-lines credit-style subtitles? (.srt)
By flatzonmavoz in forum SubtitleReplies: 7Last Post: 15th Nov 2016, 16:32 -
How to fix 3-lines credit-style subtitles (.srt)
By zaerdy in forum SubtitleReplies: 1Last Post: 14th Nov 2016, 23:15 -
Trying to Restore anime lines, need help with avisyth scripts linedarkening
By kairukun in forum RestorationReplies: 3Last Post: 25th Nov 2015, 14:20 -
Using Avisyth Overlay for Contrast Masking
By sanlyn in forum RestorationReplies: 52Last Post: 11th Dec 2013, 17:40