2024-10-04, 03:42 PM
Yep. You're right. Forgot about that (too many thread).
Your video is pretty strange, btw. Usually the video track is the first track, but in this case it is the last track. And I'm wondering if that is a factor. Or THE factor.
Do you have issues with any other video or just this video or series? I'm assuming this series is from the same source?
You can try remuxing the video and placing the video as track 0.
That should put the video stream back as the first track.
Your video is pretty strange, btw. Usually the video track is the first track, but in this case it is the last track. And I'm wondering if that is a factor. Or THE factor.
Do you have issues with any other video or just this video or series? I'm assuming this series is from the same source?
You can try remuxing the video and placing the video as track 0.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/data/tv/Reacher/Season 1/Reacher - S01E01 - Welcome to Margrave WEBRip-1080p.mkv" -codec copy -map_chapters 0 -map 0:v -map 0:a -map 0:s newFile.mkv
That should put the video stream back as the first track.