Is there a way to find a length of a video using Java? I understand we can make use of ffmpeg to generated thumbnails and encode videos. But can it be used to get the length of the video?
Thanks and Regards
Abishek R Srikaanth
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you just call
ffmpeg -i filenameit will print information about the file and you can parse the output to get needed information.