libavcodec
外观
开发者 | FFmpeg team |
---|---|
当前版本 | 58.54.100(包含于 FFmpeg 4.1.2)[1](2019年9月7日 ) |
源代码库 | |
编程语言 | C99 |
操作系统 | 适用于Windows、OS X和Linux,也可为其它操作系统编译。[2] |
平台 | 适用于x86平台 |
语言 | 英语 |
类型 | 多媒体编解码库 |
许可协议 | GNU LGPL 2.1或GNU GPL 2+ or non-redistributable if compiled as such[3] |
libavcodec是一款LGPL自由软件编解码库,用于视频和音频数据的编解码工作。带有这个名字的库有FFmpeg项目和Libav项目,但是它们却彼此不兼容。
libavcodec是个集成了许多开源多媒体应用和框架。常见的MPlayer、xine和VLC媒体播放器都使用它作为它们的主要内置解码引擎,用于许多音频视频格式在所有支持的平台上的重放。它也被ffdshow试用解码器用作主要的解码库。libavcodec也被用于视频编辑和转换应用,例如Avidemux、MEncoder或者Kdenlive既用它解码也用其编码。
libavcodec包含了解码器和为实现若干专有格式而存在的编码器。其本身在逆向工程方面的工作就是libavcodec发展成长的一部分。在标准的libavcodec框架下,有着这些有效的编解码器为使用原始的编解码器带来很大的益处,最明显的就是提升了移植性。另一些方面也增加了它的表现力,因为libavcodec包含了一份标准库,它高度优化了常见建立块的实现,比如DCT和色彩空间转换。但是,即便libavcodec致力于将字节提取级别的解码来实现最终结果,这样的重现中出现的错误和丢失的特征有时候能导致回放固定文件的兼容性问题。
已实作的影像编解码器
[编辑]libavcodec包含如下的编解码:[4]
|
|
已实作的音频编解码器
[编辑]libavcodec含盖列下的音频编解码格式:[5]
|
|
引用libavcodec的库
[编辑]- libavformat(FFmpeg之部份)
- libgegl(GEGL可选之部份)
- libgimp(GIMP之部份)
- libmpcodecs(MPlayer之部份)
- libmpdemux(MPlayer之部份)
使用libavcodec的应用程式
[编辑]影像播放器
[编辑]音频播放器
[编辑]多媒体播放器
[编辑]影像编辑
[编辑]视觉效果
[编辑]音频编辑
[编辑]影像转换
[编辑]视讯库
[编辑]光碟制作
[编辑]图库
[编辑]3D图形编辑器
[编辑]VoIP
[编辑]多媒体流伺服器
[编辑]多媒体架构
[编辑]- ffdshow(将 libavcodec 包装为 DirectShow 滤镜,并添加后处理工序以增强图像质量;安装后可自动为 Windows 上使用 DirectShow 架构的播放器所调用,包括 Windows Media Player、Media Player Classic、Winamp 等。ffdshow 同时也将 libavcodec 包装为 Video for Windows 滤镜,这是大多数视频编辑软件所用的架构。)
- LAV Filters
- GStreamer via the GStreamer FFmpeg plugin
- Perian
- Bellagio OpenMAX Integration Layer – opensource OpenMAX IL API implementation
电脑视讯库
[编辑]浏览器
[编辑]媒体中心
[编辑]撷取萤幕
[编辑]设备工具集
[编辑]- BitPim – 用于CDMA手机的工具集
闭路电视
[编辑]- ZoneMinder – 摄像头安全套件
- Motion – 摄像头安全/监视程序
游戏
[编辑]- Performous –音乐游戏包含美声,乐团,以及舞蹈。
- StepMania
- Ultrastar
- osu!
其他
[编辑]- CorePlayer
- FreeJ
- Ingex Studio – used by BBC
- PulseAudio – includes only resamplers code[10]
注释
[编辑]参考资料
[编辑]- ^ Download FFmpeg#releases. FFmpeg. [2019-11-03]. (原始内容存档于2011-10-06).
- ^ Download. ffmpeg.org. FFmpeg. [2012-01-04]. (原始内容存档于2013-09-15).
- ^ libavcodec can be configured to make it a proprietary and non-redistributable library since some optional external libraries are proprietary software and cannot be distributed under the terms of the GPL (e.g. Decklink).
- ^ General Documentation, Ffmpeg.org, [2012-01-17], (原始内容存档于2019-07-17)
- ^ General Documentation, Ffmpeg.org, [2022-10-10], (原始内容存档于2019-07-17)
- ^ Blender for Dummies, Books.google.com: 320, [2012-01-17], (原始内容存档于2015-03-17)
- ^ Learning OpenCV: computer vision with the OpenCV library, Books.google.com: 9, 2008-09-24 [2012-01-17], (原始内容存档于2015-03-17)
- ^ whatwg MPEG-1 subset proposal for HTML5 video codec, Lists.whatwg.org, [2012-01-17], (原始内容存档于2012-02-19)
- ^ Open Source Development, Communities and Quality: IFIP 20th World Computer, Books.google.com: 167, [2012-01-17], (原始内容存档于2015-03-17)
- ^ pulseaudio.git/tree – src/pulsecore/ffmpeg/, Git.0pointer.de, [2012-01-17], (原始内容存档于2012-07-13)