[global]
in_extension=mp4 the extension of the videos to input.
out_extension=mkv the extension of the videos to output.
avidemux_path=C:\Program Files\Avidemux 2.7 - 64 bits\avidemux_cli.exe path to avidemux
tinypy_config=F:\Documents\S15\automkvppt\h264pptnosound.py path to the script.py generated by avidemux ; you can just write the name if the file is in the script directory
output_video_path=same_as_input output_video_path must not finish with a \ ex: d:\temp ; "same_as_input" is a self-explained keyword
recursive_analysis_of_input_dir=false you may write "false" or "true" ; true means that files in sub-directories will be processed
avidemux_silence=true
you may write "false" or "true" ; true removes most of the output of avidemux_cli and will hide some messages of errors
input_video_path=ask input_video_path must not finish with a \ ex: d:\temp ; "ask" is a self-explained keyword
NB : Do not modify the order of the line (ie. first in_extension, then out_extension...) The script only relies on the order, not the names of the keys.

The script will store the last settings in lastconfig.ini. So, if you want to create persistent settings, create a new ini file.