Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Combing/Decoding MPEG and Other Video Format?

  1. #1
    Junior Member
    Join Date
    Oct 2010
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Combing/Decoding MPEG and Other Video Format?

    I've been searching google and haven't come up with anything useful. There is JMF but I don't know how to install libraries and I was wondering if there is a built in method to do this. I would like to combine multiple video files that are split up and also I would like to get thumbnails of the videos.

    Is there a native class that allows me to do this or would this require me to load a video file like I would load any other file and process the frames individually?


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Combing/Decoding MPEG and Other Video Format?

    I've got a feeling you will need to import an external library.

    What IDE do you use? It's easy enough to import them.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    Aug 2011
    Location
    Galway, Ireland
    Posts
    2
    My Mood
    Yeehaw
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Combing/Decoding MPEG and Other Video Format?

    Have a look here Xuggle. (Some good tutorials) I think you'll still have problems with installing libraries. Depends on which OS your using. Linux edit $LD_LIBRARY_PATH, win edit CLASSPATH. Google will show you how to do either. If your running Ubuntu 10.04 or higher you have to edit x11/options folder to stop library path re-setting itself to null on boot. Hope this helps

Similar Threads

  1. Please how do i extract youtube video id from these links maybe using Regex
    By sledjama in forum What's Wrong With My Code?
    Replies: 3
    Last Post: June 25th, 2011, 10:07 AM
  2. Replies: 2
    Last Post: March 16th, 2011, 06:32 AM
  3. Java error while Playing Video file.
    By ravigirismiles in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 7th, 2010, 11:09 AM
  4. jmf , video with hopes of AR
    By wolfgar in forum Java SE APIs
    Replies: 0
    Last Post: December 4th, 2009, 04:54 AM
  5. Video Class
    By Swankee in forum Java SE APIs
    Replies: 2
    Last Post: October 8th, 2009, 11:19 AM