Sin descripción

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

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