Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 790 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 790 Bytes

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


[email protected]