AVS scrip wiki site

The old Video Software Help forum, left visible as an archive.

AVS scrip wiki site

Postby gypsy » Thu Jun 08, 2006 1:31 pm

Greetings.

I while back I stubled upon a site that's sorta like a wiki site but where people can submit theri scripts for an anime which they did an amv on. I lost the site's address and can't find in nowhere.

In the site you can add an anime and then add the script you used. I'd like to add some of my own and check up on a script for appleseed. It would seem to be progressive but I can't really believe that.

Anyway. If anyone has the site addres I'd much appreciate it.

Thanx.

P.S. If this isn't the right section a moderator can move it if they so chooses.
Cheers vir eers
______________
~You are only limited by your ignorance~
gypsy
 
Joined: 20 Feb 2002
Location: South Africa

Postby Jnzk » Thu Jun 08, 2006 1:37 pm

I assume you mean AMVWiki?
User avatar
Jnzk
Artsy Bastid
 
Joined: 28 Jan 2003
Location: Finland

Postby gypsy » Thu Jun 08, 2006 1:47 pm

duh!!!

:oops: :roll: :wink:

I knew it's there somewhere but for the life of me I could find it.

Thanx. This site should be one the toolbar of this site for people to c...

Really great and handy site.

Thanx
:D
Cheers vir eers
______________
~You are only limited by your ignorance~
gypsy
 
Joined: 20 Feb 2002
Location: South Africa

Postby Qyot27 » Thu Jun 08, 2006 1:59 pm

I haven't checked in a couple months, but when I did none of my edits would commit. I had been meaning to fix the script for the R1 of End Of Eva, but everytime I tried to save it, it would choke and never finish.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
User avatar
Qyot27
Surreptitious fluffy bunny
 
Joined: 30 Aug 2002
Location: St. Pete, FL
Status: Creepin' between the bullfrogs

Postby gypsy » Thu Jun 08, 2006 2:25 pm

It works great now.

I just added a script for Princess Mononoke. Can't believe there's so little scripts on there.
Cheers vir eers
______________
~You are only limited by your ignorance~
gypsy
 
Joined: 20 Feb 2002
Location: South Africa

Postby trythil » Thu Jun 08, 2006 4:02 pm

Wait, the thing still works?

Last I checked, I still needed to bug Chris about fixing PNG thumbnailing -_-
This is a block of text that can be added to posts you make. There is a 512 character limit.
trythil
is
 
Joined: 23 Jul 2002
Location: Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch

Postby Qyot27 » Thu Jun 15, 2006 2:16 pm

