2025-01-01, 11:23 PM
Let's try remuxing one of these files.
Open a command prompt and run this command. Change the input path to one of your problem videos.
Open a command prompt and run this command. Change the input path to one of your problem videos.
Code:
cd C:\Program Files\Jellyfin
ffmpeg.exe -fflags +genpts+igndts -i "C:\path\to\problem\video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mkv