Can we calculate time for any video file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jmangya
Forum Newbie
Posts: 2
Joined: Fri Mar 17, 2006 12:24 am

Can we calculate time for any video file

Post by jmangya »

Hello ,

I am doing one videosite..where client want to upload some videos but before that he want to upload only 5 min video files.
Can we calculate the requried time in PHP ?

hanks in advance,
Mangesh
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

ffmpeg may be able to tell you that information.

http://ffmpeg.sourceforge.net/
Post Reply