Jellyfin Forum
SOLVED: Issues with subtitle syncing - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Issues with subtitle syncing (/t-solved-issues-with-subtitle-syncing)

Pages: 1 2


RE: Issues with subtitle syncing - TheDreadPirate - 2024-09-15

Add -map 0 to the command. Forgot to add that.

Code:
ffmpeg -fflags +genpts+igndts -i "/path/to/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 newFile.mkv