18 lines
241 B
YAML
18 lines
241 B
YAML
|
# produces audio files compatible with safari
|
||
|
|
||
|
music:
|
||
|
enable: true
|
||
|
extension: .m4a
|
||
|
ffmpeg_args: ['-b:a', '96k']
|
||
|
|
||
|
audio:
|
||
|
enable: true
|
||
|
extension: .m4a
|
||
|
ffmpeg_args: ['-b:a', '96k']
|
||
|
|
||
|
images:
|
||
|
enable: false
|
||
|
|
||
|
jackets:
|
||
|
enable: false
|