Нема описа

numberwolf 8d9090efd4 update пре 4 година
compat 89e67d0573 first пре 4 година
doc 89e67d0573 first пре 4 година
doc_quqi 30737a73f4 update пре 4 година
ffbuild 89e67d0573 first пре 4 година
fftools 89e67d0573 first пре 4 година
libavcodec 89e67d0573 first пре 4 година
libavdevice 89e67d0573 first пре 4 година
libavfilter 89e67d0573 first пре 4 година
libavformat 8d9090efd4 update пре 4 година
libavresample 89e67d0573 first пре 4 година
libavutil 89e67d0573 first пре 4 година
libpostproc 89e67d0573 first пре 4 година
libswresample 89e67d0573 first пре 4 година
libswscale 89e67d0573 first пре 4 година
presets 89e67d0573 first пре 4 година
tests 89e67d0573 first пре 4 година
tools 89e67d0573 first пре 4 година
.gitattributes 89e67d0573 first пре 4 година
.gitignore 89e67d0573 first пре 4 година
.travis.yml 89e67d0573 first пре 4 година
CONTRIBUTING.md 89e67d0573 first пре 4 година
COPYING.GPLv2 89e67d0573 first пре 4 година
COPYING.GPLv3 89e67d0573 first пре 4 година
COPYING.LGPLv2.1 89e67d0573 first пре 4 година
COPYING.LGPLv3 89e67d0573 first пре 4 година
CREDITS 89e67d0573 first пре 4 година
Changelog 89e67d0573 first пре 4 година
FFMPEG_LICENSE.md 30737a73f4 update пре 4 година
INSTALL.md 89e67d0573 first пре 4 година
LICENSE.md 89e67d0573 first пре 4 година
MAINTAINERS 89e67d0573 first пре 4 година
Makefile 89e67d0573 first пре 4 година
README.md 30737a73f4 update пре 4 година
README_FFmpeg.md 30737a73f4 update пре 4 година
RELEASE 89e67d0573 first пре 4 година
RELEASE_NOTES 89e67d0573 first пре 4 година
configure 89e67d0573 first пре 4 година
test_build.sh 89e67d0573 first пре 4 година

README.md

FFmpeg-QuQi-H265-FLV-RTMP




LICENSE:

Examples:

RTMP with H.265

ffmpeg -re -i video40.MP4 -vcodec libx265 -acodec aac -f flv rtmp://127.0.0.1/live/stream

FLV BOX (VOD)

ffmpeg -i video40.MP4 -t 10 -vcodec libx265 -acodec aac -f flv -y test.flv

Play

Use ffplay address


porschegt23@foxmail.com