Hi,
well here's my question,
I wish i could get avi files informations directly with php.
I mean audio codec name, video codec name, bitrate, size of the picture, and any other information of that kind.
Some of this informations seems to be written in the headert of the file but i cant manage to get them because when i edit the file, the header is completly crypted in hexa...

Does anybody have an idea about what i could do to get those datas?

Thx a lot

    Assuming you are using a UNIX type server, there is a command called "magic" that will give you that info.

    You could write the output of the command to a file and then parse it I guess.

      3 months later
      Write a Reply...