2024-07-07, 01:58 PM
Its likely that the container is slightly borked but the video/audio is fine. We can attempt to rebuild the file though. Try running this on the command line.
Afterwards, make a backup of the original file and then replace it with the new file.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/media/Movies/The Hobbit- An Unexpected Journey/The Hobbit- An Unexpected Journey_t01.mkv" -avoid_negative_ts make_zero -max_muxing_queue_size 2048 -map_chapters 0 -c:v copy -c:a copy -c:s copy -c:t? copy newFile.mkv
Afterwards, make a backup of the original file and then replace it with the new file.