video publisher tweakings

This commit is contained in:
legop3
2026-06-03 13:06:41 -04:00
parent 51863c4d11
commit 22382c3f14
+5 -1
View File
@@ -117,7 +117,11 @@ run_pipeline() {
--bitrate "${VIDEO_BITRATE}" \ --bitrate "${VIDEO_BITRATE}" \
--codec h264 \ --codec h264 \
--profile baseline \ --profile baseline \
--denoise auto \ --denoise off \
--flush \
--buffer-count 1 \
--no-raw \
--exposure sport \
--nopreview \ --nopreview \
--metering centre \ --metering centre \
--ev 0.1 \ --ev 0.1 \