FFmpeg 是一个自由软件,可以执行音讯和视讯多种格式的录影、转档、串流功能,包含了libavcodec 这是一个用于多个专案中音讯和视讯的解码器函式库,以及 libavformat “一个音讯与视讯格式转换函式库”。 
FFmpeg 主要组成:- ffmpeg 视频文件转换命令行工具,也支持经过实时电视卡抓取和编码成视频文件
- ffserver 基于HTTP(RTSP正在开发中)用于实时广播的多媒体服务器.也支持时间平移
- ffplay 用 SDL和FFmpeg库开发的一个简单的媒体播放器
- libavcodec 一个包含了所有FFmpeg音视频编解码器的库.为了保证最优性能和高可复用性,大多数编解码器从头开发的
- libavformat 一个包含了所有的普通音视格式的解析器和产生器的库.
- Significant work to support at least decoding of all widespread mainstream proprietary codecs, and as usual broad coverage of widespread non-proprietary codecs, such as:
- decoders and encoders
- VP8 (via Google’s libvpx library)
- decoders
- AMR-NB
- Atrac1
- HE-AAC v1
- Bink
- Bluray (PGS) subtitle
- MPEG-4 Audio Lossless Coding (ALS)
- WMA Pro
- WMA Voice
- Highlights among the newly supported container formats:
- demuxers and muxers
- Adobe Filmstrip
- SoX native format
- WebM support in Matroska de/muxer
- demuxers
- Bink
- Core Audio Format
- Dirac in Ogg
- IV8
- QCP
- VQF
- Wave64
- muxers
- faster AAC decoding
- faster H.264 decoding
- numerous ARM optimizations
- important updates to the Vorbis decoder
- RTP packetization support for H.263, and AMR
- RTP depacketization support for AMR, ASF, H.263, Theora and Vorbis
- RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
- the new ffprobe tool
- VorbisComment writing for FLAC, Ogg FLAC and Ogg Speex files
- and so much more!
FFmpeg 中文主页 点击进入 FFmpeg 项目主页 |