Search code examples
javavideomp4extractor

Library that can extract and play video file


I will build a simple program that

  1. Can play video file (.mp4) in my program.
  2. Can extract the video, so that I can get the title, length, subtitle, and the audio, etc.

What is the library in Java that I should use?

I have googled, but I still can not find the best library. By the way, I have tried to download xuggler, but I can not find any file.exe that can install this library. Please be kind because I never make a code regarding video player and video extractor.


Solution

  • I have successed to use xuggler in java. Xuggler website is suck because they don't keep good installer in their website. Every beginner who use xuggler must be have some trouble like me.

    For every one who want to use Xuggler, you can follow this website http://www.benfarahmand.com/2012/11/tutorial-using-xuggler-in-processing.html

    the link to download file.exe xuggler is here: https://www.dropbox.com/s/oh7zcyilibzfoyb/xuggle-xuggler.5.1.0-win64-setup.exe

    Thank you :)