2024-09-13, 06:12 PM
If the issue only happens with direct played videos, it's possible the issue is with the video itself. Usually an issue with the container and not the video/audio. You can try manually remuxing the video to regenerate the container without re-encoding.
You can either install jellyfin-ffmpeg, or plain ffmpeg, on your host system or open a bash shell for the container and use jellyfin-ffmpeg built into it.
You can either install jellyfin-ffmpeg, or plain ffmpeg, on your host system or open a bash shell for the container and use jellyfin-ffmpeg built into it.
Code:
/usr/lib/jellyfin-ffmpeg/ffmepg -fflags +genpts+igndts -i "/path/to/your/video.mp4" -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 newFile.mp4