2024-11-04, 02:44 AM
Try just remuxing one of your videos. To make sure there isn't something wrong with the container.
Code:
ffmpeg -fflags +genpts+igndts -i "/path/to/your/file.mkv" -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts auto newFile.mkv