2024-06-05, 04:26 PM
The video is probably borked. You can try repackaging the file since sometimes the video and audio is fine but the container is not.
You might have to specify the full ffmpeg path in C:\Program Files\Jellyfin.
Code:
ffmpeg -fflags genpts -i "C:\path\to\video.mkv" -map 0:v -map 0:a -map 0:s -map_chapters 0 -c:v copy -c:a copy -c:s copy outputFile.mkvYou might have to specify the full ffmpeg path in C:\Program Files\Jellyfin.

