Açıklama Yok

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

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