====== Example configuration ====== Here are some examples, mimicking common set-ups for contact sheets. Copy them to ''~/.vcs.conf'' to make them default. \\ Since v1.12 configurations can be saved as profiles (see //[[vcs:docs:profiles]]//) and loaded with ''%%--%%profile''; or they can be loaded on demand by saving to some file and using ((When using this method, include ''# vcs:conf:'' at the start or end of the file)) ''%%--config%% file.cfg'' \\ Shown below is the default output compared to each configuration. FIXME More to come ===== All black ===== This is provided as the ''black'' profile with VCS. bg_contact=black bg_heading=black bg_sign=black fg_heading=white fg_sign=white {{:vcs:samples:bbb_excfgs_default.jpg?250|Default colours}} => {{:vcs:samples:bbb_excfgs_allblack.jpg?250|White on black}} ===== All white ===== This is provided as the ''white'' profile with VCS. bg_contact=white bg_heading=white bg_sign=white fg_heading=black fg_sign=black {{: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 disable_timestamps=1 disable_shadows=1 height=160 numcaps=20 timecode_from=$TC_NUMCAPS padding=0 columns=4 {{: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'')