FFmpeg-QuQi-H265-FLV-RTMP icon indicating copy to clipboard operation
FFmpeg-QuQi-H265-FLV-RTMP copied to clipboard

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

FFmpeg-QuQi-H265-FLV-RTMP




LICENSE:

  • LICENSE(1) "Anti 996" License Version 1.0 (Draft)
  • LICENSE(2)

  • 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


[email protected]