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 revision Both sides next revision
vcs:docs:example_configs [2010/03/07 18:31]
Toni Corvera Added thumbnails sample
vcs:docs:example_configs [2016/04/16 17:24]
Toni Corvera ↷ Links adapted because of a move operation
Line 3: Line 3:
 Here are some examples, mimicking common set-ups for contact sheets. Copy them to ''​~/​.vcs.conf''​ to make them default. Here are some examples, mimicking common set-ups for contact sheets. Copy them to ''​~/​.vcs.conf''​ to make them default.
 \\ \\
-In the future you'll be able to pick from different configurations easilyright now you'll have to keep different ​''​vcs.conf'' ​files in different directories to use more than one configuration.+Since v1.12 configurations can be saved as profiles (see //​[[dox:​vcs:​profiles]]//​) and loaded with ''​%%--%%profile'​'; or they can be loaded on demand by saving ​to some file and using ((When using this methodinclude ​''​vcs:conf:'' ​at the start or end of the file)) ''​%%--config%% file.cfg''​
 \\ \\
 Shown below is the default output compared to each configuration. Shown below is the default output compared to each configuration.
Line 10: Line 10:
  
 ===== All black ===== ===== All black =====
 +
 +This is provided as the ''​black''​ profile with VCS.
  
 <​code>​ <​code>​
Line 22: Line 24:
  
 ===== All white ===== ===== All white =====
 +
 +This is provided as the ''​white''​ profile with VCS.
  
 <​code>​ <​code>​
Line 35: Line 39:
 ===== Thumbnails, fixed number, semi-fixed size, no-fancyness ===== ===== Thumbnails, fixed number, semi-fixed size, no-fancyness =====
  
-**This will only be possible after vcs 1.11 is released**+This is provided as the ''​mosaic''​ profile with VCS.
  
 This configuration produces output closer to many video thumbnailers:​ small captures, closer together and a fixed grid of 5x4 captures This configuration produces output closer to many video thumbnailers:​ small captures, closer together and a fixed grid of 5x4 captures
  
 <​code>​ <​code>​
-DISABLE_TIMESTAMPS=1 +disable_timestamps=1 
-DISABLE_SHADOWS=1 +disable_shadows=1 
-th_height=160+height=160
 numcaps=20 numcaps=20
 timecode_from=$TC_NUMCAPS timecode_from=$TC_NUMCAPS
-HPAD=0 +padding=0 
-cols=4+columns=4
 </​code>​ </​code>​
  
All dates/times in this page are UTC.