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
vcs:usage [2010/03/01 18:57] – +Adding a title section Toni Corveravcs:docs:usage [2016/04/17 23:28] (current) – ↷ Links adapted because of a move operation Toni Corvera
Line 14: Line 14:
   * Output will be PNG format and named like the input file (extension included) plus ''.png'' (e.g. ''$ vcs "some file.avi"'' will produce //''some file.avi.png''//)   * Output will be PNG format and named like the input file (extension included) plus ''.png'' (e.g. ''$ vcs "some file.avi"'' will produce //''some file.avi.png''//)
   * ''vcs'' won't //ever// overwrite files (unless a bug slips). If the output file exists it will add a numbered suffix before the extension, so if ''output.png'' exists it will create ''output.avi-1.png'' (or ''output.avi-2.png'', ''output.avi-3.png'' and so on)   * ''vcs'' won't //ever// overwrite files (unless a bug slips). If the output file exists it will add a numbered suffix before the extension, so if ''output.png'' exists it will create ''output.avi-1.png'' (or ''output.avi-2.png'', ''output.avi-3.png'' and so on)
-  * The default colourscheme uses a [[http://www.w3schools.com/tags/ref_color_tryit.asp?color=YellowGreen|YellowGreen]] (<html><span style="background:YellowGreen">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></html>heading and a [[http://www.w3schools.com/tags/ref_color_tryit.asp?color=SlateGray|SlateGray]] (<html><span style="background:SlateGray">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></html>) footer +  * The default colourscheme uses a RGB(175,205,122) (<html><span style="background:#afcd7a;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></html>) and a [[http://www.w3schools.com/tags/ref_color_tryit.asp?color=SlateGray|SlateGray]] (<html><span style="background:SlateGray">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></html>) footer 
-    * ''vcs'' 1.11 changes the default heading colour to RGB(175,205,122) (<html><span style="background:#afcd7a;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></html>)+    * ''vcs'' below 1.11 used a [[http://www.w3schools.com/tags/ref_color_tryit.asp?color=YellowGreen|YellowGreen]] (<html><span style="background:YellowGreen">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></html>heading
     * ''vcs'' below 1.0.3a used a [[http://www.w3schools.com/tags/ref_color_tryit.asp?color=SandyBrown|SandyBrown]] (<html><span style="background:SandyBrown">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></html>) footer     * ''vcs'' below 1.0.3a used a [[http://www.w3schools.com/tags/ref_color_tryit.asp?color=SandyBrown|SandyBrown]] (<html><span style="background:SandyBrown">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></html>) footer
  
Line 24: Line 24:
 The fixed number mode is aesthetically preferable because it can always fill the contact sheets, while the interval mode might leave some empty spaces. The fixed number mode is aesthetically preferable because it can always fill the contact sheets, while the interval mode might leave some empty spaces.
  
-Intervals can be specified in number of ways, see [[vcs:time_syntax|Time/Interval syntax]] for details. To take a capture every minute you could use ''$ vcs -i 1m file.avi''. ''vcs'' will show how many captures will make in total while working, e.g.:+Intervals can be specified in number of ways, see [[vcs:docs:time_syntax|Time/Interval syntax]] for details. To take a capture every minute you could use ''$ vcs -i 1m file.avi''. ''vcs'' will show how many captures will make in total while working, e.g.:
  
 <code> <code>
Line 52: Line 52:
 The size of the full contact sheet can't be directly controlled. The size of the full contact sheet can't be directly controlled.
  
-To set the capture height use the ''-H'' (''%%--%%height'') option followed by the height in pixels.+To set the capture height use the ''-H'' (''%%--%%height'') option followed by the height in pixels or a percentage (with a percentage, height will be computed from the source height).
  
 To set the aspect ratio use the ''-a'' (''%%--%%aspect'') option followed by the aspect ratio either as a (floating point) number or a fraction (both 1.33 and 4/3 are valid formats). To set the aspect ratio use the ''-a'' (''%%--%%aspect'') option followed by the aspect ratio either as a (floating point) number or a fraction (both 1.33 and 4/3 are valid formats).
Line 89: Line 89:
  
  
-See also [[vcs:sections]].+See also [[vcs:docs:sections]].
  
 ===== Changing colourscheme ===== ===== Changing colourscheme =====
  
-See [[vcs:colours]] for details.+See [[vcs:docs:colours]] for details.
All dates/times in this page are UTC.
  • vcs/docs/usage.1267469835.txt.gz
  • Last modified: 2010/03/01 18:57
  • by Toni Corvera