在linux下编译hevc,在Ubuntu下FFmpeg编译,支持x264和x265(HECV)

所有下载的源

在Ubuntu下FFmpeg编译,支持x264和x265。

Ubuntu 12.04

FFmpeg 2.1 Release

注意:

cmake要升级要2.8.8

yasm要升级到1.2.0

0000. 资料:

http://stackoverflow.com/questions/19634453/ffmpeg-how-to-generate-a-mp4-with-h-265-codec

FFmpeg supports encoding HEVC/H.265 since 2-12-2014 with libx265. Now you can use ffmpeg directly to encode HEVC or use another encoder than manually mux that into .mp4 using FFmpeg. Of course you can still use some patched FFmpeg build, but it is not recommended.

To make matters more confusing, there are two independent projects both named "x265", one by a Chinese college student and is practically dead, and another by a commercial company called MulticoreWare. Although the former started out first, it is practically dead now, and the latter is under active development and is supported by VideoLAN (the developer of x264).

Anyways, these are a complete set of current possibilities of encoding HEVC in order of my recommendation:

Directly using MulticoreWare libx265 with FFmpeg. This means with the latest Zeranoe build you can now do this:

ffmpeg -i INPUT -x265-params crf=25 OUT.mov

Using standalone MulticoreWare x265 and then mux the resulting file with FFmpeg.

Using DivX HEVC Encoder and then mux it.

Using standalone Chinese x265 then mux the resulting file with FFmpeg.

Using patched FFmpeg with Chinese x265 support.

Update: FFmpeg has HEVC encoding support using MulticoreWare libx265 now.

0001.官方说明:

http://ffmpeg.org/general.html

External libraries

x265

FFmpeg can make use of the x265 library for HEVC encoding.

Go to http://x265.org/developers.html and follow the instructions for installing the library. Then pass --enable-libx265 to configure to enable it.

x265 is under the GNU Public License Version 2 or later (see http://www.gnu.org/licenses/old-licenses/gpl-2.0.html for details), you must upgrade FFmpeg’s license to GPL in order to use it.

0002.安装x264

$git clone git://git.videolan.org/x264.git

$cd x264

$./configure --enable-static --disable-opencl --disable-avs  --disable-cli --disable-ffms --disable-gpac --disable-lavf --disable-swscale

$make

$make install

0003.安装x265

https://bitbucket.org/multicoreware/x265/wiki/Home

# ubuntu packages:

$ sudo apt-get install mercurial cmake cmake-curses-gui build-essential yasm

# Note: if the packaged yasm is older than 1.2, you must download yasm-1.2 and build it

$ hg clone https://bitbucket.org/multicoreware/x265

$ cd x265/build/linux

$ ./make-Makefiles.bash

# 这里将 LOG_CU_STATISTICS 设置为ON,然后,按下“c”,实现configure,按下“q”退出

$ make

$ make install

0004.下载ffmpeg

从 http://ffmpeg.org/download.html 下载ffmpeg 2.1版本源码

$./configure --enable-libx264 --enable-libx265 --enable-gpl

$make

$make install

FFmpeg 的详细介绍:请点这里

FFmpeg 的下载地址:请点这里

推荐阅读:

0b1331709591d260c1c78e86d0c51c18.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值