Batch Getting Movie File Information (PHP + MySQL + FFMpeg)
by z3n on Mar.27, 2009, under Coding
Problem:
Sorting movies is a really boring process, specially when you can’t get their sizes (height x width) and length automatically.
Solution:
A php script that gets movies sizes, length, filesize, name, adds it to a mysql table for futher processing.
* You will need FFmpeg on your %PATH%
* Check source to know how to make a compatible table
Usage: mi.php <folder> [recursive 0|1]
(recursive folders is enabled by default)
No comments for this entry yet...