Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
vcs:conf_files [2010/04/10 17:09] – interval → Time syntax Toni Corveradox:vcs:conf_files [2016/04/16 17:24] – ↷ Page moved from vcs:conf_files to dox:vcs:conf_files Toni Corvera
Line 38: Line 38:
   # Use "Snapshots grabbed by myname" instead of "Preview created by myname"   # Use "Snapshots grabbed by myname" instead of "Preview created by myname"
   signature=Snapshots grabbed by   signature=Snapshots grabbed by
- 
-===== List of options ===== 
  
 ===== List of options ===== ===== List of options =====
Line 64: Line 62:
 | ''timecode_from''    | ''$TC_INTERVAL'' | Selects between [[vcs:usage#capture_count_modes|number of captures or interval mode]] | Symbolic: ''$TC_INTERVAL'' => interval mode, ''$TC_NUMCAPS'' => number of captures mode | | ''timecode_from''    | ''$TC_INTERVAL'' | Selects between [[vcs:usage#capture_count_modes|number of captures or interval mode]] | Symbolic: ''$TC_INTERVAL'' => interval mode, ''$TC_NUMCAPS'' => number of captures mode |
 | ''extended_factor''  | ''0''  | Set the extended factor. | ''0'' disables extended mode.\\ See [[vcs:extended_mode]] | | ''extended_factor''  | ''0''  | Set the extended factor. | ''0'' disables extended mode.\\ See [[vcs:extended_mode]] |
-^ Colours ((See ''$ convert -list color'')) ^^^^^+| ''disable_shadows''  | ''0''  | Disables drop shadows when ''1''. | Equivalent command-line argument ''-ds''. | 
 +| ''disable_timestamps''  | ''0''  | Disables timestamps on captures when ''1''. | Equivalent command-line argument ''-dt''. | 
 +^ Colours ((See ''$ convert -list color'')) ^^^^
 | ''bg_heading''       | ''#afcd7a'' ((#afcd7a=RGB(175,205,122) ))((Up to 1.11 was ''YellowGreen'')) | Background for meta info (size, codec...) | | | ''bg_heading''       | ''#afcd7a'' ((#afcd7a=RGB(175,205,122) ))((Up to 1.11 was ''YellowGreen'')) | Background for meta info (size, codec...) | |
 | ''bg_sign''          | ''SlateGray'' | Background for signature              | | | ''bg_sign''          | ''SlateGray'' | Background for signature              | |
Line 70: Line 70:
 | ''bg_contact''       | ''White''     | Background for the captures           | | | ''bg_contact''       | ''White''     | Background for the captures           | |
 | ''bg_tstamps''       | ''#000000aa'' | Background for the timestamps box     | | | ''bg_tstamps''       | ''#000000aa'' | Background for the timestamps box     | |
 +| ''bg_all''           | | Sets the value of all ''bg_'' variables at once | Since 1.12.2 |
 | ''fg_heading''       | ''Black''     | Font colour for meta info box         | | | ''fg_heading''       | ''Black''     | Font colour for meta info box         | |
 | ''fg_sign''          | ''Black''     | Font colour for signature             | | | ''fg_sign''          | ''Black''     | Font colour for signature             | |
 | ''fg_tstamps''       | ''White''     | Font colour for timestamps            | | | ''fg_tstamps''       | ''White''     | Font colour for timestamps            | |
 | ''fg_title''         | ''Black''     | Font colour for the title             | | | ''fg_title''         | ''Black''     | Font colour for the title             | |
 +| ''fg_all''           | | Sets the value of all ''fg_'' variables at once | Since 1.12.2 |
 ^ Fonts ((See ''$ convert -list font'')) ^^^^ ^ Fonts ((See ''$ convert -list font'')) ^^^^
 | ''font_tstamps''     | ''DejaVu-Sans-Book'' ((Up to 1.11 was picked by ImageMagick))  | Used for timestamps over the thumbnails | | | ''font_tstamps''     | ''DejaVu-Sans-Book'' ((Up to 1.11 was picked by ImageMagick))  | Used for timestamps over the thumbnails | |
Line 79: Line 81:
 | ''font_sign''        | ''DejaVu-Sans-Book'' ((Up to 1.11 was ''helvetica'')) | Used for the signature box              | | | ''font_sign''        | ''DejaVu-Sans-Book'' ((Up to 1.11 was ''helvetica'')) | Used for the signature box              | |
 | ''font_title''       | ''DejaVu-Sans-Book'' ((Up to 1.11 was ''helvetica'')) | Used for the title (see ''-T''        | | | ''font_title''       | ''DejaVu-Sans-Book'' ((Up to 1.11 was ''helvetica'')) | Used for the title (see ''-T''        | |
 +| ''font_all''         | | Sets the value of all ''font_'' variables at once (''font_heading'', ''font_sign'', ''font_title'' and ''font_tstamps'') | Since 1.12.2 |
 | ''nonlatin_font''    | (detected) | Font used for non-latin filenames. | See ''$font_filename'' and ''-I''. Tries to pick automatically, can be set manually with -I. Used to be ''FONT_MINCHO'' | | ''nonlatin_font''    | (detected) | Font used for non-latin filenames. | See ''$font_filename'' and ''-I''. Tries to pick automatically, can be set manually with -I. Used to be ''FONT_MINCHO'' |
 +| ''nonlatin_filenames'' | 0 | Control the font used to print the filename in the sheet header | Since 1.12.2. \\ 0: Use standard font (default) \\ 1: Use ''nonlatin_font'' |
 ^ Font sizes ((Specified in points)) ^^^^ ^ Font sizes ((Specified in points)) ^^^^
 | ''pts_tstamps''      | ''14'' ((Up to 1.11 was ''18'')) | Used for the timestamps         | Integer. This value is reduced for smaller captures | | ''pts_tstamps''      | ''14'' ((Up to 1.11 was ''18'')) | Used for the timestamps         | Integer. This value is reduced for smaller captures |
Line 92: Line 96:
 | ''safe_rename_pattern'' | ''%b-%N.%e'' | Pattern used for output files to avoid overwriting existing files. | ''%b'': Basename \\ ''%N'': Incremental number \\ ''%e'': extension \\ Scheduled for removal in 1.13 | | ''safe_rename_pattern'' | ''%b-%N.%e'' | Pattern used for output files to avoid overwriting existing files. | ''%b'': Basename \\ ''%N'': Incremental number \\ ''%e'': extension \\ Scheduled for removal in 1.13 |
 | ''verbosity''        | ''$V_ALL'' | Verbosity level | Available: ''$V_ALL'', ''$V_NONE'', ''$V_ERROR'', ''$V_WARN'', ''$V_INFO'' \\ See also ''[[vcs:cli_options#quiet|--quiet]]'' | | ''verbosity''        | ''$V_ALL'' | Verbosity level | Available: ''$V_ALL'', ''$V_NONE'', ''$V_ERROR'', ''$V_WARN'', ''$V_INFO'' \\ See also ''[[vcs:cli_options#quiet|--quiet]]'' |
-| ''plain_messages'' | ''0'' | Controls colour output ((**From 1.11**: Also the alternative prefixes when no colour is available)) to console. | Set to ''1'' to disable colour |+| ''simple_feedback'' | ''0'' | Controls colour output ((**From 1.11**: Also the alternative prefixes when no colour is available)) to console. | Set to ''1'' to disable colour |
 | ''stdout''  | ''/dev/null'' | Standard output of decoder is sent here | | | ''stdout''  | ''/dev/null'' | Standard output of decoder is sent here | |
 | ''stderr''  | ''/dev/null'' | Standard error of decoder is sent here | | | ''stderr''  | ''/dev/null'' | Standard error of decoder is sent here | |
  
All dates/times in this page are UTC.
  • vcs/docs/conf_files.txt
  • Last modified: 2016/04/17 23:28
  • by Toni Corvera