This commit is contained in:
xyj 2023-12-04 10:12:04 +08:00
parent 90675ccd5a
commit 8745434d05
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 33 -t "${RECORD_DURATION}" -f mp4 "${OUTPUT_FILE}"
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}"
# 等待1秒钟再开始录制
sleep ${INTERNAL}