Files
audio-conv/example.audio-conv.yaml
Thomas Heck 458b7b9aa1 add input file matching through configs
and allow codec options for each matching
2020-11-28 16:53:00 +01:00

9 lines
132 B
YAML

from: ./music
to: ./converted_test
matches:
- regex: \.flac$
to:
codec: opus
bitrate: 160
bitrate_type: vbr