Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 26th March 2020, 01:11   #1  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Line darkening recommendation for Avisynth+ 64bit ?

Playing around with Avisynth+ 64bit, I was wondering what line darkening (for Anime/Cartoon) filters/scripts folks use.
For 32bit I know of:
- Toon (uses Toon-v1.1.dll)
- mfToon (uses warpsharp.dll)
- SuperToon (uses UnFilter.dll)
- FastLineDarkenMod
- Hysteria
now I only know of
- Hysteria
- FastLineDarkenMod
which work with 64bit and so I was wondering:

What alternatives to those two do people use that I don't know of?

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 28th March 2020, 14:30   #2  |  Link
MatLz
I often say "maybe"...
 
MatLz's Avatar
 
Join Date: Jul 2009
Location: France
Posts: 583
Hi Selur,
Im the guy who posted the YT video one of your forum user did link.
Cant actually find my mail and password so I post here.

I extracted and shrinked the code to death for speed and usage simplicity from a script like LSF, SoftSharpen or Mftoon --I dont remember

It is only using MaskTools.
Code:
function drk( clip IN , float "str" )
{
str=default( str , 100./3.)
INP=IN.mt_expand().mt_expand().mt_inpand().mt_inpand()
mt_lutxy( IN, INP , "x y - " + string(str/100.) + " * x +" , y=3 , u=2 , v=2 )
}
Hope it helps.

Last edited by MatLz; 28th March 2020 at 14:33.
MatLz is offline   Reply With Quote
Old 28th March 2020, 15:06   #3  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Thanks!
Hopefully a few other folks will post their scripts and filter recommendations.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:17.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.