2024-10-27, 07:48 PM
(2024-10-27, 02:11 AM)TheDreadPirate Wrote: Does this happen with all videos or just particular videos? If the latter, you can try remuxing the video to check if something is wrong with the container. The fact that it plays fine in VLC is not a good test since VLC will power through a lot of corruption.
Code:/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts auto newFile.mkv
It happens to all videos some worse than others but I don't imagine they are all corrupted as they worked fine at first.