2024-09-13, 02:23 AM
Since only the audio is being transcoded, I'm inclined to say this is corruption in the video. Maybe not the video itself but maybe in the original container. You can try manually remuxing and trying again.
In a command prompt.
In a command prompt.
Code:
ffmpeg -fflags +genpts+igndts -i file:"E:\Movies\Harry Potter and the Deathly Hallows - Part 1 (2010)\Harry Potter and the Deathly Hallows - Part 1 (2010).mkv" -codec copy -max_muxing_queue_size 2048 -avoid_negative_ts make_zero -max_interleave_delta 0 "E:\Movies\Harry Potter and the Deathly Hallows - Part 1 (2010)\newVersion.mkv"