add input file matching through configs

and allow codec options for each matching
This commit is contained in:
2020-11-28 16:43:13 +01:00
parent dac57fa4d1
commit 458b7b9aa1
4 changed files with 225 additions and 73 deletions

8
example.audio-conv.yaml Normal file
View File

@@ -0,0 +1,8 @@
from: ./music
to: ./converted_test
matches:
- regex: \.flac$
to:
codec: opus
bitrate: 160
bitrate_type: vbr