Atitit. 软件---多媒体区---- jmf 2.1.1 Java Media Framework 支持的格式

Atitit. 软件---多媒体区---- jmf 2.1.1 Java Media Framework 支持的格式

JMF,全名为Java Media Framework,它可以在java applet和application中使用音频,视频或者其他基于时间的多媒体。JMF所支持的多媒体格式如下:AIFF(.aiff),AVI(.avi),GSM(.gsm),HotMedia(.mvr),MID(.mid),MPEG-1(.mpg)(即常见的VCD文件),MPEG-2(.mp2)(即常见的DVD文件),QuickTime(.mov),Sun Audio(.au),Wave(.wav);JMF对RTSP(Real Time Streaming Protocol实时流控制协议)的支持:RTSP也是最近才加到JMF中的,它可以使得基于JMF的客户端通过RTSP与服务器交互,请求获取媒体的数据流

作者:: 老哇的爪子 Attilax 艾龙,  EMAIL:[email protected]

转载请注明来源: http://blog.csdn.net/attilax

This page lists the media formats supported in the JMF 2.1.1 FCS implementation, the RTP formats this implementation can receive and transmit, and the capture devices that it supports.


Supported Media Formats

JMF supports audio sample rates from 8KHz to 48KHz. Note that cross-platform version of JMF only supports the following rates: 8, 11.025, 11.127, 16, 22.05, 22.254, 32, 44.1, and 48 KHz.

The JMF 2.1.1 Reference Implementation supports the media types and formats listed in the table below. In this table:

· D indicates the format can be decoded and presented.

· E indicates the media stream can be encoded in the format.

· read indicates the media type can be used as input (read from a file)

· write indicates the media type can be generated as output (written to a file)


Media Type


JMF 2.1.1

Cross Platform Version


JMF 2.1.1

Solaris/Linux Performance Pack


JMF 2.1.1

Windows Performance Pack


AIFF (.aiff)


read/write


read/write


read/write


8-bit mono/stereo linear


D,E


D,E


D,E


16-bit mono/stereo linear


D,E


D,E


D,E


G.711 (U-law)


D,E


D,E


D,E


A-law


D


D


D


IMA4 ADPCM


D,E


D,E


D,E


AVI (.avi)


read/write


read/write


read/write


Audio: 8-bit mono/stereo linear


D,E


D,E


D,E


Audio: 16-bit mono/stereo linear


D,E


D,E


D,E


Audio: DVI ADPCM compressed


D,E


D,E


D,E


Audio: G.711 (U-law)


D,E


D,E


D,E


Audio: A-law


D


D


D


Audio: GSM mono


D,E


D,E


D,E


Audio: ACM**


-


-


D,E


Video: Cinepak


D


D,E


D


Video: MJPEG (422)


D


D,E


D,E


Video: RGB


D,E


D,E


D,E


Video: YUV


D,E


D,E


D,E


Video: VCM**


-


-


D,E


GSM (.gsm)


read/write


read/write


read/write


GSM mono audio


D,E


D,E


D,E


HotMedia (.mvr)


read only


read only


read only


IBM HotMedia


D


D


D


MIDI (.mid)


read only


read only


read only


Type 1 & 2 MIDI


-


D


D


MPEG-1 Video (.mpg)


-


read only


read only


Multiplexed System stream


-


D


D


Video-only stream


-


D


D


MPEG Layer II Audio (.mp2)


read only


read/write


read/write


MPEG layer 1, 2 audio


D


D,E


D,E


QuickTime (.mov)


read/write


read/write


read/write


Audio: 8 bits mono/stereo linear


D,E


D,E


D,E


Audio: 16 bits mono/stereo linear


D,E


D,E


D,E


Audio: G.711 (U-law)


D,E


D,E


D,E


Audio: A-law


D


D


D


Audio: GSM mono


D,E


D,E


D,E


Audio: IMA4 ADPCM


D,E


D,E


D,E


Video: Cinepak


D


D,E


D


Video: H.261


-


D


D


Video: H.263


D


D,E


D,E


Video: JPEG (420, 422, 444)


D


D,E


D,E


Video: RGB


D,E


D,E


D,E


Sun Audio (.au)


read/write


read/write


read/write


8 bits mono/stereo linear


D,E


D,E


D,E


16 bits mono/stereo linear


D,E


D,E


D,E


G.711 (U-law)


D,E


D,E


D,E


A-law


D


D


D


Wave (.wav)


read/write


read/write


read/write


8-bit mono/stereo linear


D,E


D,E


D,E


16-bit mono/stereo linear


D,E


D,E


D,E


G.711 (U-law)


D,E


D,E


D,E


A-law


D


D


D


GSM mono


D,E


D,E


D,E


DVI ADPCM


D,E


D,E


D,E


MS ADPCM


D


D


D


ACM**


-


-


D,E

Notes:

· ACM** - Window‘s Audio Compression Manager support. Tested for these formats: A-law, GSM610, MSNAudio, MSADPCM, Truespeech, mp3, PCM, Voxware AC8, Voxware AC10.

· VCM** - Window‘s Video Compression Manager support.  Tested for these formats: IV41, IV51, VGPX, WINX, YV12, I263, CRAM, MPG4.


RTP Formats

Capture Devices

参考

JMF 2.1.1 - Supported Formats.htm

JMF_百度百科.htm

JMF下载和安装 - oyzl68的专栏 - 博客频道 - CSDN.NET.htm

