add support for transcoding to mp3

This commit is contained in:
2020-12-22 13:20:55 +01:00
parent 61c275352d
commit 85e6a0cbeb
3 changed files with 48 additions and 9 deletions

View File

@@ -6,4 +6,10 @@ matches:
to:
codec: opus
bitrate: 160
bitrate_type: vbr
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