# FFmpeg-QuQi-H265-FLV-RTMP **Repository Path**: flashpig8014/FFmpeg-QuQi-H265-FLV-RTMP ## Basic Information - **Project Name**: FFmpeg-QuQi-H265-FLV-RTMP - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-10 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```bash ffmpeg -re -i video40.MP4 -vcodec libx265 -acodec aac -f flv rtmp://127.0.0.1/live/stream ``` #### FLV BOX (VOD) ```bash ffmpeg -i video40.MP4 -t 10 -vcodec libx265 -acodec aac -f flv -y test.flv ``` #### Play > Use ffplay address ----------------------------------- porschegt23@foxmail.com