vcs

This is the tasklist for Video Contact Sheet *NIX

Although I use it mainly as a TO-DO list, feel free to fill any bug-reports or feature requests you might have.

Homepage: https://p.outlyer.net/vcs/
Documentation: https://p.outlyer.net/vcs/docs

ID Task Type Severity Summary Status Progress Due In Version  asc
 119 TO-DOLow Switch default font Closed
100%
1.11 Task Description

Newer IM appears to use recognise system fonts by default. Using some common-place good looking font like DejaVu would be preferable.

It’s supposed to fail silently, at least accordingly to http://www.imagemagick.org/Usage/#fonts but on my system it prints an error. Probably not worth supressing

 127 TO-DOLow Allow overriding default number of captures Closed
100%
1.11 Task Description

No need for description

 128 TO-DOLow Allow overriding default interval Closed
100%
1.11 Task Description

No need for description

 23 Feature RequestVery Low Make FFmpeg optional Closed
100%
1.11 Task Description

.

 44 Feature RequestVery Low Optionally disable fancyness of contact sheet Closed
100%
1.11 Task Description

Originally requested by Daniel

 46 Feature RequestVery Low Optionally disable padding Closed
100%
1.11 Task Description

Originally requested by Daniel

 51 Feature RequestVery Low Allow manually setting padding Closed
100%
1.11 Task Description

No need for description

 105 Feature RequestVery Low Allow overriding default height Closed
100%
1.11 Task Description

No need for description

 129 Bug ReportMedium Warn about renamed overrides Closed
100%
1.11.1 Task Description

Some override-able variables were renamed silently in 1.11

DEFAULT_COLS ⇒ cols
DEFAULT_INTERVAL ⇒ interval
DEFAULT_NUMCAPS ⇒ numcaps

 94 Feature RequestLow Package in RPM Closed
100%
1.11.1 Task Description

No need for description

 130 TO-DOLow Provide Arch package Closed
100%
1.11.1 Task Description

No need for description

 131 Bug ReportVery Low ImageMagick version check uses GNU regex Closed
100%
1.11.1 Task Description

The grep regex uses ‘\s’ which is Perl-style and not supported by all greps.

Use ‘:space:’ or similar.

Low severity since vcs works with the failed check.

 135 Bug ReportHigh Pythagorean theorem uses gawk syntax Closed
100%
1.11.2 Task Description

pyth_th() uses **, accepted by gawk but not mawk

Also Ubuntu uses mawk by default.

 136 Bug ReportMedium Ubuntu doesn't register fonts with ImageMagick Closed
100%
1.11.2 Task Description

Symbolic font names don’t work since IM won’t know about TTF fonts.

Probably affects other systems too.

 132 Bug ReportLow Cleanup regression: empty temporary dir left behind Closed
100%
1.11.2 Task Description

Safe length measuring creates extra temporary directories that aren’t removed properly

 49 Bug ReportMedium Setting font too big cuts text of meta-information and  ...Closed
100%
1.12 Task Description

Originally reported by Dougn Redhammer

 149 Bug ReportMedium Check configuration values for correctness Closed
100%
1.12 Task Description

No need for description

 120 TO-DOLow Override-able variables cleanup: New names Closed
100%
1.12 Task Description

Introduce new names in 1.12 (this)

Remove old names in 1.13 or 1.14 (FS#151)

 121 TO-DOLow Keep track of user's values for variables Closed
100%
1.12 Task Description

Doing this better will remove from of the duplication with overrides, specially on the filename font/non-latin stuff

 138 Feature RequestLow Interval in configuration file doesn't allow time synta ...Closed
100%
1.12 Task Description

i.e.

interval=5m
 141 TO-DOLow Change end_offset behaviour Closed
100%
1.12 Task Description

End offset will be set to a small percentage of the length (5.5%? –5m for 90m–), applicable always by default, instead of a fixed value

 142 TO-DOLow Ignore MIN_LENGTH_FOR_END_OFFSET Closed
100%
1.12 Task Description

MIN_LENGTH_FOR_END_OFFSET was deprecated in 1.11 and will be ignored starting with 1.12.

The new behaviour is to apply by default a small end offset always, based on the video length. Users will be able to disable this with either -E0 or config option end_offset=0

 143 TO-DOLow Add new configuration locations Closed
100%
1.12 Task Description

With the introduction of profiles vcs will need directories to place them.

Using vcs-nix might be safer since vcs is too short and too meaningful (Version Control System) to hijack it safely.

Candidates:

  • Site-wide: /usr/share/vcs/profiles, /usr/local/share/vcs/profiles/
  • User-local: ~/.vcs/profiles/
 144 Bug ReportLow Allow configuration in dotdir Closed
100%
1.12 Task Description

With the introduction of ~/.vcs/ (or ~/.vcs-nix/) it makes sense moving local configurations there. The older ~/.vcs.conf will still be accepted.

Load order:

  1. /etc/vcs.conf
  2. ~/.vcs.conf
  3. ~/.vcs/vcs.conf
  4. ./vcs.conf
 145 TO-DOLow Remove "--shoehorn'", deprecate "-Z shoehorn" Closed
100%
1.12 Task Description

shoehorn is most probably no longer needed (or even working) with the complexity vcs has gained over time

 150 Feature RequestLow Provide sample configuration Closed
100%
1.12
 154 Bug ReportLow --nonlatin doesn't use the automatically selected font Closed
100%
1.12
 157 Feature RequestLow Make DVD command-line consistent with files command-lin ...Closed
100%
1.12
 81 Feature RequestVery Low Add profiles support Closed
100%
1.12
 140 TO-DOVery Low Release 1.12 Closed
100%
1.12
 146 TO-DOVery Low Remove "--mincho" Closed
100%
1.12
 148 Feature RequestVery Low Include generation of config/profile from the command-l ...Closed
100%
1.12
 160 Bug ReportCritical AWK getting comma-separated decimals Closed
100%
1.12.1
 161 TO-DOLow Release 1.12.1 Closed
100%
1.12.1
 167 Submitted PatchMedium Improper cleanup of tempdir Closed
100%
1.12.2
 156 Feature RequestLow Add font_all, bg_all and fg_all Closed
100%
1.12.2
 159 Feature RequestLow Add alternative for font_filename Closed
100%
1.12.2
 168 TO-DOLow Create basic manpage Closed
100%
1.12.2
 166 TO-DOVery Low Support WebM Closed
100%
1.12.2
 174 Bug ReportMedium Video length is checked against mplayer's identificatio ...Closed
100%
1.12.3
 122 TO-DOLow Avoid recapturing Closed
100%
1.12.3
 169 Bug ReportLow --ffmpeg and --mplayer documented but ignored Closed
100%
1.12.3
 173 TO-DOLow Switch to Bash 3 Closed
100%
1.12.3
 187 Bug ReportLow -U without argument fails Closed
100%
1.12.3
 189 Bug ReportHigh VCS is broken on FreeBSD (and Mac OS X) since 1.12.3 Closed
100%
1.13
 195 Bug ReportHigh Too short files might lead to infinte loop Closed
100%
1.13
 123 Feature RequestLow Avoid repeating captures in different sets Closed
100%
1.13
 158 TO-DOLow Complete manpage Closed
100%
1.13
 177 TO-DOLow Safe length feedback should print nicer timestamps Closed
100%
1.13
 188 TO-DOLow Blank frame evasion Closed
100%
1.13
Showing tasks 101 - 150 of 201 Page 3 of 5

Available keyboard shortcuts

Tasklist

Task Details

Task Editing