Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
vcs:example_configs [2010/03/07 15:18] – created Toni Corveravcs:docs:example_configs [2016/04/17 23:28] – ↷ Page moved from dox:vcs:example_configs to vcs:docs:example_configs Toni Corvera
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 32: Line 36:
  
 {{:vcs:samples:bbb_excfgs_default.jpg?250|Default colours}} => {{:vcs:samples:bbb_excfgs_allwhite.jpg?250|Black on white}} {{:vcs:samples:bbb_excfgs_default.jpg?250|Default colours}} => {{:vcs:samples:bbb_excfgs_allwhite.jpg?250|Black on white}}
 +
 +===== Thumbnails, fixed number, semi-fixed size, no-fancyness =====
 +
 +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
 +
 +<code>
 +disable_timestamps=1
 +disable_shadows=1
 +height=160
 +numcaps=20
 +timecode_from=$TC_NUMCAPS
 +padding=0
 +columns=4
 +</code>
 +
 +{{:vcs:samples:bbb_excfgs_5x4_160px_default.jpg?250|Default + command-line}} => {{:vcs:samples:bbb_excfgs_5x4_160px_config.jpg?250|Config}}
 +
 +(Default sample extra arguments: ''-n20 -c4 -H160'')
  
All dates/times in this page are UTC.
  • vcs/docs/example_configs.txt
  • Last modified: 2016/04/17 23:28
  • by Toni Corvera