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?
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?