numberwolf 8d9090efd4 update | 4 years ago | |
---|---|---|
compat | 4 years ago | |
doc | 4 years ago | |
doc_quqi | 4 years ago | |
ffbuild | 4 years ago | |
fftools | 4 years ago | |
libavcodec | 4 years ago | |
libavdevice | 4 years ago | |
libavfilter | 4 years ago | |
libavformat | 4 years ago | |
libavresample | 4 years ago | |
libavutil | 4 years ago | |
libpostproc | 4 years ago | |
libswresample | 4 years ago | |
libswscale | 4 years ago | |
presets | 4 years ago | |
tests | 4 years ago | |
tools | 4 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 4 years ago | |
.travis.yml | 4 years ago | |
CONTRIBUTING.md | 4 years ago | |
COPYING.GPLv2 | 4 years ago | |
COPYING.GPLv3 | 4 years ago | |
COPYING.LGPLv2.1 | 4 years ago | |
COPYING.LGPLv3 | 4 years ago | |
CREDITS | 4 years ago | |
Changelog | 4 years ago | |
FFMPEG_LICENSE.md | 4 years ago | |
INSTALL.md | 4 years ago | |
LICENSE.md | 4 years ago | |
MAINTAINERS | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
README_FFmpeg.md | 4 years ago | |
RELEASE | 4 years ago | |
RELEASE_NOTES | 4 years ago | |
configure | 4 years ago | |
test_build.sh | 4 years ago |
LICENSE:
Support encode flv with hevc(h265) codec.
Support decode flv with hevc(h265) codec.
Support push rtmp stream with hevc(h265) codec.
Examples:
ffmpeg -re -i video40.MP4 -vcodec libx265 -acodec aac -f flv rtmp://127.0.0.1/live/stream
ffmpeg -i video40.MP4 -t 10 -vcodec libx265 -acodec aac -f flv -y test.flv
Use ffplay address
porschegt23@foxmail.com