$ ffmpeg -codecs | grep svt
DEV.L. av1 Alliance for Open Media AV1 (decoders: libdav1d libaom-av1 av1 av1_cuvid av1_qsv ) (encoders: libaom-av1 librav1e libsvtav1 av1_nvenc av1_qsv av1_amf av1_vaapi )
How can I check the version of a particular encoder libsvtav1? I am using Fedora 39 and installed ffmpeg from rmpfusion-free repository (refer: Howto/Multimedia - RPM Fusion)
$ dnf info svt-av1
Last metadata expiration check: 0:04:21 ago on Fri 26 Jan 2024 05:22:28 PM PST.
Available Packages
Name : svt-av1
Version : 1.4.1
Release : 3.fc39
Architecture : x86_64
Size : 57 k
Source : svt-av1-1.4.1-3.fc39.src.rpm
Repository : fedora
Summary : Scalable Video Technology for AV1 Encoder
URL : https://gitlab.com/AOMediaCodec/SVT-AV1
License : BSD-3-Clause and MIT and ISC and Public Domain
Description : The Scalable Video Technology for AV1 Encoder (SVT-AV1 Encoder) is an
: AV1-compliant encoder library core. The SVT-AV1 development is a
: work-in-progress targeting performance levels applicable to both VOD and Live
: encoding / transcoding video applications.
I expect you do have the svt-av1-libs subpackage though, which would be the same version. That package provides libSvtAv1Enc.so.1()(64bit), which is a dependency of ffmpeg-libs.