Log in

View Full Version : Finding corrupt video


Atlantis
5th March 2021, 13:22
I was looking for a way to test if a video file is corrupt. I came about this:
ffmpeg.exe -v error -i file.avi -f null - >error.log 2>&1

or using this script

https://gist.github.com/Desani/129be27da7d735d7c75192ec1aa96c65

Atlantis
5th March 2021, 13:26
Now I have found a corrupt video, I get this message
ffmpeg.exe : [matroska,webm @ 000001a3b6d38540] Element at 0x8395bb3f ending at 0x83aa0bbd exceeds containing master element ending at 0x83a6ecd1

Now I want to watch the corrupt part in a video player. How can I find out 0x8395bb3f corresponds to what time of the video?