Sem descrição

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

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