How to repair an mp4 video
There is an mp4 video that will play flawlessly in some applications and not others. Using the tools of ffmpeg, I was able to determine the problem and remove it. By executing the following command, the problem(s) became easily identifiable. ffprobe -hide_banner -analyzeduration 1G -probesize 1G -i bad.mp4 The truncated results of the output are below. This is the first…
Read More »