title: Verify a file with ffmpeg tags: ffmpeg verify Source: [this superuser.com answer by Catherine](https://superuser.com/questions/100288/how-can-i-check-the-integrity-of-a-video-file-avi-mpeg-mp4) ```bash ffmpeg -v error -i file.avi -f null - 2>error.log ```