actaeon/scripts/assets.lossless.yaml
2024-04-07 04:13:57 -04:00

26 lines
408 B
YAML

# produces lossless files
# options for music
music:
enable: true
extension: .flac
ffmpeg_args: []
# options for music jacket images
jackets:
enable: true
extension: .webp
ffmpeg_args: ['-lossless', '1']
# options for other images
images:
enable: true
extension: .webp
ffmpeg_args: ['-lossless', '1']
# options for other audio
audio:
enable: true
extension: .flac
ffmpeg_args: []