| GStreamer 是 GNOME 
桌面环境下用来构建流媒体应用的多媒体框架(framework),采用了基于插件(plugin)和管道(pipeline)的体系结构,框架中的所有
的功能模块都被实现成可以插拔的组件(component),并且在需要的时候能够很方便地安装到任意一个管道上。GStreamer 目标是简化音/视频应用程序的开发,目前已经能够被用来处理 MP3、Ogg、MPEG1、MPEG2、AVI、Quicktime 等多种格式的多媒体数据。 支持格式: container formats: asf, avi, 3gp/mp4/mov, flv, mpeg-ps/ts, mkv, mxf, oggstreaming: http, mms, rtspcodecs: FFmpeg, various codec libraries, 3rd party codec packsmetadata: native container formats with a common mapping between themvideo: various colorspaces, support for progressive and interlaced videoaudio: integer and float audio in various bit depths and multichannel configurations
 下载 GStreamer 0.10.31 项目主页 |