3

I have a ton of video files that were downloaded from the internet. Most are ok, but some were not completely downloaded. Is there a program that will tell me if a video file is complete?

Either a command line program or something that can verify all videos in a directory structure.

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311

2 Answers2

0

I found this, I think it should do the trick.

How can I check the integrity of a video file (avi, mpeg, mp4...)?

CreeDorofl
  • 2,469
0

I find a tool that worked for me. Most of the files that I needed to check were mp4 files.

see link below

http://help.adobe.com/en_US/FlashMediaServer/3.5_AdminGuide/WS5b3ccc516d4fbf351e63e3d119f29261b7-7ffc.html#WS5b3ccc516d4fbf351e63e3d119f29261b7-7ff9

I created my own bat file with notepad with the following

p:\flvcheck -n * . *

Pause

all files with numbers are corrupt.

Kevin Panko
  • 7,466