View Single Post
Old 12th February 2016, 16:32   #3  |  Link
magiblot
Eurobeat Fan
 
Join Date: Sep 2014
Posts: 108
Quote:
Originally Posted by `Orum View Post
[...]
Thanks for your advise, but I haven't been able to fix the video by using the plugins for the points you say, so I have carried on working with my method.

Due to the bad quality of the source, I think using AWarpSharp and resizing are both necessary to recover the borders, in spite of losing details. However, I agree with you in the fact I was using the filter very strongly. Now I have set the filter properly with the help of AvsPmod. I have also partially fixed the chroma bleeding:

Original:



Original + Color tweak:



Color tweak + Filtered + Chroma bleeding fixed:



Color tweak + Filtered:



Color tweak + Filtered + Chroma bleeding fixed:



I strongly believe it's way better now.

New script:

Code:
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\Plugins\awarpsharp2.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\Plugins\asharp.dll")
FFVideoSource("C:\Users\magiblot\Desktop\mario.wmv", fpsnum=25, fpsden=1)
Tweak(hue=0.0,sat=2.1,bright=4,cont=1.7)
Levels(0,0.7,255,0,255)
Spline64Resize(384,288)
ASharp(0.0,11.0)
AWarpSharp(10.0,3,0.9,2)
Spline64Resize(960,720)
ASharp(32.0,0.1,-0.9,true)
AWarpSharp(39.9,1,0.3,2)
Spline64Resize(768,576)
MergeChroma(awarpsharp2(depth=25))
ChromaShift(C=0, U=6, V=2, L=0)
PS: I'm trying to obtain a new source I've just found which wasn't avaiable when I was working on this movie a year and a half ago (http://www.youtube.com/watch?v=QSbME1HyC1w / http://www.youtube.com/watch?v=djSURRfEzDk). If I get it, I'll work to improve that version instead.

Last edited by magiblot; 12th February 2016 at 16:41. Reason: Added end note
magiblot is offline   Reply With Quote