Nincs leírás

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

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