- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我需要在所有输出流的 nginx.conf 中添加水印。这是我从 ffmpeg 的文档中找到的,但它不起作用。
exec ffmpeg -i rtmp://localhost/$app/$name -i /mnt/pictures/flowtech.png -filter_complex "overlay=10:10,split=5[out1][out2][out3][out4][out5]"
-map '[out1]' -map 0:a -c:v libx264 -c:a aac -ac 1 -strict -2 -b:v 256k -b:a 32k -vf "scale=480:trunc(ow/a/2)*2" -tune zerolatency -preset veryfast -crf 23 -f flv rtmp://localhost/hlsall/$name_low
-map '[out2]' -map 0:a -c:v libx264 -c:a aac -ac 1 -strict -2 -b:v 768k -b:a 96k -vf "scale=720:trunc(ow/a/2)*2" -tune zerolatency -preset veryfast -crf 23 -f flv rtmp://localhost/hlsall/$name_mid
-map '[out3]' -map 0:a -c:v libx264 -c:a aac -ac 1 -strict -2 -b:v 1024k -b:a 128k -vf "scale=960:trunc(ow/a/2)*2" -tune zerolatency -preset veryfast -crf 23 -f flv rtmp://localhost/hlsall/$name_high
-map '[out4]' -map 0:a -c:v libx264 -c:a aac -ac 1 -strict -2 -b:v 1920k -b:a 128k -vf "scale=1280:trunc(ow/a/2)*2" -tune zerolatency -preset veryfast -crf 23 -f flv rtmp://localhost/hlsall/$name_hd720
-map '[out5]' -map 0:a -c copy -f flv rtmp://localhost/hlsall/$name_src 1>>/tmp/rtmp_log;
最佳答案
这是有效的:
ffmpeg -i rtmp://localhost/app/tria_cam2 -i/mnt/pictures/flowtech.png -filter_complex "overlay=10:10,split=2[out1][out2]"-map '[out1]' -map 0:a -s 640x480 -c:v libx264 -c:a aac -ac 1 -strict -2 -b:v 256k -b:a 32k -tune zerolatency -preset veryfast -crf 23 -f flv rtmp://localhost/hlsall/tria_cam6 -map '[out2]' -map 0:a -s 1280x720 -c:v libx264 -c:a aac -ac 1 -strict -2 -b:v 768k -b:a 96k -tune zerolatency -预设非常快 -crf 23 -f flv rtmp://localhost/hlsall/tria_cam5
关于带有 RTMP 模块 : Add watermark on MULTIPLE video streams withh ffmpeg 的 nginx.conf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50517009/
我需要在所有输出流的 nginx.conf 中添加水印。这是我从 ffmpeg 的文档中找到的,但它不起作用。 exec ffmpeg -i rtmp://localhost/$app/$name -
我是一名优秀的程序员,十分优秀!