This commit is contained in:
xyj 2023-12-04 16:44:57 +08:00
parent fbeb89f71f
commit 295e402b9e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ while true; do
# 构建录像文件名
OUTPUT_FILE="${OUTPUT_DIR}/${CURRENT_TIME}.mp4"
# 开始录制RTSP流
ffmpeg -rtsp_transport tcp -i "${RTSP_URL}" -c copy -c:a aac -s 1920x1080 -r 18 -crf 34 -t "${RECORD_DURATION}" -f mp4 "${OUTPUT_FILE}"
ffmpeg -rtsp_transport tcp -i "${RTSP_URL}" -c copy -c:a aac -s 1920x1080 -r 15 -crf 35 -t "${RECORD_DURATION}" -f mp4 "${OUTPUT_FILE}"
# 等待1秒钟再开始录制
sleep ${INTERNAL}