Log in

View Full Version : Want to fix anime video's lines, colors, and blur with avisynth need help


maki
13th December 2010, 06:45
Hi I have this anime video that I want to encode, but first I want to fix somethings using avisynth's plugins, and I need help.

Here's a pic of the original video:

http://yfrog.com/45originalup

Here's what it looked like after using LimitedSharpenfaster:

AVCSource("C:\00002.track_4113.dga")

LimitedSharpenfaster( ss_x=1.8, ss_y=3.4, dest_x=1280, dest_y=720,
\ Smode=3, strength=100, radius=2,
\ Lmode=2, wide=true, overshoot=1,
\ edgemode=1, special=true,
\ exborder=0 )

#deinterlace
#crop
LanczosResize(1280,720) # Lanczos (Sharp)
#denoise
ConvertToYV12()

http://yfrog.com/5alimitedsharpenfasterp

I know that there's more that needs fixing, but here's what I want to fix before I get too ahead of myself.

http://yfrog.com/mspic3hup

-I want to solidify the black lines
-I want to get rid of the blurriness
-I want to solidify the colors

What plugins do I need? Can someone help me?

Didée
13th December 2010, 11:24
-I want to solidify the black lines
-I want to get rid of the blurriness
-I want to solidify the colors
To my eyes, the lines are just fine, there is no blurriness, and I've no idea what should be wrong with the colors.

All I see is that the source already is oversharpened (the black lines have bright halos), probably caused by the filtermaniac that was active before you. Blargh (http://forum.doom9.org/showthread.php?p=1457926#post1457926).

Well, there are a few spots where outlines haven't been darkened. I'd guess the previous filtermaniac just used default FastLineDarken, and the spots in question are suffering from "threshold disease". :D

maki
16th December 2010, 07:36
Thanks so much for your response. I used your Dehalo-ing plugin and I liked the results.

Also is there any hope for the threshold?