2024-07-07, 07:50 PM
(2024-07-07, 02:22 PM)TheDreadPirate Wrote: 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
The format it MP4. What I supposed to do with this code?