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

pull/203/merge
Kfir Itzhak 2013-10-07 16:54:13 +03:00
parent b3b66d4773
commit 1609fd688b
1 changed files with 1 additions and 1 deletions

View File

@ -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},