forked from FFmpeg/FFmpeg
-
Notifications
You must be signed in to change notification settings - Fork 81
instructions
Franken Zeng edited this page Jun 14, 2017
·
5 revisions
git clone https://github.com/ksvc/FFmpeg.git FFmpeg
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
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