Skip to content
Franken Zeng edited this page Jun 14, 2017 · 5 revisions

金山云H.265 patch使用说明

1. clone FFmpeg

git clone https://github.com/ksvc/FFmpeg.git FFmpeg

2. 切换release分支

cd FFmpeg
git reset --hard origin/release/3.2

切换到release 3.2,可以看到针对3.2的patch已经打上去了

当前已经支持的release分支包括:

  • 2.8
  • 3.0
  • 3.1
  • 3.2
  • 3.3

3. 获取patch

cd FFmpeg
git reset --hard origin/release/3.2
git format-patch HEAD^

以上可以获取到针对release 3.2的金山云关于RTMP/FLV的扩展,patch会出现在

0001-The-RTMP-protocol-extensions-for-H.265-HEVC.patch

Clone this wiki locally