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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 22nd December 2014, 15:07   #1  |  Link
hanfrunz
Registered User
 
hanfrunz's Avatar
 
Join Date: Feb 2002
Location: Germany
Posts: 540
I wish you a merry christmas (2014 script)

Here's the traditional christmas script. This year with a new tune

Code:
function p(float len, float freq){return audiodub(BlankClip(length=int(len*24), width=400,height=400, pixel_type="rgb32",fps=24, color=int((freq-271.0)/1.72)).addborders(20,20,20,20,$ffffff),tone(len,freq,channels=1,level=1.0).FadeIO0(1,0,24))}
function q(float len, float freq){return tone(len,freq,channels=1,level=0.5).FadeIO0(1,0,24)}
c=261.6255653006
D=293.6647679174
E=329.6275569129
F=349.2282314330
G=391.9954359817
A=440.00000000001
B=493.8833012561
c2=c*2.0
d2=d*2.0
e2=e*2.0
f2=f*2.0
g2=g*2.0
N1=1.0
N2=0.5*N1
N4=0.25*N1

BlankClip(length=576, width=400,height=400, pixel_type="rgb32",fps=24, color=0).subtitle("  . *      .  * ",y=50,size=46,align=5, font="Courier New").subtitle("     .  *     . ",y=50+30*1,size=46,align=5, font="Courier New").subtitle("* .      .   *  ",y=50+30*2,size=46,align=5, font="Courier New").subtitle("   .  .        .",y=50+30*3,size=46,align=5, font="Courier New").subtitle(" .  .   * .     ",y=50+30*4,size=46,align=5, font="Courier New").subtitle("    *      .  * ",y=50+30*5,size=46,align=5, font="Courier New").subtitle("   .  *       . ",y=50+30*6,size=46,align=5, font="Courier New").subtitle("*    .  .   *   ",y=50+30*7,size=46,align=5, font="Courier New").subtitle("    .   .      .",y=50+30*8,size=46,align=5, font="Courier New").subtitle(" .    .   *  .  ",y=50+30*9,size=46,align=5, font="Courier New").greyscale().GeneralConvolution(0, "5 10 10 10 5 10 10 5 10 10 5 10 10 10 5 10 10 10 10 10 5 10 10 10 5 ", 200, false).crop(0,10,0,-076)
stackvertical(last,last,last,last)
sn=stackhorizontal(last,last,last)
sn= Animate(0,576,"Bicubicresize",sn, 400,400, 1./3.,1./3., 576./3., 1256.-400.,400,400, sn, 400,400, 1./3.,1./3., 0., 0.,400,400)
sn2=sn.crop(100,100,0,0).bicubicresize(400,400)
mixaudio(p(N4,E2)+p(N4,E2)+p(N2,E2)+p(N4,E2)+p(N4,E2)+p(N2,E2)+p(N4,E2)+p(N4,G2)+p(N4,C)+p(N4,D2)+p(N1,E2)+p(N4,F2)+p(N4,F2)+p(N4,F2)+p(N4,F2)+p(N4,F2)+p(N4,E2)+p(N4,E2)+p(N4,E2)+p(N4,E2)+p(N4,D2)+p(N4,D2)+p(N4,E2)+p(N2,D2)+p(N2,G2)+p(N4,E2)+p(N4,E2)+p(N2,E2)+p(N4,E2)+p(N4,E2)+p(N2,E2)+p(N4,E2)+p(N4,G2)+p(N4,C)+p(N4,D2)+p(N1,E2)+p(N4,F2)+p(N4,F2)+p(N4,F2)+p(N4,F2)+p(N4,F2)+p(N4,E2)+p(N4,E2)+p(N4,E2)+p(N4,G2)+p(N4,G2)+p(N4,F2)+p(N4,D2)+p(N1,C),q(N2,C)+q(N2,g)+q(N2,C)+q(N2,g)+q(N2,g)+q(N2,a)+q(N2,g)+q(N2,C)+q(N2,A)+q(N2,B)+q(N2,g)+q(N2,g)+q(N2,a)+q(N2,g)+q(N4,b)+q(N4,g)+q(N4,a)+q(N4,b)+q(N2,C)+q(N2,g)+q(N2,C)+q(N2,g)+q(N2,a)+q(N2,g)+q(N2,C)+q(N2,g)+q(N2,b)+q(N2,g)+q(N2,C)+q(N2,g)+q(N4,b)+q(N4,g)+q(N4,a)+q(N4,b)+q(N1,c2)).subtitle("I wish all avisynth developers and users\n a merry christmas and a happy new year!\n\n(hanfrunz 2014)", align=5, lsp=10, text_color=$ffff00, halo_color=$ff0000)
overlay(last, sn ,mode="blend", opacity=0.25, x=20, y=20).overlay(sn2,mode="blend", opacity=0.25, x=20, y=20)
#
hanfrunz is offline   Reply With Quote
Old 22nd December 2014, 15:22   #2  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Now that is just showing off (again)

Merry Christmas HanFrunz
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 22nd December 2014, 16:09   #3  |  Link
pandy
Registered User
 
Join Date: Mar 2006
Posts: 1,049
Nice, Thx!

Fröhliche Weihnachten!
pandy is offline   Reply With Quote
Old 22nd December 2014, 17:24   #4  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
Łøvčł˙
feisty2 is offline   Reply With Quote
Old 22nd December 2014, 17:40   #5  |  Link
MysteryX
Soul Architect
 
MysteryX's Avatar
 
Join Date: Apr 2014
Posts: 2,559
By showing up like this you'll get women rushing all over you during the holidays

Last edited by MysteryX; 24th June 2015 at 06:19.
MysteryX is offline   Reply With Quote
Old 23rd December 2014, 00:00   #6  |  Link
Sparktank
47.952fps@71.928Hz
 
Sparktank's Avatar
 
Join Date: Mar 2011
Posts: 940
A very nice well wishing to you, too, sir!
__________________
Win10 (x64) build 19041
NVIDIA GeForce GTX 1060 3GB (GP106) 3071MB/GDDR5 | (r435_95-4)
NTSC | DVD: R1 | BD: A
AMD Ryzen 5 2600 @3.4GHz (6c/12th, I'm on AVX2 now!)
Sparktank is offline   Reply With Quote
Old 23rd December 2014, 22:13   #7  |  Link
Reel.Deel
Registered User
 
Join Date: Mar 2012
Location: Texas
Posts: 1,666
Happy holidays to all!
Reel.Deel is offline   Reply With Quote
Reply


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 00:42.


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