Just checking back, I still can't do anything with the End Of Eva page. I'm assuming it has something to do with the error messages at the top of the screen (which strangely don't show up when in preview mode), or that maybe my IP address got blacklisted during one of the bans against spammers - if the sort of banning which would cause that was used, that is.

If anyone wants to try themselves, this was what I was planning to adjust on the page (the whole page's code is included to simplify things, just a highlight-everything-and-then-paste-new-text deal):

Code: Select all
{{avisynthscriptstub}}

==Region 1 release - Script by Qyöt27==
Manga Entertainment's Region 1 release of End Of Evangelion suffers from several problems, including [[Dot Crawl]], Rainbowing, a shifty telecine, dull colors, slight reddening, and huge black borders around the viewable field area.

===Script data===
'''AVISynth version required: 2.5''x''

'''AVISynth plugins and scripts required: [[Deen]], [http://bengal.missouri.edu/~kes25c/ TIVTC], [http://www.animemusicvideos.org/phpBB/viewtopic.php?t=56491 LUTDeRainbow], [[DFMDeRainbow]], [http://bengal.missouri.edu/~kes25c/ TComb], DGDecode, MSharpen, MaskTools, FluxSmooth, Repair

This is intended for use as a  {{footage preprocessor}}.

<pre><nowiki>
MPEG2Source("eoe.d2v", ipp=true, cpu=4)
TComb(mode=0,fthreshL=16,othreshL=16,scthresh=100)
LUTDeRainbow()
TFM(order=-1,mode=5,PP=7,field=1,slow=2)
TDecimate()
Crop(28,68,-34,-68)
LanczosResize(672,352)
DFMDeRainbow()
deen("w3d",3,14,16)
ColorYUV(gain_v=-5)
Tweak(sat=1.2,bright=-15,cont=1.1)
</nowiki></pre>

===Processing examples===
(outlinks to Photobucket until image uploading is allowed again)<br>
[http://i20.photobucket.com/albums/b235/qyot27/eoer1-1.jpg Lighter colors]<br>
[http://i20.photobucket.com/albums/b235/qyot27/eoer1-2.jpg Bright colors]<br>
[http://i20.photobucket.com/albums/b235/qyot27/eoer1-3.jpg White Balance]<br>
[http://i20.photobucket.com/albums/b235/qyot27/eoer1-5.jpg Dot Crawl, Rainbows, and Preservation Of Detail]

===Notes===
* This script is ''very'' slow.
* This script assumes the .d2v file is in the same directory.
* DFMDeRainbow is used after the IVTC because using it before tended to produce weird interlace artifacts, or at least I remember not seeing them anymore after shifting it from before to after.
* TDecimate can be left out for 29.97fps output instead.
* The Tweak and ColorYUV commands are optional.
- Region 1 information, ~~~~


==Region 2 (Renewal) release - Script by Qyöt27==
The Japanese release of End Of Evangelion Renewal is very clean, containing only slight film grain.  It is also anamorphic.

===Script data===
'''AVISynth version required: 2.5''x''

'''AVISynth plugins and scripts required: Crop, [[Deen]], Lanczos4Resize'''

This is intended for use as a  {{footage preprocessor}}.

<pre><nowiki>
mpeg2source("eoe.d2v")
Crop(8, 0, -6, 0)
Lanczos4Resize(864, 480) # see notes
deen("w3d", 2, 8, 8)
</nowiki></pre>

===Processing examples===
<gallery>
Image:http://www.amvwiki.org/images/c/c5/Eoe1-temp.jpg|Film grain correction - Multiple colors
Image:http://www.amvwiki.org/images/c/c5/Eoe2-temp.jpg|Film grain correction - Homogenous areas of color
</gallery>

===Notes===
* This script assumes the .d2v file is in the same directory.
* From rounding up instead of down.  This should correct the too tall look from resizing to 848x480.  If it doesn't, then you can try a wider size.
* The Renewal edition of End Of Evangelion is set with a 3:2 pulldown flag, making '''Telecide'''/'''Decimate''' or other [[inverse telecine]] functions in AVISynth unnecessary.  Just use the Forced FILM option in DGIndex.
- Region 2 information, [[User:Qyöt27|Qyöt27]] 15:11, 11 May 2005 (MDT)

[[Category:AVISynth Scripts]]
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
User avatar
Qyot27
Surreptitious fluffy bunny
 
Joined: 30 Aug 2002
Location: St. Pete, FL
Status: Creepin' between the bullfrogs

Postby Gepetto » Thu Jun 15, 2006 4:49 pm

why would you be banned as a spammer?
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile
User avatar
Gepetto
Mr. Poopy Pants
 
Joined: 10 Jun 2004
Location: The Tokyo Settlement
Status: Bored to tears

Postby Qyot27 » Thu Jun 15, 2006 7:04 pm

gepetto wrote:why would you be banned as a spammer?

I'm not saying I would, but I've heard of instances where bans were issued against a ranges of IP addresses because of spamming issuing en masse from said ranges, and that tactic bans both the offenders and innocent bystanders.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
User avatar
Qyot27
Surreptitious fluffy bunny
 
Joined: 30 Aug 2002
Location: St. Pete, FL
Status: Creepin' between the bullfrogs

Postby Scintilla » Thu Sep 07, 2006 8:23 pm

Why would you use <i>three</i> different derainbowers?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Postby trythil » Thu Sep 07, 2006 8:45 pm

Qyot27 wrote:
gepetto wrote:why would you be banned as a spammer?

I'm not saying I would, but I've heard of instances where bans were issued against a ranges of IP addresses because of spamming issuing en masse from said ranges, and that tactic bans both the offenders and innocent bystanders.


There haven't been any such IP range bans on AMVWiki as far as I'm aware.
This is a block of text that can be added to posts you make. There is a 512 character limit.
trythil
is
 
Joined: 23 Jul 2002
Location: Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch

Postby x_rex30 » Thu Sep 07, 2006 10:59 pm

gypsy wrote:It works great now.

I just added a script for Princess Mononoke. Can't believe there's so little scripts on there.
I don't like your cleanup job. You made the colors all pretty but you've taken out a lot of detail..

before..
Image
after..
Image
User avatar
x_rex30
 
Joined: 10 Apr 2001

Postby trythil » Thu Sep 07, 2006 11:55 pm

x_rex30 wrote:
gypsy wrote:I just added a script for Princess Mononoke. Can't believe there's so little scripts on there.
I don't like your cleanup job.


http://amvwiki.org/index.php/Help:Conte ... ng_article

More useful to post that there than here...
This is a block of text that can be added to posts you make. There is a 512 character limit.
trythil
is
 
Joined: 23 Jul 2002
Location: Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch

Postby Qyot27 » Fri Sep 08, 2006 3:33 pm

Scintilla wrote:Why would you use <i>three</i> different derainbowers?

Well, the use of LUTDeRainbow and DFMDeRainbow together was just me being overly paranoid. I've noticed that sometimes one picks up on things the other doesn't or something like that (it's not something I do very often). TComb is set to only deal with the luma for removing dot crawl, though, although it did so at the expense of some edge details where the crawl appeared (as seen in the last example image).
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
User avatar
Qyot27
Surreptitious fluffy bunny
 
Joined: 30 Aug 2002
Location: St. Pete, FL
Status: Creepin' between the bullfrogs

Postby Corran » Fri Sep 08, 2006 8:36 pm

Qyot27 wrote:
Scintilla wrote:Why would you use <i>three</i> different derainbowers?

Well, the use of LUTDeRainbow and DFMDeRainbow together was just me being overly paranoid. I've noticed that sometimes one picks up on things the other doesn't or something like that (it's not something I do very often). TComb is set to only deal with the luma for removing dot crawl, though, although it did so at the expense of some edge details where the crawl appeared (as seen in the last example image).


How does this look? I think you may need to download DeDot, HQDN3D, and fft3dfilter to use this script (use fft3dgpu if your hardware supports it otherwise it will be extremely slow...)

Code: Select all
MPEG2Source("eoe.d2v", ipp=true, cpu=4)
DeDot()
fft3dGPU()
Telecide(order=1,post=2,blend=true,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
Crop(28,68,-36,-68)
LanczosResize(672,352)
SDDeRainbow()
HQDN3D()
fastlinedarken()
ColorYUV(gain_v=-5)
Tweak(sat=1.2,bright=-15,cont=1.1)
User avatar
Corran
 
Joined: 14 Oct 2002

Next

Return to Video Software Help Archive

Who is online

Users browsing this forum: No registered users and 0 guests