1

I understand this question has been asked many times before, but after searching all of the answers seem to be outdated (by two or more years) so I thought it reasonable to ask it again.

What libraries are available to read and display video files (such as .avi and similar) in java? I am currently using lwjgl, and cannot easily change to a different library, so please limit suggestions to those compatible with lwjgl.

What I'm trying to do is create a fullscreen display using lwjgl, display the video (with audio synced) as an intro, then either when the video is finished or forcefully skipped continue to the main menu.

Athix
  • 37
  • 1
  • 9
  • 2
    *"but after searching all of the answers seem to be outdated (by two or more years) so I thought it reasonable to ask it again."* Maybe if you list the APIs that you discovered in that search, otherwise this seems like a 'give me a list I could obtain from Google" type question. Note especially that [Stack Overflow is not a List for All Things](http://meta.stackexchange.com/a/128561/155831). – Andrew Thompson May 30 '12 at 04:29
  • 1
    Xuggler, FMJ, JMF, Fobs4JMF, JFFMPEG, FFMPEG-Java, VLCJ. – Athix May 30 '12 at 04:41
  • That about sums it up, so long as you realize that FMJ & Fobs4FMJ are both based on (extensions to) JMF, & that there is "FFMPEG" (not Java based), and "JFFMPEG" (the Java based implementation of FFMPEG). The term FFMPEG-Java has no meaning that I understand. – Andrew Thompson May 30 '12 at 04:46
  • @AndrewThompson [FFMPEG-Java](http://fmj-sf.net/ffmpeg-java/getting_started.php) wraps FFMPEG using JNA. – Adam Jan 10 '15 at 02:41

0 Answers0