get video info from PHP

Status
Not open for further replies.

dima1236

Active Member
95
2011
6
10
Hi Guys,
I am checking what is my best option to extract video/audio info from a video file so that ill have output something like this :

Size: 793mb
Duration: 32:27 mins
Format: mp4
Video: MPEG4 (H.264) 1280×728 3200kbps
Audio: AAC 48000KHz stereo 128kbps

Is MTN cable of this ? maybe Mediainfo ? or even ffmpeg ? or any other alternative ?

Thanks in advance.
 
6 comments
Thank you guys for the replies, however i interested to know which method is the best and if you have any code example of it,

Thanks
 
or use mtn with this command

-N info_suffix saves file info (name, size, length, codecs) and text given by -T text to a text file with the specified suffix.
 
Status
Not open for further replies.
Back
Top