2024-03-13, 06:39 PM
(This post was last modified: 2024-08-30, 09:18 PM by TheDreadPirate. Edited 1 time in total.)
Try running this command in the command prompt. You may need to specify the full ffmpeg path.
Code:
ffmpeg -fflags +genpts+igndts -i "D:\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 max_muxing_queue_size 2048 -avoid_negative_ts make_zero -max_interleave_delta 0 newFile.mkv