actaeon/scripts/assets.faster.yaml

26 lines
468 B
YAML
Raw Normal View History

2024-03-12 23:22:10 +00:00
# produces decent quality files much faster, at the expense of greatly increased file sizes
# options for music
music:
enable: true
extension: .opus
ffmpeg_args: ['-b:a', '64k']
# options for music jacket images
jackets:
enable: true
extension: .png
ffmpeg_args: []
# options for other images
images:
enable: true
extension: .png
ffmpeg_args: []
# options for other audio
audio:
enable: true
extension: .opus
ffmpeg_args: [ '-b:a', '64k' ]