ffmpeg合併兩路rtmp流並推送

ffmpeg實現兩路流的覆蓋 實現兩路流的覆蓋可以使用ffmpeg的overlay參數,將一路流覆蓋到另外一路流之上。 overlay參數簡介 overlay=x:y 這裏x和y表示距離左上角的座標偏移 例子 ffmpeg -i 「rtmp://ip:port/firststream」 -i 「rtmp://ip:port/secondstream」 -filter_complex overlay
相關文章
相關標籤/搜索