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  desc Due In Version
 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

 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 Task Description

So that the syntax and options are clearer.

 154 Bug ReportLow --nonlatin doesn't use the automatically selected font Closed
100%
1.12 Task Description

-I does use it

 156 Feature RequestLow Add font_all, bg_all and fg_all Closed
100%
1.12.2 Task Description

Configuration options that will trigger a change of all fonts, background and foreground settings respectively

 157 Feature RequestLow Make DVD command-line consistent with files command-lin ...Closed
100%
1.12 Task Description

Command-line arguments for DVD handling should be consistent with handling of video files, e.g.:

$ vcs --dvd --dvd-title 1 /dev/dvd

with dvd-title being optional, instead of

$ vcs --dvd /dev/dvd 1

 158 TO-DOLow Complete manpage Closed
100%
1.13 Task Description

Complete manpage.

 159 Feature RequestLow Add alternative for font_filename Closed
100%
1.12.2 Task Description

font_filename is ignored in 1.12

An alternative in the form of (boolean) nonlatin_filenames or similar should be added.

 161 TO-DOLow Release 1.12.1 Closed
100%
1.12.1 Task Description

This is a meta-item depending on bugs/features required to complete before releasing vcs 1.12.1

 165 TO-DOLow Release 1.12.2 Closed
100%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs/features required to complete before releasing vcs 1.12.2.

1.12.2 might be skipped and its items pushed back to 1.13.

 168 TO-DOLow Create basic manpage Closed
100%
1.12.2 Task Description

No need for description

 169 Bug ReportLow --ffmpeg and --mplayer documented but ignored Closed
100%
1.12.3 Task Description

No need for description

 173 TO-DOLow Switch to Bash 3 Closed
100%
1.12.3 Task Description

Bash 2 syntax has been the norm for most versions (although broken in some).

So far none of the major distributions is using bash 2, bash 4 is already gold but not widely-used enough.

Only a few special purpose/minimal distros like DSL retain bash 2.05b, but vcs requires recent versions of ImageMagick, Mplayer and FFmpeg anyway. I can’t see a reason to retain such backwards compatibility.

 177 TO-DOLow Safe length feedback should print nicer timestamps Closed
100%
1.13 Task Description

Safe length measuring, when probing the video length, prints only the number of seconds and milliseconds, it would be better to display a more readable format.

 187 Bug ReportLow -U without argument fails Closed
100%
1.12.3 Task Description

Parsing of the “-U” option (optional argument) is incorrect, it always receives an argument (empty if none provided) which must be shifted manually. Currently it’s only shifted if provided explicitly.

–fullname” is not affected since it doesn’t take any arguments.

 188 TO-DOLow Blank frame evasion Closed
100%
1.13 Task Description

As found in mtn.

Try to avoid capturing mostly-blank frames.

 198 Bug ReportLow Console isn't always correctly restored Closed
100%
1.13 Task Description

At least on some systems, the console/terminal needs a manual reset (or tset) to be usable after running vcs.

 199 Bug ReportLow Cached captures are filtered more than once Closed
100%
1.13 Task Description

When repeated captures are avoided, captures end up being filtered more than once

 218 TO-DOLow Release 1.13.1 Closed
100%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs/features required to complete before releasing vcs 1.14.

Previous:  FS#152 
Next:  FS#224 

 224 TO-DOLow Release 1.13.2 Closed
100%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs/features required to complete before releasing vcs 1.13.2

Previous:  FS#152   FS#218 
Next:  FS#250 

 247 TO-DOLow Add codec identification for H.265/HEVC Closed
100%
1.13.3
 250 TO-DOLow Release 1.13.3 Closed
100%
Meta: Release Cycle
 364 Bug ReportLow Evasion offsets aren't walked over in array Closed
100%
1.13.4
 365 Bug ReportLow File sizes are rounded Closed
100%
1.13.4
 366 TO-DOLow Release 1.13.4 Closed
100%
Meta: Release Cycle
 14 Feature RequestVery Low Support per-dir and system-wide config files Closed
100%
 15 Feature RequestVery Low Print all failed requirements Closed
100%
 18 Bug ReportVery Low Numcaps=0 should be rejected Closed
100%
 19 Feature RequestVery Low Allow highlighting individual captures Closed
100%
 20 Feature RequestVery Low Add extra set of smaller captures Closed
100%
 22 Feature RequestVery Low Discard mplayer as a capturer Closed
100%
 23 Feature RequestVery Low Make FFmpeg optional Closed
100%
1.11
 29 Feature RequestVery Low Support milliseconds in timestamp strings Closed
100%
 30 Feature RequestVery Low Allow disabling "created by..." line Closed
100%
 44 Feature RequestVery Low Optionally disable fancyness of contact sheet Closed
100%
1.11
 46 Feature RequestVery Low Optionally disable padding Closed
100%
1.11
 47 Feature RequestVery Low Allow disabling milliseconds in timestamps Closed
100%
 51 Feature RequestVery Low Allow manually setting padding Closed
100%
1.11
 70 Feature RequestVery Low Add JPEG2000 output Closed
100%
 81 Feature RequestVery Low Add profiles support Closed
100%
1.12
 82 Feature RequestVery Low Unify profiles and funky modes Closed
100%
?
 105 Feature RequestVery Low Allow overriding default height Closed
100%
1.11
 131 Bug ReportVery Low ImageMagick version check uses GNU regex Closed
100%
1.11.1
 140 TO-DOVery Low Release 1.12 Closed
100%
1.12
 146 TO-DOVery Low Remove "--mincho" Closed
100%
1.12
Showing tasks 101 - 150 of 201 Page 3 of 5

Available keyboard shortcuts

Tasklist

Task Details

Task Editing