add input file matching through configs
and allow codec options for each matching
This commit is contained in:
8
example.audio-conv.yaml
Normal file
8
example.audio-conv.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
from: ./music
|
||||
to: ./converted_test
|
||||
matches:
|
||||
- regex: \.flac$
|
||||
to:
|
||||
codec: opus
|
||||
bitrate: 160
|
||||
bitrate_type: vbr
|
||||
Reference in New Issue
Block a user