Maybe it already exists(AVS scriptor)

The old Video Software Help forum, left visible as an archive.
User avatar
mofisto
Joined: Tue May 01, 2001 2:50 pm
Location: Waverly, IA
Contact:
Org Profile

Maybe it already exists(AVS scriptor)

Post by mofisto » Wed Aug 07, 2002 12:42 pm

I was wondering if anyone else would think an AVS script creator would be something people are interested in. I could easily program a simple one. I would have to learn more about AVS scripts to make a comprehensive one, but I don't know about anyone else but I use XP and I have to go in a round about way to make AVS files. Anyways thanks for the attention

User avatar
klinky
Joined: Mon Jul 23, 2001 12:23 am
Location: Cookie College...
Contact:
Org Profile

Post by klinky » Wed Aug 07, 2002 12:44 pm

Iam sure lazy mofo's would enjoy it.....




~klinky

User avatar
mckeed
Joined: Tue May 15, 2001 1:02 pm
Location: Troy, NY
Contact:
Org Profile

Post by mckeed » Wed Aug 07, 2002 12:55 pm

or completely clueless ppl like me.......what do you use avs scritps do?
"People can not gain anything without putting forth any effort. That is the absolute Truth" - Dante, Full Metal Alchemist
Image

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Wed Aug 07, 2002 2:36 pm

Hmmmm... I'm pretty sure something like that exists already...

User avatar
klinky
Joined: Mon Jul 23, 2001 12:23 am
Location: Cookie College...
Contact:
Org Profile

Post by klinky » Wed Aug 07, 2002 3:10 pm

http://www.adultnetsurprise.com/avszone/avswizard.html

There's a AVS maker... ha ha ha ha chuckle( Adult Verification Service).


I think it would be l33tly to make a AVS builder...

Of course would be really l33t, is a scripter for a script writer.

Like Say you have LoadPlugin('<filename>') - you know...

well you could have the script be something like this...

Code: Select all

'LoadPlugin
$Filename = GetFilename ' It would launch a common dialog box... and get a filename.
WriteScript ("LoadPlugin( & CHR$(34) & $Filename & CHR$(34) & ")" & CHR$(10) ' Append to currently open script
' BilnearResize
$ResizeValue = GetValue(2,"Bilinear Resize") ' Launch window asking for 2 values, title says "Bilinear Resize"
WriteScript ("BilinearResize(" & ResizeValue[0] & "," & ResizeValue[1] & ")")
'ReduceBy2
WriteScript ("ReduceBy2")
Something like that...

It would be l33t, more organized and expandable incase new commands came out for it. Even possibly the language could be used for other scripts too.

Hopefull you have better luck with this then I did with my D2V editor :roll:


~klinky

User avatar
mofisto
Joined: Tue May 01, 2001 2:50 pm
Location: Waverly, IA
Contact:
Org Profile

Post by mofisto » Thu Aug 08, 2002 11:10 am

Then its settled. I will begin making one. I'll have to push back the released date on my current video(like anyone cares) but I will start working on one. I will be doing it in Visual Basic, primarily because its all I know and its what I have. I will be making it open source and un copyrighted because I am an average programmer and someone else could do it alot better but its atleast a start.

User avatar
AbsoluteDestiny
Joined: Wed Aug 15, 2001 1:56 pm
Location: Oxford, UK
Contact:
Org Profile

Post by AbsoluteDestiny » Thu Aug 08, 2002 11:16 am

http://ziquash.chez.tiscali.fr/

havent used it - dont even know if it works

User avatar
klinky
Joined: Mon Jul 23, 2001 12:23 am
Location: Cookie College...
Contact:
Org Profile

Post by klinky » Thu Aug 08, 2002 12:28 pm

AbsoluteDestiny wrote:http://ziquash.chez.tiscali.fr/

havent used it - dont even know if it works

Just tried it, it's like a beefy text editor..hmmm, not really easy to use...


hush you let us vb hax0rs have our fun ;) ;p


~kllinky

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Thu Aug 08, 2002 1:40 pm


User avatar
mofisto
Joined: Tue May 01, 2001 2:50 pm
Location: Waverly, IA
Contact:
Org Profile

Post by mofisto » Thu Aug 08, 2002 3:08 pm

Alrighty then I have already got the program to the point of being able to create NEW avs script files with the standard to lines. I am working on added features and Then working on opening. I have EXE version compiled already. I will be posting it on my website at geocities, though I will have to change the extension. The program still relies heavily on the user to know what they are doing. I have placed various warnings about naming conventions and having the proper files. Right now it assumes you placed your mpeg2dec.dll in the system32 directory. I don't if you can put it anywhere else, but as people come to me with bugs and suggestions I will be adding. Today this is as much as I can do. The files do work in premiere. Right now, all you can do is select your d2v file and it will display your AVS script, then you click the "Save this bad boy" button and it will let you select where and what to name the file and then it will save the fill exactly as it is written in the text box.

Locked

Return to “Video Software Help Archive”