PDA

Click to See Complete Forum and Search --> : How to get video duration


rasana
May 12th, 2009, 07:23 AM
Hi All,

How to get video duration using php?
Is there anyway in php to get duration of video(any type)?

kows
May 12th, 2009, 10:42 AM
take a look at this (http://getid3.sourceforge.net/) class. it should be able to do what you want, and there are plenty of examples to get you started.