Files
audio-conv/example.audio-conv.yaml

16 lines
356 B
YAML

from: ./music
to: ./converted_test
matches:
- glob: "**/*.flac"
# or `regex: "\.flac$"`
to:
codec: opus
bitrate: 160
bitrate_type: vbr # or cbr
# for mp3:
# codec: mp3
# # one of: 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320
# bitrate: 256
# bitrate_type: vbr # or cbr