Log in

View Full Version : Looking for program to batch analyze *.avi for quality....


J-R
1st October 2007, 17:23
To get information about the codec used to compress it, resolution,file size, aspect ratio, and possbly an estimation of quality.

I want to check a large collection of divx/xvid compressed files automatically for quality, I also want to screen out divx 3 and 4 to replace them, and ofcourse qpel and so on...

Idea's and suggestions on how to do this are also very welcome btw :)

TIA

JR

foxyshadis
1st October 2007, 19:50
Mediainfo might be your ticket to fame. The gui can load a whole folder at once (go off and make some coffee if it's a really big one), and while the standard templates aren't great for batches, you can export it to csv, import into excel/calc, and scan it at your leisure. Alternately, you could just script the command-line.

J-R
3rd October 2007, 18:35
Thanks for the tip, it is exactly what I wa looking for, and its running very fast, so :thanks:

JR