avidemux portable

This program can execute script easily, for example, display a message box.

Open avidemux >> Tools >> Scripting Shell

and write :

gui = Gui()

gui.displayInfo("Custom example","This is first custom example !!!")

And click button evaluate to see result!

Also you can insert a script in menu "Custom" , for this create a file test.py (not test.py.txt .... attention!!!) and insert in folder :

AvidemuxPortable_edit_video\Data\settings_app\custom

Attention! First to make this step will need close the avidemux (if is already open) because you not can see this folder!

and result :

Also you can download example.py from bellow!

You can try the script example from internet or you can see the script when working with avidemux and save project:

For example!

I open avidemux and i load first_video.avi and i append second_video.avi normal working with avidemux.

I open File >> Project Script >>Save as Project...

A i save this file with test.txt extension (for viewing with notepad, but you can save with extension .py and you can use as script )

and opening this file you can see some important script commands :