2024-05-21, 08:13 PM
(This post was last modified: 2024-05-21, 08:14 PM by TheDreadPirate.)
You can try using ffmpeg in the windows command prompt to repackage it.
I can't remember if that is the correct ffmpeg path in Windows. Double check.
Code:
C:\ProgramFiles\Jellyfin\ffmpeg -fflags genpts -i "D:\Filme\The.Fast.And.The.Furious.2001.German.1080p.BluRay.x264\The.Fast.And.The.Furious.2001.1080p.BluRay.x264.mkv" -map 0:v -map 0:a -map 0:s -map_chapters 0 -c:v copy -c:a copy -c:s copy outputFile.mkv
I can't remember if that is the correct ffmpeg path in Windows. Double check.