digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Best Anime Script in Avisynth? (http://www.digitalfaq.com/archives/avisynth/12105-best-anime-script.html)

hoyahoya 09-13-2004 09:38 AM

Best Anime Script in Avisynth?
 
Im encoding anime , and ive been using dialhots optimal script

but i was wondering if anyone hear uses a particular script that works well with anime, and if they do whether they can share it...

this is one that i came up with (using donald grafts anime filters) but it doesnt seem to work so well..lol

Code:

LoadPlugin("C:\Program Files\DIKO\avisynth plugins\SimpleResize.dll")
LoadPlugin("C:\Program Files\DIKO\avisynth plugins\Msmooth.dll")
LoadPlugin("C:\Program Files\DIKO\avisynth plugins\Dup.dll")
LoadPlugin("C:\Program Files\DIKO\avisynth plugins\MSharpen.dll")

Avisource("C:\bla.avi")
ConvertToYV12()
BicubicResize(528, 480)
Dup
MSmooth
MSharpen


im encoding mostly naruto episodes (just in case somebody has been doing the same :)

Dialhot 09-13-2004 09:49 AM

Be carefull with dup : this does wonders on Anime but the defautl threashold is to hight.

I generally use Dup(threshold=1.5,maxcopies=5)

This way I avoid jerky movement in camera travellings.


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.