2024-12-10, 02:12 PM
VLC is not a good indicator of whether a file is good or not. VLC will play straight up corrupt files.
And it looks like there is something wrong with the file. You can try remuxing the files to see if the issue is just the container.
And it looks like there is something wrong with the file. You can try remuxing the files to see if the issue is just the container.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/your/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mkv