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
Last revisionBoth sides next revision
vcs [2016/04/22 21:48] – [ChangeLog] Corrected typo Toni Corveravcs [2024/04/05 17:35] – [Similar tools] Add GUI by tudo75 Toni Corvera
Line 5: Line 5:
 ===== Details ===== ===== Details =====
  
-  * Current version: 1.13.2, released on May 18th 2014. [[blog>2014-05-18:vcs-1_13_2-released/|Announcement post]].\\ Download:  +  * Current version: 1.13.4, released on November 26th 2019. [[blog>2019-11-26:vcs-1-13-4-released/|Announcement post]].\\ Download:  
-    * Script only: [ [[/vcs/files/vcs-1.13.2.bash|plain text]] ] [ [[/vcs/files/vcs-1.13.2.gz|gz]] ] [ [[/vcs/files/vcs-1.13.2.bz2|bz2]] ] +    * Script only: [ [[p>/vcs/files/vcs-1.13.4.bash|plain text]] ] [ [[p>/vcs/files/vcs-1.13.4.gz|gz]] ] [ [[p>/vcs/files/vcs-1.13.4.xz|xz]] ] 
-    * Packages: Script and extra files (sample profiles and configuration): [ [[/vcs/files/vcs-1.13.2.tar.gz|Tarball]] ] [ [[/vcs/files/vcs_1.13.2-pon.1_all.deb|deb (all arches)]] ] [ [[/vcs/files/vcs-1.13.2-pon1.suse.noarch.rpm|rpm (Suse, all arches)]] ] [ [[/vcs/files/vcs-1.13.1-pon1.fc19.noarch.rpm|rpm (Fedora, all arches)]] ] [ [[/vcs/files/vcs-1.13.2-pon1.fc19.src.rpm|srpm]] ] [ [[/vcs/files/PKGBUILD|Arch Linux PKGBUILD]] ] +    * Packages: Script and extra files (sample profiles and configuration): [ [[p>/vcs/files/vcs-1.13.4.tar.gz|Tarball]] ] [ [[p>/vcs/files/vcs_1.13.4-pon.1_all.deb|deb (all arches)]] ] [ [[p>/vcs/files/vcs-1.13.4-pon1.generic.noarch.rpm|rpm (generic, all arches)]] ] [ [[p>/vcs/files/vcs-1.13.4-pon1.generic.src.rpm |srpm]] ] [ [[p>/vcs/files/PKGBUILD|Arch Linux PKGBUILD]] ] 
-    * Debian repository: [[https://packages.outlyer.net/|packages.outlyer.net]]+    * Debian repository: [[http://packages.outlyer.net/|packages.outlyer.net]]
   * Status: Stable (some bugs granted of course) on both Linux and FreeBSD.\\  Believed to work on other UNIX-like systems but untested.   * Status: Stable (some bugs granted of course) on both Linux and FreeBSD.\\  Believed to work on other UNIX-like systems but untested.
   * Released under the terms of the [[http://www.gnu.org/copyleft/lesser.html|GNU LGPL]].   * Released under the terms of the [[http://www.gnu.org/copyleft/lesser.html|GNU LGPL]].
Line 16: Line 16:
   * Any contribution, suggestion or bug report is welcome.   * Any contribution, suggestion or bug report is welcome.
  
-===== Updates / WiP =====+===== Links ===== 
 + 
 +  * Updates are posted at my main site, see http://outlyer.net/etiq/projects/vcs/ 
 +  * Subversion repository https://svn.outlyer.net/svn/pub/video-contact-sheet/. [[https://svn.outlyer.net/websvn/wsvn/pub/video-contact-sheet/|Web interface]] 
 +  * Bugtracker https://b.outlyer.net/vcs/ 
 + 
 +==== Downstream packages ==== 
 + 
 +Besides the packages provided above, ''vcs'' can be found packaged by other users at the following //standard// repositories. 
 +\\ 
 +I don't take part in creating these packages and can't confirm they work as expected. 
 + 
 +=== Archlinux's AUR === 
 + 
 +https://aur.archlinux.org/packages/video-contact-sheet/ 
 + 
 +''$ git clone <nowiki>https://aur.archlinux.org/video-contact-sheet.git</nowiki>'' 
 +\\ 
 +''$ cd video-contact-sheet'' 
 +\\ 
 +''$ makepkg -si'' 
 + 
 +=== MacOS Brew === 
 + 
 +https://formulae.brew.sh/formula/vcs 
 + 
 +''$ brew install vcs'' 
  
-Updates are posted at my main site, see http://outlyer.net/etiq/projects/vcs/. 
  
 ===== Description ===== ===== Description =====
Line 35: Line 61:
 ===== Default behaviour ===== ===== Default behaviour =====
  
-By using configuration files and/or command line options the default behaviour can be tweaked to your needs, this are the defaults, followed by a link with the explanation on how to change it:+By using configuration files and/or command line options the default behaviour can be tweaked to your needs, these are the defaults, followed by a link with the explanation on how to change it:
  
   * Captures are made every 5 minutes. See //[[vcs:docs:usage]]//.   * Captures are made every 5 minutes. See //[[vcs:docs:usage]]//.
Line 72: Line 98:
 See [[bts>roadmap/vcs|roadmap]]. See [[bts>roadmap/vcs|roadmap]].
  
-===== Similar tools =====+===== Related or similar tools ===== 
 + 
 +[[https://github.com/FreeApophis/vcs.rb|VCS Ruby rewrite by Thomas]]: Reuses part of VCS' code to produce the same style of contact sheets. 
 + 
 +[[https://github.com/tudo75/vcs-creator|vcs-creator by tudo75]]: Small gui for VCS
  
 Other similar tools available for POSIX/UNIX-like systems: Other similar tools available for POSIX/UNIX-like systems:
Line 83: Line 113:
  
 These are the changes of some interest to end users, since the last full version.\\ These are the changes of some interest to end users, since the last full version.\\
-Additionally [[vcs:docs:changelog|a selection of changes for all versions]] and the [[/vcs/files/CHANGELOG|full changelog]] ([[/vcs/files/CHANGELOG.gz|gzipped version]]) are available. (Contributors are listed there too.) +Additionally [[vcs:docs:changelog|a selection of changes for all versions]] and the [[p>/vcs/files/CHANGELOG|full changelog]] ([[p>/vcs/files/CHANGELOG.gz|gzipped version]]) are available. (Contributors are listed there too.)  
 + 
 +==== 1.13.4 (Published November 26th 2019) ==== 
 + 
 +  * Fix number of columns being ignored in Bash 5.0 
 +  * Fix wrong file sizes being displayed when using mawk 
 +  * Fix alternative blank frame evasion offsets being ignored 
 + 
 +[[blog>2019-11-26:vcs-1-13-4-released/|Announcement post]] 
 + 
 +==== 1.13.3 (Published May 26th 2017) ==== 
 + 
 +  * Correct header rendering in newer versions of ImageMagick 
 +  * Other fixes (see [[p>/vcs/files/CHANGELOG|changelog]]) 
 + 
 +[[blog>2017-05-26:vcs-1-13-3-released/|Announcement post]]
  
 ==== 1.13.2 (Published May 18th 2014) ==== ==== 1.13.2 (Published May 18th 2014) ====
Line 108: Line 153:
  
 ---- ----
-<html><address style="font-size:small;text-align:right;font-style:italic"></html>© 2007, 2008, 2009, 2010, 2011, 2013, 2014 Toni Corvera <outlyer at gmail.com><html></address></html>+<html><address style="font-size:small;text-align:right;font-style:italic"></html>© 2007, 2008, 2009, 2010, 2011, 2013, 2014, 2017, 2018, 2019 Toni Corvera <outlyer at gmail.com><html></address></html>
All dates/times in this page are UTC.
  • vcs.txt
  • Last modified: 2024/04/26 01:31
  • by Toni Corvera