Preset not taken into account on av1 transcoding #14558
stylobille
started this conversation in
Feature Request
Replies: 1 comment 3 replies
-
Immich exposes presets 4-12, mapping them to the preset naming of H.264 and HEVC. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bug
Hello,
I tried today to re-encode my library to reclaim some space and choose av1, I was going for preset 2 which should be "slower" in the interface. I took CRF 25 to have a really good quality and ordered a global re-encoding.
But, when I check the running process I saw :
/usr/bin/ffmpeg -i /photos-nas/2009-10 - Weekend Etretat/00008.MTS -y -c:v libsvtav1 -c:a aac -movflags faststart -fps_mode passthrough -map 0:0 -map 0:1 -v verbose -preset 5 -crf 25 upload/encoded-video/4aed2771-5c66-472f-a9ac-5ce3a7070946/63/48/634836c4-9c64-4a0d-8943-088d3c253d48.mp4
So apparently the "slower" is not taken into account and it goes instead with a -preset 5 which should be the parameter "faster" in the interface.
The OS that Immich Server is running on
RHEL9
Version of Immich Server
1.122.1
Version of Immich Mobile App
1.122.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
...
Relevant log output
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions