Aucune description

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

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