Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: Instructor on April 12, 2013, 04:50:11 PM

Title: ECMAScript commands list
Post by: Instructor on April 12, 2013, 04:50:11 PM
Hi

This page (http://www.avidemux.org/admWiki/doku.php?id=using:scripting) doesn't contain full list of commands that can be used in script, because, for example, Scripting tutorial (http://www.avidemux.org/admWiki/doku.php?id=tutorial:scripting_tutorial) contain "rebuildIndex" command.

I'm tried to find list of commands in sources ("avidemux_2.6.3.tar.gz"):
- "rebuildIndex" without success.
- "DirectorySearch" without success. Scripting tutorial (http://www.avidemux.org/admWiki/doku.php?id=tutorial:scripting_tutorial) page used this line in script: "var ds = new DirectorySearch();".

Where can I find full list of commands that can be used in script?
Title: 2.6.4 win 32, dialog API with tinyPy
Post by: n!co on June 20, 2013, 06:30:38 PM
Hi,

I just discover avidemux and i use it for cut big video. Great tool :-)
After created a tinypy script to automate my process, i search for an advanced dialog api like in 2.6.1 win 64 and qt script.

Any status in this way ?

I like this tool !
Title: Re: ECMAScript commands list
Post by: mean on June 20, 2013, 06:34:18 PM
There is some UI example here:
http://gitorious.org/avidemux2-6/avidemux2-6/trees/master/autononreg/py/gui
http://gitorious.org/avidemux2-6/avidemux2-6/trees/master/autononreg/py/dialogFactory
Title: Re: ECMAScript commands list
Post by: n!co on June 20, 2013, 06:47:52 PM
I love you :)