Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: alexs on March 22, 2016, 12:07:58 AM

Title: Commandline barly functional on Windows 64bit
Post by: alexs on March 22, 2016, 12:07:58 AM
%avidemux% --help

the above line fails - no command line help is showing up

%avidemux% --nogui --video-codec x264 --audio-codec MP3 --filters scale-down-to-480.avidemux-filters --output-format AVI --load "c:\some_name.mp4" --save test.avi

the above line should work nicely in theory - but in practice the parameters for audio codec and for the filters is non-functional, regardless of relative position to the load parameter.
Title: Re: Commandline barly functional on Windows 64bit
Post by: mean on March 22, 2016, 04:38:22 PM
you should use a tinypy script for your setup and use

avidemux_cli.exe --load foobar.avi --run foo.py --save bar.mkv
Title: Re: Commandline barly functional on Windows 64bit
Post by: alexs on March 22, 2016, 10:42:52 PM
so you indirectly subscribe that the "--help" option and the other options are broken compared to the online docs.
by the way - there are no error messages sent to the console in case of bad parameters.
Title: Re: Commandline barly functional on Windows 64bit
Post by: mean on March 23, 2016, 06:18:45 AM
No, i'm saying that the best way to do it is to use the py script as it is used & tested much more