actaeon/scripts/assets.yaml

26 lines
690 B
YAML
Raw Normal View History

2024-03-12 23:22:10 +00:00
# produces small-sized, decent quality files at the expense of long encoding times
2024-03-12 10:48:40 +00:00
# options for music
music:
enable: true
extension: .opus
ffmpeg_args: ['-b:a', '64k']
# options for music jacket images
jackets:
enable: true
2024-03-12 23:22:10 +00:00
extension: .avif
ffmpeg_args: ['-c:v', 'libaom-av1', '-still-picture', '1', '-cpu-used', '2', '-pix_fmt:0', 'yuv420p']
2024-03-12 10:48:40 +00:00
# options for other images
images:
enable: true
2024-03-12 23:22:10 +00:00
extension: .avif
ffmpeg_args: ['-map', '0', '-map', '0', '-filter:v:1', 'alphaextract', '-c:v', 'libaom-av1', '-still-picture', '1', '-cpu-used', '2', '-pix_fmt:0', 'yuv420p']
2024-03-12 10:48:40 +00:00
# options for other audio
audio:
enable: true
extension: .opus
ffmpeg_args: [ '-b:a', '64k' ]