用java获取mp3资料播放时长和tag信息 - 编程.htm

用jmf如何过去取得avi文件的总的播放时长-CSDN论坛-CSDN.NET-中国最大的IT技术社区.htm

时间: 2024-11-05 21:45:55

Atitit. 软件---多媒体区---- jmf 2.1.1 Java Media Framework 支持的格式的相关文章

atitit.软件开发GUI 布局管理优缺点总结java swing wpf web html c++ qt php asp.net winform

atitit.软件开发GUI 布局管理优缺点总结java swing wpf web html c++ qt php asp.net winform 1. Absoluti 布局(经常使用) 1 2. Flow 布局(不经常使用) 1 3. BorderLayout (不经常使用) 1 4. BoxLayout( html默认布局) 2 5. CardLayout (tab 布局) 2 6. GridLayout 3 7. GridBagLayout 3 8. Fixed 定位(不经常使用) 3

JMF(Java Media Framework)使用摄像头

JMF(Java Media Framework)是Java平台使用摄像头.麦克风等媒体设备的应用程序框架,但到了2.1.1e就不再更新,在Windows 7 X64上还能正常运行,只是安装的界面让你感觉回到了Windows98的时代. 不过年代久远的东西,虽然还能用,但可能会遇到一些奇怪的问题,折腾了两个月,发现了两个比较大的问题: 第一个是在Windows 7 x64上提示摄像头初始化失败的问题.这个问题很奇怪,电脑刚开机的时候可以顺利找到一次摄像头并正常操作,但是第二次就会提示摄像头初始化

Atitit.软件控件and仪表盘(23)--多媒体子系统--视频输出切换控制cvbs av s-video Ypbpr pal ntsc

Atitit.软件控件and仪表盘(23)--多媒体子系统--视频输出切换控制cvbs av s-video Ypbpr pal  ntsc 1. CVBS是AV接口 1 2. S-Video S端子 1 3. Ypbpr/YPbPr和YCbCr色差 1 4.  2 5. 参考 2 七大常用视频接口效果对比   HDMI>DVI>VGA>色差>S端子 >av>tv 1. CVBS是AV接口 的视频信号(单根黄色线) CVBS 接口是音频.视频分离的视频接口,三个RCA插

Atitit.软件gui按钮and面板---通讯子系统(区)-- github 的使用....

Atitit.软件gui按钮and面板---通讯子系统(区)-- github 的使用.... 1. 1.注册账户以及创建仓库 1 2. 二.在GitHub中创建项目(create a new repo). 1 3. windows下安装Git 2 3.1. 安装客户端msysgit 3 4. .配置Git  ssh key 3 4.1.  3 5. 对库进行clone,如下:  git clone https://github.com/xrong/xxxx.git    (xxx为项目仓库名称

Atitit.软件gui按钮and面板---os区-----linux windows搜索文件 文件夹

Atitit.软件gui按钮and面板---os区-----搜索文件 1. Find 1 2. 寻找目录 1 3. 2. Locate// everything 1 4. 3. Whereis (windows马这个映射的方法) 2 5. 4. Which// everything+path 2 6. 5. Type/// everything 2 1. Find find / -name '2615806806b47d00dabc4571f1be3315.jpg' /images_all/zo

Atitit.多媒体区----web视频格式的选择总结

Atitit.多媒体区----web视频格式的选择总结 1. 因为现阶段不同的浏览器支持的视频格式是不同的 1 2. 各浏览器Html5 Video支持的影音格式: 2 3. 解决方案是什么?Flash和H.264 2 4. <object> 标签用于包含对象,比如图像.音频.视频.Java applets.ActiveX.PDF 以及 Flash. 3 1. 因为现阶段不同的浏览器支持的视频格式是不同的 ,当我们有多种格式的视频样式的时候,我们会用第二种写法来做兼容调试.一般 谷歌 mp4(

Atitit.软件guibuttonand面板---os区-----linux windows搜索文件 目录

Atitit.软件guibuttonand面板---os区-----搜索文件 1. Find 1 2. 寻找文件夹 1 3. 2. Locate// everything 1 4. 3. Whereis (windows马这个映射的方法) 2 5. 4. Which// everything+path 2 6. 5. Type/// everything 2 1. Find find / -name '2615806806b47d00dabc4571f1be3315.jpg' /images_a

Atitit.软件GUI按钮与仪表盘(01)--js区-----js格式化的使用

Atitit.软件GUI按钮与仪表盘(01)--js区-----js格式化的使用 1. Chrome36( recomm) DEV TOOL>SOURCE> DSWEIHAMYAR  " PRETTY PRINT.."...ICON dakwahaor.. 作者::老哇的爪子Attilax艾龙,EMAIL:[email protected] 转载请注明来源: http://blog.csdn.net/attilax 2. APTNA paip.JS格式化时提示不能格式化时的

Atitit. 软件GUI按钮与仪表盘--web服务器区--获取apache配置文件路径 linux and apache的启动、停止、重启

Atitit.   软件GUI按钮与仪表盘--web服务器区--获取apache配置文件路径 linux and apache的启动.停止.重启 可以通过"netstat -anp" 来查看哪些端口被打开.定位到需要的apache...俄要的是80端口映射的apache Ps -aux查看进程命令行参数...三,字有个httpd,没看见参数....查询myusql,是能看见参数了.... 查看linux版本,cenos....查询httpd.conf文件位置... /etc/httpd