If FFMPEG complains about missing shared library libSvtAv1Enc.so, then use the following command: sudo ln -sf /usr/lib/libSvtAv1Enc.so.3.0.2 /usr/lib/libSvtAv1Enc.so.4.
The reason why this happens is because the official SVT-AV1 package's version is 4.0.1.1 and thus, the shared library ends in "...so.4"; whereas BlueSwordM's SVT-AV1's version ends in "..so.3.0.2".
This also goes for the other SVT-AV1 packages in the AUR.
Pinned Comments
Blake_Smith commented on 2026-02-07 12:19 (UTC) (edited on 2026-02-07 12:20 (UTC) by Blake_Smith)
If FFMPEG complains about
missing shared library libSvtAv1Enc.so, then use the following command:sudo ln -sf /usr/lib/libSvtAv1Enc.so.3.0.2 /usr/lib/libSvtAv1Enc.so.4.The reason why this happens is because the official SVT-AV1 package's version is 4.0.1.1 and thus, the shared library ends in "...so.4"; whereas BlueSwordM's SVT-AV1's version ends in "..so.3.0.2".
This also goes for the other SVT-AV1 packages in the AUR.