2024-05-29, 05:02 PM
If its in the same spot in the same video, there may be something off with the container. Which is fixed when it remuxes or transcodes.
Are the files in question MKVs? If so, you can try repackaging one of them with ffmpeg. This will only recreate the MKV container and just copy the video/audio/subs.
Are the files in question MKVs? If so, you can try repackaging one of them with ffmpeg. This will only recreate the MKV container and just copy the video/audio/subs.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags genpts -i "/path/to/video.mkv" -map 0:v -map 0:a -map 0:s -map_chapters 0 -c:v copy -c:a copy -c:s copy outputFile.mkv