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?
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.
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:o