From 1609fd688bce1926faa1a0bb1080388730b0dc93 Mon Sep 17 00:00:00 2001 From: Kfir Itzhak Date: Mon, 7 Oct 2013 16:54:13 +0300 Subject: [PATCH] Changed default option of ZM_COLOUR_JPEG_FILES to no. It impacts performance and is not needed anymore, all modern image viewers support grayscale JPEG images --- scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in index 55c0ec302..7da8cd21b 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in +++ b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in @@ -195,7 +195,7 @@ our @options = }, { name => "ZM_COLOUR_JPEG_FILES", - default => "yes", + default => "no", description => "Colourise greyscale JPEG files", help => "Cameras that capture in greyscale can write their captured images to jpeg files with a corresponding greyscale colour space. This saves a small amount of disk space over colour ones. However some tools such as ffmpeg either fail to work with this colour space or have to convert it beforehand. Setting this option to yes uses up a little more space but makes creation of MPEG files much faster.", type => $types{boolean},