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