numberwolf 8d9090efd4 update | il y a 4 ans | |
---|---|---|
compat | il y a 4 ans | |
doc | il y a 4 ans | |
doc_quqi | il y a 4 ans | |
ffbuild | il y a 4 ans | |
fftools | il y a 4 ans | |
libavcodec | il y a 4 ans | |
libavdevice | il y a 4 ans | |
libavfilter | il y a 4 ans | |
libavformat | il y a 4 ans | |
libavresample | il y a 4 ans | |
libavutil | il y a 4 ans | |
libpostproc | il y a 4 ans | |
libswresample | il y a 4 ans | |
libswscale | il y a 4 ans | |
presets | il y a 4 ans | |
tests | il y a 4 ans | |
tools | il y a 4 ans | |
.gitattributes | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.travis.yml | il y a 4 ans | |
CONTRIBUTING.md | il y a 4 ans | |
COPYING.GPLv2 | il y a 4 ans | |
COPYING.GPLv3 | il y a 4 ans | |
COPYING.LGPLv2.1 | il y a 4 ans | |
COPYING.LGPLv3 | il y a 4 ans | |
CREDITS | il y a 4 ans | |
Changelog | il y a 4 ans | |
FFMPEG_LICENSE.md | il y a 4 ans | |
INSTALL.md | il y a 4 ans | |
LICENSE.md | il y a 4 ans | |
MAINTAINERS | il y a 4 ans | |
Makefile | il y a 4 ans | |
README.md | il y a 4 ans | |
README_FFmpeg.md | il y a 4 ans | |
RELEASE | il y a 4 ans | |
RELEASE_NOTES | il y a 4 ans | |
configure | il y a 4 ans | |
test_build.sh | il y a 4 ans |
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