What is the official website for libavcodec?

六月ゝ 毕业季﹏ 提交于 2019-12-11 09:49:07

问题


I would like to use libavcodec for a project, the problem is i don't understand where i'm supposed to get the official release, this library is so popular that i can't tell what is the official website.

for example there are 2 major projects like libav and ffmpeg that are using it but i can't find the official source.

Where is this website ?


回答1:


The official site is at ffmpeg.org. You can get the source with git or by using a release tarball. Git is recommended as it will provide the most up-to-date code and is stable the vast majority of times (and fixes come quickly). The release tarballs were designed for distros who "need" a release. See the FFmpeg download page for more details.



来源:https://stackoverflow.com/questions/12442901/what-is-the-official-website-for-libavcodec

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!