PHP Classes

PHP Video Toolkit Duration

Recommend this page to a friend!

      PHP Video Toolkit  >  All threads  >  PHP Video Toolkit Duration  >  (Un) Subscribe thread alerts  
Subject:PHP Video Toolkit Duration
Summary:Get Duration of .dss format file
Messages:4
Author:Danish Lambe
Date:2008-05-12 09:53:00
Update:2010-05-12 10:46:10
 

  1. PHP Video Toolkit Duration   Reply   Report abuse  
Picture of Danish Lambe Danish Lambe - 2008-05-12 09:53:01
Hi Friends
I am developing a application in PHP where from a specified location i have to get file names and duration of all the audio files present in that folder. The audio files can be in any format (WAV,DSS, VOX).
I am able to get the duration by using the ffmpegav of mp3, flv, wav and others.
But my problem is how do i get the duration of the audio files of (DSS, VOX). and display that with the name of the file.
--
O mankind accept there is no god but only one you will be successfull..

www.starwebdesigner.com
www.danishlambe.com
Cst. Mumbai
9930538132

  2. Re: PHP Video Toolkit Duration   Reply   Report abuse  
Picture of Rendy Adi Saputra Rendy Adi Saputra - 2010-05-12 09:46:13 - In reply to message 1 from Danish Lambe
you can use getID3() for it...
check this http://getid3.sourceforge.net/

But I have a question too... do you know how to convert mp3 file to another type like vox?

  3. Re: PHP Video Toolkit Duration   Reply   Report abuse  
Picture of Rendy Adi Saputra Rendy Adi Saputra - 2010-05-12 09:46:47 - In reply to message 1 from Danish Lambe
you can use getID3() for it...
check this http://getid3.sourceforge.net/

But I have a question too... do you know how to convert mp3 file to another type like vox? with PHP...

  4. Re: PHP Video Toolkit Duration   Reply   Report abuse  
Picture of Oliver Lillie Oliver Lillie - 2010-05-12 10:46:10 - In reply to message 3 from Rendy Adi Saputra
It reply depends if your version of ffmpeg supports that type of conversion.