diff options
Diffstat (limited to 'multimedia/jmf/README')
-rw-r--r-- | multimedia/jmf/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/jmf/README b/multimedia/jmf/README new file mode 100644 index 0000000000..f509d847f0 --- /dev/null +++ b/multimedia/jmf/README @@ -0,0 +1,11 @@ +The Java Media Framework API (JMF) enables multimedia to be added to +Java applications. OpenOffice needs it to play audio and video, for +example, within Impress presentations. + +In summary, the media types supported are + audio: AIFF, AU, AVI, GSM, MIDI, MP2, QT, RMF, WAV + video: AVI, MPEG-1, QT, H.261, H.263 + other: HotMedia + +For a full list of the media types supported, see +http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html |