2 Star 3 Fork 12

leixiaohua1020 / simplest_encoder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
How to get source code.txt 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
leixiaohua1020 提交于 2014-12-21 21:29 . Initial commit
/**
* 如何获取源代码
* How to get source code?
*
* 雷霄骅 Lei Xiaohua
* leixiaohua1020@126.com
* 中国传媒大学/数字电视技术
* Communication University of China / Digital TV Technology
* http://blog.csdn.net/leixiaohua1020
*
*/
x264
http://www.videolan.org/developers/x264.html
The latest x264 source code:
git clone git://git.videolan.org/x264.git
Steps:
1.Download MinGW and
2.type "./configure"
3.type "make"
=======================================================
x265
http://www.videolan.org/developers/x265.html
The latest x265 source code:
hg clone http://hg.videolan.org/x265
Tools needed:
CMake 2.8.8 or later: http://www.cmake.org/cmake/resources/software.html
Yasm 1.2.0 or later: http://www.tortall.net/projects/yasm/releases
Steps:
1.run make-solutions.bat in the build\ folder that corresponds to your favorite
compiler, configure your build options, click 'configure', click 'generate'.Y
ou will be rewarded with an x265.sln file.
2.Use VC++ to build the Solution.
=======================================================
vpx
http://www.webmproject.org/
The latest vpx source code:
git clone https://chromium.googlesource.com/webm/libvpx
there is a mirror:
git clone https://github.com/webmproject/libvpx
1
https://gitee.com/leixiaohua1020/simplest_encoder.git
git@gitee.com:leixiaohua1020/simplest_encoder.git
leixiaohua1020
simplest_encoder
simplest_encoder
master

搜索帮助