/FFmpeg-QuQi-H265-FLV-RTMP

🔥定制化FFmpeg 支持h265编码FLV RTMP;custom made version and modify By Numberwolf CYL,Based on FFmpeg4, u can encode flv(rtmp stream) with hevc codec.

Primary LanguageCOtherNOASSERTION

FFmpeg-QuQi-H265-FLV-RTMP




LICENSE:


  • Support encode flv with hevc(h265) codec.

  • Support decode flv with hevc(h265) codec.

  • Support push rtmp stream with hevc(h265) codec.

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