Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Command Line Help

Wiesław Šoltés edited this page Feb 22, 2018 · 14 revisions
EncWAVtoAC3.CLI [options]
options:
--presets <input.presets>           Input presets file.
--preset,-p <index>                 Set current preset, default: 0.
--engines <input.engines>           Input engines file.
--engine,-e <index>                 Set current engine, default: 0.
--files <input.files|input.mux>     Input files or mux file.
--mono,-m                           Set multi-mono input files flag.
--input,-i <filename,...>           Input file names (one or more).
--output,-o <path|file.ac3>         Output path or output file name.
--help,-h                           Show command-line help.

Examples:

EncWAVtoAC3.CLI --presets EncWAVtoAC3.presets --preset 0 --engines EncWAVtoAC3.engines --engine 0 --files EncWAVtoAC3.files --output "C:\Temp"
EncWAVtoAC3.CLI --mono --input 1.wav 2.wav 3.wav 4.wav 5.wav 6.wav --output file.ac3
Clone this wiki locally