How to get media info with PHP?

0

I have several movies with "mov" and "mkv" extensions on my server and I want to get media info like size, time, audio streams, video streams etc. via PHP.

Is it possible?

Freeman

Posted 2012-06-27T07:40:11.530

Reputation: 673

Question was closed 2013-08-14T10:50:21.393

Answers

1

The GetID3 library has a matroska sub-library, I think that it should be able to do what you want though I've not tried it myself.

Julian Knight

Posted 2012-06-27T07:40:11.530

Reputation: 13 389