aspose file tools
The moose likes Java in General and the fly likes Calculating video file duration Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Calculating video file duration" Watch "Calculating video file duration" New topic
Author

Calculating video file duration

andrea gabrieli
Greenhorn

Joined: May 21, 2012
Posts: 3
Hi all,

I'm searching a java library to calculate video file duration for all possible video formats (flv, mpeg, avi, mp4).
I've tried "getDuration()" (class player" into package javax.media) but it's wrong for my porpouse.

Peraphs jffmpeg (net.sourceforge.jffmpeg.VideoDecoder)?
Has someone ever tried it?
where can i Find some explampe code?

Thank you,
bye

Andrea
andrea gabrieli
Greenhorn

Joined: May 21, 2012
Posts: 3
resolved
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
Welcome to the Ranch and well done but please tell us how you did it.
andrea gabrieli
Greenhorn

Joined: May 21, 2012
Posts: 3
Hi,

I've used ffmpeg.exe. I execute this file and it returns a string with duration value inside.
There is ffmpeg version also for Mac and I select to execute ffmpeg.exe or ffmpeg according to os version.
Here the code:




Bye,
andrea
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
Thank you very much. I have added code tags, which improve your post. Don’t use [b] or similar tags inside code tags.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Calculating video file duration
 
Similar Threads
Simple JMF question - help needed urgently!
How to find the duration of the media?
How to get Video/Audio File icon?
Playing Video in JSP
Playing Video in JSP