First I tried to create a video with a set of images. It works with JMF. But unfortunately there are no codecs for video formats available in FMJ.
Given below are the Media formats supported by FMJ. Even in FMJ forums it is asked to use JMF in places where certain codecs are missing in FMJ.
Pure Java processing and playback
Container | Format | Decode (D), Encode (E) |
RTP | JPEG/RTP | D,E |
ULAW/RTP | D,E | |
ALAW/RTP | D,E | |
SPEEX/RTP | D,E | |
ILBC/RTP | D,E | |
WAV | LINEAR (PCM) | D,E |
AU | LINEAR (PCM) | D,E |
ULAW | D,? | |
AIFF | LINEAR (PCM) | D,E |
multpart/x-mixed-replace | JPEG | D,E |
GIF | D,E* | |
PNG | D,E | |
Ogg | VORBIS | D |
THEORA | D | |
MP3 | MP3 | D |
* - encoding only with Java 6+
No comments:
Post a Comment