gpt4 book ai didi

FFMPEG 循环一直中断,询问 pessing Q

转载 作者:行者123 更新时间:2023-12-04 22:57:10 26 4
gpt4 key购买 nike

我有一个使用 FFMPEG 的 sh 脚本从 RTSP 流中拍摄一张照片。
如果连接时间过长,有一个 timeout -stimeout 来终止连接。
(-timeout 是不可能的)。大多数 IP 列表 -stimeout 都可以正常工作。
但有时脚本会停止询问用户按 -Q 并且循环中断,直到按键 Q。
我已经尝试在代码中添加 -q 。
但这根本不起作用。
有什么建议么?

for IP in $IPS;          
do

FFM="$(ffmpeg -y -stimeout 8000000 -rtsp_transport tcp -ss 0.5 -i "rtsp://$IP:554/12" -vframes 1 -s 640x480 -f image2 images/$IP.jpg) >/dev/null"

done

错误
[rtsp @ 0000000000457c40] Could not find codec parameters for stream 0 (Video: h264, none, 640x352): unspecified pixel format
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Guessed Channel Layout for Input Stream #0.1 : mono
Input #0, rtsp, from 'rtsp://123.456.789.101:554/12':
Metadata:
title : 11
Duration: N/A, start: 0.000000, bitrate: 64 kb/s
Stream #0:0: Video: h264, none, 640x352, 90k tbr, 90k tbn, 180k tbc
Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> mjpeg (native))
Press [q] to stop, [?] for help

忽略 dev/null 我故意弄错以查看输出。

最佳答案

Press [q] to stop, [?] for help
是ffmpeg在检测到stdin交互可能时产生的标准消息。它在两种情况下被禁用:使用选项 -nostdin或者其中一个输入通过标准输入进行管道传输。

关于FFMPEG 循环一直中断,询问 pessing Q,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68427160/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com