![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Jan 2006
Posts: 58
Rep Power: 3
![]() |
video in java
I'm looking into writing a program that requires using video. Not across the Internet, and I would either like to use an already stored video file or live streaming video. I looked into the JMF (java media framework), and read about the potential of bugs becoming an issue. Also https://media4j.dev.java.net/ which is a framework on top of the JMF which simplifies the use of JMF but also has bugs due to the JMF bugs. I read this about the bugs on a different forum so how reliable the information could be is out of my realm. I was wondering if anyone worked with the JMF, how was it? buggy? what did you make?
I was also wondering if their are alternatives to the JMF to work with video in Java. Ultimately I want to write a program that can read in video data, modify and read out specific aspects of the video data. I just am not sure where to place my footing. Can anyone point me in some direction? Thanks. |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Oct 2006
Posts: 165
Rep Power: 2
![]() |
Re: video in java
Its actually not very complicated. Look into the Desktop class. Google: Java Sun Desktop.
For example Desktop.getDesktop().open( new File("c:/somewhere/aFile.txt") ); // opens the file that was passed as a String. I'm positive that it works because I have used it. The idea is that the Desktop class allows you to use whatever default applications exist (WMP, Word, etc) in order to open certain file types. I'm pretty sure it works for video as well as text files etc. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Special browser in Java (Project) | stalefish | Java | 3 | Feb 9th, 2008 4:22 PM |
| Programming with Java: Tutorial | ReggaetonKing | Java | 4 | May 22nd, 2006 5:53 PM |
| First Java Program | duale2005 | Java | 3 | May 22nd, 2006 5:17 PM |
| Java programmers, game developers, artists, be ware! RPG game team is recruiting! | atcomputers.us | Paid Job Offers | 7 | Sep 25th, 2005 7:25 PM |
| Checking source codes of image, audio and video files | on_auc | C++ | 3 | Feb 21st, 2005 8:36 PM |