説明なし

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