fix quotes

This commit is contained in:
2025-02-20 12:23:21 +02:00
parent 19a85d2c7c
commit 21c230197b

View File

@@ -19,13 +19,13 @@ let
-rtsp_transport tcp \ -rtsp_transport tcp \
-i "rtsp://frigate:''${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0" \ -i "rtsp://frigate:''${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0" \
-vframes 1 \ -vframes 1 \
/var/lib/timelapse-r11/"''${DATE}"/ptz-"''${TIME}.jpg" || : /var/lib/timelapse-r11/"''${DATE}"/"ptz-''${TIME}.jpg" || :
exec ffmpeg -y \ exec ffmpeg -y \
-rtsp_transport tcp \ -rtsp_transport tcp \
-i "rtsp://frigate:''${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0" \ -i "rtsp://frigate:''${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0" \
-vframes 1 \ -vframes 1 \
/var/lib/timelapse-r11/"''${DATE}"/panorama-"''${TIME}.jpg" /var/lib/timelapse-r11/"''${DATE}"/"panorama-''${TIME}.jpg"
''; '';
}; };
in in