Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Inputs []string `opts:"mode=arg, min=1, help=inputs are audio files and directories of audio files"` Output string `help:"Output file (defaults to <input>.m4a)"` OutputFormat string `help:"When output is 'stdout', output file format determines encoder"` OutputType string `help:"When output is empty, output file is '<author> - <title>.<output type>'"` MaxBitrate int `help:"Bitrate in KB/s (when source bitrate is higher)"` NoStderr bool `help:"Detach stderr"` Windows bool `help:"ID3 Windows support"` Debug bool `help:"Show debug output"` Docker bool `help:"Use docker even if ffmpeg installed locally"` }
Click to show internal directories.
Click to hide internal directories.