ardour5-export --version (return code: 0)
ardour-utils version 5.11.0
Copyright (C) GPL 2015,2017 Robin Gareus <robin@gareus.org>
ardour5-export -h (return code: 0)
ardour5-export - export an ardour session from the commandline.
Usage: ardour5-export [ OPTIONS ] <session-dir> <session/snapshot-name>
Options:
-b, --bitdepth <depth> set export-format (16, 24, 32, float)
-B, --broadcast include broadcast wave header
-h, --help display this help and exit
-n, --normalize normalize signal level (to 0dBFS)
-o, --output <file> export output file name
-s, --samplerate <rate> samplerate to use
-V, --version print version information and exit
This tool exports the session-range of a given ardour-session to a wave file,
using the master-bus outputs.
By default a 16bit signed .wav file at session-rate is exported.
If the no output-file is given, the session's export dir is used.
Note: the tool expects a session-name without .ardour file-name extension.
Report bugs to <http://tracker.ardour.org/>
Website: <http://ardour.org/>