2024-07-07, 02:22 PM
(This post was last modified: 2024-07-08, 10:06 PM by TheDreadPirate. Edited 1 time in total.)
Is the video an MKV? We can try repackaging the video. Sometimes a borked container can cause otherwise unexplained stuttering.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/your/video" -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