AVS scrip wiki site

The old Video Software Help forum, left visible as an archive.
gypsy
Joined: Wed Feb 20, 2002 2:13 pm
Location: South Africa
Contact:
Org Profile

AVS scrip wiki site

Post by 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~

User avatar
Jnzk
Artsy Bastid
Joined: Tue Jan 28, 2003 5:30 pm
Location: Finland
Org Profile

Post by Jnzk » Thu Jun 08, 2006 1:37 pm

I assume you mean AMVWiki?

gypsy
Joined: Wed Feb 20, 2002 2:13 pm
Location: South Africa
Contact:
Org Profile

Post by 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~

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by 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

gypsy
Joined: Wed Feb 20, 2002 2:13 pm
Location: South Africa
Contact:
Org Profile

Post by 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~

trythil
is
Joined: Tue Jul 23, 2002 5:54 am
Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
Location: N????????????????
Org Profile

Post by 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 -_-

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by 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
Gepetto
Mr. Poopy Pants
Joined: Thu Jun 10, 2004 10:11 pm
Status: Bored to tears
Location: The Tokyo Settlement
Contact:
Org Profile

Post by 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
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by 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
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Thu Sep 07, 2006 8:23 pm

Why would you use <i>three</i> different derainbowers?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Locked

Return to “Video Software Help Archive”