FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation.
FFmpeg是领先的多媒体框架,能够解码、编码,转换视频,多路复用,多路分配器、流、滤波和相当多的东西创造了人类和机器。它支持醉久远的格式以及最前沿的格式。无论这些标准格式是由标准委员会设计还是社区或公司设计的。
It contains libavcodec, libavutil, libavformat, libavfilter, libavdevice, libswscale and libswresample which can be used by applications. As well as ffmpeg, ffserver, ffplay and ffprobe which can be used by end users for transcoding, streaming and playing.
它包含libavcodec、libavutil 、libavformat、libavfilter libavdevice,libswscale和libswresample可使用的应用程序。以及ffmpeg ffserver,ffplay ffprobe可以由最终用户用来做代码转换,流式和播放。
The FFmpeg project tries to provide the best technically possible solution for developers of applications and end users alike. To achieve this we combine the best free software options available. We slightly favor our own code to keep the dependencies on other libs low and to maximize code sharing between parts of FFmpeg. Wherever the question of "best" cannot be answered we support both options so the end user can choose。
FFmpeg项目试图提供最好的技术上可能的解决方案开发人员和最终用户的应用程序。为了实现这一点,我们结合了最好的免费软件选项。我们稍微添加了自己的代码以其对其他库的依赖小,以使其在FFmpeg各个部分之间最大化共享。无论“最好”的问题不能回答我们支持两个选项,最终用户可以选择。
Security is a high priority and code review is always done with security in mind. Though due to the very large amounts of code touching untrusted data security issues are unavoidable and thus we provide as quick as possible updates to our last stable releases when new security issues are found.