2024-08-23, 07:27 PM
If you still have the MP4, try adding these options when remuxing for the final MKV.
You can just add them to the end of the ffmpeg command before the output file.
Also try changing
to
If this works for you, I will update the original post.
Code:
-max_muxing_queue_size 2048 -avoid_negative_ts make_zero -max_interleave_delta 0
You can just add them to the end of the ffmpeg command before the output file.
Also try changing
Code:
+genpts
to
Code:
+genpts+igndts
If this works for you, I will update the original post.