Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: I12learn on April 19, 2014, 04:31:19 PM

Title: avidemuxcli3, how to resize videos?
Post by: I12learn on April 19, 2014, 04:31:19 PM
Hello,
I'd like to apply resizing to a bunch of video, via batch it's preferred.
I saw in the package some ready functions, like */share/ADM_scripts/video/filter.js.
Here's the question, I'm not aware of ECMA scripts, how to make a script which will be loaded at the CLI and proceed to do me the right processing.
Basically I'd like to have to try out some options
I think some beginning should be like//AD

include("video/filter.js");

var app = new Avidemux();

But the rest is uncertain. I'd like rather to think as tinypy script, but where'll be the difference?
Meanwhile I'll try something