I am trying to develop a software that can automatically search and download the correct subtitle for my movies. I need to compare the fps rates. How can i find the fps of a movie in java ?

Recommended Answers

All 3 Replies

Do you have the layout of a movie file and know where in the file the data you want is located? Given that we can help you read the file and extract the data.

Are you using jmf, quicktime, or what? Each of these have methods to return all the characteristics of a movie.

Thanks. I wasn't aware ofJMF or QuickTime before. QuickTime won't work for Linux, so I am left with JMF. It has a getRate() method, to get the fps.

Norm1 said to give the layout of the movie file. Sorry, I don't know where to find that ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.