2023-09-06, 11:41 PM
I solved it, upgrading to ffmpeg6 manually worked, I'll write a quick guide on how I did that in case anyone has the same issue in the future
This assumes you're using docker
That should get you up and running with ffmpeg6 and removed stuttering with subtitles
This assumes you're using docker
Code:
docker compose exec jellyfin /bin/bash;
cd ~;
curl -L https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v6.0-6/jellyfin-ffmpeg6_6.0-6-bullseye_amd64.deb --output ffmpeg.deb;
dpkg -i ffmpeg.deb;
That should get you up and running with ffmpeg6 and removed stuttering with subtitles