muratmaga
(Murat Maga)
1
On ubuntu 22.04, ScreenCapture is crashing with the latest preview with this error. I presume this is an ABI issue?
/usr/bin/ffmpeg -nostdin -y -r 60 -start_number 0 -i /tmp/Slicer-NCcZBZ/Slicer-%04d.png -codec mpeg4 -qscale 5 /home/exouser/Animation.mp4 ffmpeg error output: /usr/bin/ffmpeg: symbol lookup error: /lib/x86_64-linux-gnu/libssh-gcrypt.so.4: undefined symbol: GSS_C_NT_USER_NAME, version gssapi_krb5_2_MIT
FFmpeg is install via apt and there doesn’t seem like a newer version.
muratmaga
(Murat Maga)
2
Static release from https://github.com/eugeneware/ffmpeg-static/releases (ffmpeg-linux-x64) works without a problem. hopefully others can see this thread and avoid installing the apt package.
pieper
(Steve Pieper (Isomics, Inc.))
3
@jcfr is this due to the same issues we had with git and kerberos?
chir.set
(SET)
4
On Arch stock ffmpeg works as expected with 5.9.0-2025-11-03 r34025 / cbf73a6 and ScreenCapture. Just a ping.