Hello,
I want to write a new auto-scripting for AviDemux. I need to:

1 . Select a source folder;
2 . Get dimension of the source file;
3 . Get dimension of the audio track;
4 . Check the fourCC of source video;
5 . Make the compression using some presets of a codec.

My problem is: how can I get the dimension of the audio track? I say, if I can get the kbps of the audio track, I can calculate the final dimension, so I can get the duration of the source file ... and ta-da! I get the dimension of the audio track... But it seems there is any command to get the kbps of the audio track!

IS there a complete command list, or reference documentation for Avidemux scripting???

Thanks a lot for your precoius help!