2024-11-27, 11:35 PM
Try remuxing your file. Something is likely corrupt with the file. Often times the video and audio are fine, but the container is corrupt or malformed.
In a command prompt
Add the new file to your library and try again.
In a command prompt
Code:
cd C:\Program Files\Jellyfin
ffmpeg.exe -fflags +genpts+igndts -i "D:\Mediaserver\Anime\data\media-link\shows\Baccano! (2007)\Season 1\Baccano! (2007) - S01E05 - 005 - Jacuzzi Splot Cries Gets Scared and M... [HDTV-720p][10bit][x264][AAC 2.0][JA]-MTBB.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mkv"
Add the new file to your library and try again.