Trashed AVS script

Locked
User avatar
Corran
Joined: Mon Oct 14, 2002 7:40 pm
Contact:
Org Profile

Trashed AVS script

Post by Corran » Sat Oct 25, 2003 1:47 am

You need the zoom plugin for this script to run. It is a script I made to overlay multiple images of the source clip with a delay of 2 frames betweeneach image. The goal was to find a function in avisynth that gave me a value of the volume in the audio so I could create a visulization with video resolution for a vid idea I had for the chimes in the song clocks by coldplay.

But it seems the there is no such varible in the current version. So if you find any use for this go ahead and use it. Just make sure you have the zoom plugin in your plugin directory and obviously change the script's source file to something you have.


a = MPEG2Source("F:\LOVE_HINA_VOL_2\VIDEO_TS\LH2.d2v").Telecide().Decimate(5).crop(8,0,-4,0).converttorgb32()

c = a.Trim(2,1426).zoom(srcy="-40",srcx="-215",dstx="-32",dsty="22", angle="354",factor=".18")
d = a.Trim(4,1428).zoom(srcy="-40",srcx="-215",dstx="-29",dsty="46", angle="354",factor=".27")
e = a.Trim(6,1430).zoom(srcy="-40",srcx="-215",dstx="-25",dsty="69", angle="354",factor=".36")
f = a.Trim(8,1432).zoom(srcy="-40",srcx="-215",dstx="-22",dsty="93", angle="354",factor=".45")
g = a.Trim(10,1434).zoom(srcy="-40",srcx="-215",dstx="-18",dsty="116", angle="354",factor=".54")
h = a.Trim(12,1436).zoom(srcy="-40",srcx="-215",dstx="-15",dsty="140", angle="354",factor=".63")


j = layer(c,d,x=20,y=3)
k = layer(j,e,x=40,y=6)
l = layer(k,f,x=60,y=9)
m = layer(l,g,x=80,y=12)
p = layer(m,h,x=100,y=15)
p

Locked

Return to “Video & Audio Help”