Quantcast Avisynth: Extreme Cartoon Filtering! - digitalFAQ.com Forums [Archives]
  #1  
08-01-2003, 06:31 PM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
I captured some episodes of family guy to standard VCD (just some tests... quality quite sucks)

Now I want as much episodes as possible to be on 1 KVCD (->ULBR)

I experimented a bit arround with some filters
Here is my current script:

Loadplugin("C:\Programme\AviSynth 2.5\plugins\Mpegdecoder.dll")
Loadplugin("C:\Programme\AviSynth 2.5\plugins\MPEG2Dec3.dll")
Loadplugin("C:\Programme\AviSynth 2.5\plugins\FluxSmooth-2.5.dll")
Loadplugin("C:\Programme\AviSynth 2.5\plugins\Warpsharp.dll")
Loadplugin("C:\Programme\AviSynth 2.5\plugins\undot.dll")
Loadplugin("C:\Programme\AviSynth 2.5\plugins\Dup.dll")
Loadplugin("C:\Programme\AviSynth 2.5\plugins\Deen.dll")
Loadplugin("C:\Programme\AviSynth 2.5\plugins\asharp.dll")

MPEGSource("F:\****\101 Family Guy - Death Has A Shadow.mpg")
ConverttoYV12()
MergeChroma(blur(1.5)
MergeLuma(blur(0.05))
BlindPP()
asharp(1,1,1,true)
deen("a2d",3,9,0,0)
fluxsmooth()
WarpSharp(depth=98, blur=3, bump=98, cubic=-0.6)
Undot()
Dup()


Any suggestion? any filters? any settings?
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
08-02-2003, 05:46 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Default parameters of Dup() are too strong and you will see bad results (shaking) during traveling movements.

I suggest you "Dup(threshold=1,blend=true)". You can raise the threshold value a little more (the default is 3, but it's too much).
Reply With Quote
  #3  
08-02-2003, 05:54 AM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
just realized that "too strong"

but WOW!
compression is faster than realtime, results are fine and small!
Have to encode at CQ90 to get season 1 on 1 KVCD!!!
Reply With Quote
  #4  
08-02-2003, 06:07 AM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
How about some Motion Adaptive stuff???
Would that be usefull for my already heavy filtered source?
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Simple script to make a kdvd from divx cartoon? zagor Avisynth Scripting 1 12-06-2004 10:18 AM
Avisynth: Old Cartoon Encoding? Revan Avisynth Scripting 8 07-10-2004 02:21 PM
Linerar filtering ou Motion Adaptative Filtering??? mabhz Conversão e Codificação de Vídeo (Português) 3 05-27-2004 08:45 AM
Avisynth: Resize before or after filtering? iainb Avisynth Scripting 2 11-25-2003 11:18 AM
Avisynth: Anime/Cartoon with 2.5x script? TemplateAVS Avisynth Scripting 2 06-17-2003 03:27 PM

Thread Tools



 
All times are GMT -5. The time now is 10:25 AM  —  vBulletin © Jelsoft Enterprises Ltd