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
ffmpeg.exe -v error -i file.avi -f null - >error.log 2>&1
or using this script
https://gist.github.com/Desani/129be27da7d735d7c75192ec1aa96c65