Constraints
KEY | Type | Default | Description |
---|---|---|---|
CC_CONSTRAINTS_ACTIVE |
Unordered Enum |
|
List of enabled constraints. |
CC_CONSTRAINT_FILE_MIN_SIZE |
Integer |
|
Do not include video files smaller than this value in MB. |
CC_CONSTRAINT_FILE_MAX_SIZE |
Integer |
|
Do not include video files larger than this value in MB. |
CC_CONSTRAINT_TIME_BEGIN |
String |
|
Do not start converting video files before this time of day. |
CC_CONSTRAINT_TIME_STOP |
String |
|
Do not start converting video files after this time of day. |
CC_CONSTRAINT_FILE_REGEX |
String |
`empty` |
Do not include video files matching this regular expression. |