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  asc Severity Summary Status Progress Due In Version
5Bug ReportMediumMeta-information gets overlapped with small contact she...Assigned
0%
Task Description

When the resulting contact sheet is too thin, the meta-information header is cramped and fields overlap.

32Bug ReportHighvcs gets stuck on first capture (or during probe)Researching
0%
Task Description

Fails on some files (gets stuck forever while capturing the first frame).

Happens often with Matroska. 1.0.7a introduced a workaround (-Wo) with ffmpeg’s argument order that worked with other file types.

53Bug ReportLowffmpeg doesn't accept file names with spacesUnconfirmed
0%
Task Description

Originally reported by Phil Grundig

Version of ffmpeg: ffmpeg (CVS-060515)

54Bug ReportLowminutes printed as hours with mplayerUnconfirmed
0%
Task Description

Originally reported by Phil Grundig

Version of mplayer: mplayer (1.0pre8cvs)

93Bug ReportVery Lowgrep -o is not portableAssigned
0%
1.14 Task Description

-o is a GNU extension, supported in Linux and FreeBSD

Unsupported in SunOS, OpenBSD?

95Bug ReportLowRunning vcs from find fails on WMVs. They work directly...Unconfirmed
0%
Task Description

Originally reported by Tomasz Strózik

Example given:

$ find $DIR \(-name "*.avi" -o -name "*.wmv" -o -name "*.mpg" -o -name "*.mp4" \) -exec vcs -dt -ds -n 12 -c2 -H 200 --jpeg --quiet {} \;

Works on avi, mpg and mp4 but fails on wmv with
Failed to capture frame (at second xxx.000)

Processing the same file directly works:

$ vcs -dt -ds -n 12 -c2 -H 200 --jpeg --quiet File.wmv
101Bug ReportLowHeading bleeds into left side of contact sheet when tit...Deferred
0%
Task Description

No need for description

109Bug ReportMediumFailure to capture with packed B-frames in AVIUnconfirmed
0%
Task Description

Originally reported by Dougn Redhammer

137Bug ReportMediumHang with RM filesUnconfirmed
0%
Task Description

Original report by Dougn Redhammer

vcs hangs with some RM files.

Tracing shows it gets stuck in mplayer_identify.

MPlayer can play the files fine from the terminal. Although it exits with «MPlayer interrupted by signal 11 in module: uninit_vcodec».

I can reproduce the abrupt termination, it happens when using Real’s native decoder (w64codecs, /usr/lib/codecs/drvc.so). Using FFMpeg’s decoder (MPlayer’s -vc ffrv30) MPlayer exits normally.

I can’t reproduce the hang either way.

155Bug ReportLowColourised messages are printed before colour disabling...Assigned
0%
Task Description

No need for description

164Bug ReportVery LowImplement instrumentationAssigned
0%
? Task Description

No need for description

363Bug ReportLowFile names with '#' lead to errors when creating versio...Assigned
0%
1.14 Task Description

I.e. create file sample#.avi

Run vcs on sample#.avi -> sample#.avi.png is created.
Run vcs again. sample#.avi-1.png should be created, but sed generates an error.

378Bug ReportMediumBlank frame evasion produces error on latest ImageMagic...Assigned
0%
1.14 Task Description

Reported by Paul:

Hey,
I'm using VCS via Homebrew Install (https://formulae.brew.sh/formula/vcs#default) and since the last update of imagemagick (?) I get dozens of error messages:
convert: Expected operator at '.mean*100' @ error/fx.c/GetOperator/2408

Confirmed to happen on ImageMagick 7.1 on Linux, the contact sheet is generated but blank frame evasion is skipped

382Bug ReportMediumLook into detecting or setting manually GNU getoptAssigned
0%
? Task Description

Reported by KW in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-51875

With the new script I'm getting issues the following error:
No compatible version of getopt in path, can't continue.
Enhanced getopt (i.e. GNU getopt) is required

Added by Darko in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-52719

The homebrew's version of vcs has this at line 186:
declare GETOPT=/opt/homebrew/opt/gnu-getopt/bin/getopt
While Toni's just uses whatever is on path:
declare GETOPT=getopt
… which on macOS is non-gnu version of getopt.

Added by X in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-53401

The issue is on line 186. Brew version has this:
declare GETOPT=/usr/local/opt/gnu-getopt/bin/getopt
The trunk version has:
declare GETOPT=getopt
When I backport the most important change you did in the trunk version ('`fx:image.mean` > `fx:mean`') then indeed the error messages on '.mean*100' are gone.
 2 Bug ReportMedium Timestamps are allowed to be repeated Closed
100%
Task Description

.

 7 Bug ReportLow Broken program signature Closed
100%
Task Description

.

 8 Bug ReportLow Temporary files are not removed when interrupted Closed
100%
Task Description

E.g. with CTRL+C

 9 Bug ReportHigh Full path is printed in heading Closed
100%
Task Description

Only basename should be printed instead.

 10 Bug ReportLow Incorrect number of captures printed to console Closed
100%
Task Description

The count is often off by one.

 12 Bug ReportLow Temporary files are put in $PWD, vfs might fail. Closed
100%
Task Description

Might fail with virtual file systems, like sshfs, which don’t implement certain features (like links)

 13 Bug ReportMedium Incorrect error checking of temporary directory creatio ...Closed
100%
Task Description

.

 16 Bug ReportLow Handle interval longer than video Closed
100%
Task Description

.

 18 Bug ReportVery Low Numcaps=0 should be rejected Closed
100%
Task Description

-n 0, –numcaps 0

 24 Bug ReportCritical tempfile is not portable Closed
100%
Task Description

Use mktemp instead.

Originally reported by “o kapi”

 25 Bug ReportLow Safe renaming assumes current dir Closed
100%
Task Description

safe_rename() (incorrectly) strips path from the output file

 26 Bug ReportMedium Safe renaming's mv requires "--" to be safe Closed
100%
 27 Bug ReportLow Console colours are printed to the wrong channel Closed
100%
 28 Bug ReportLow Timestamps regex is too loose Closed
100%
 31 Bug ReportLow Requested colours are not used Closed
100%
 33 Bug ReportLow Filenames in non-latin scripts get printed incorrectly Closed
100%
1.11
 34 Bug ReportLow Right side of header ignores user-set colour Closed
100%
 35 Bug ReportLow -c gets ignored when not combined with -n Closed
100%
 36 Bug ReportLow Extended mode uses global number of columns Closed
100%
 37 Bug ReportLow Aspect ratio guessing fails if height is non-standard Closed
100%
 38 Bug ReportHigh Extended mode broken Closed
100%
 39 Bug ReportLow Extended mode uses global number of columns Closed
100%
 42 Bug ReportLow Wrong captures count with multiple files Closed
100%
 43 Bug ReportLow Failure to cleanup with multiple files leads to clash o ...Closed
100%
 49 Bug ReportMedium Setting font too big cuts text of meta-information and  ...Closed
100%
1.12
 57 Bug ReportLow With mplayer as capturer milliseconds are meaningless Closed
100%
 58 Bug ReportLow Syntax not compatible with older bash Closed
100%
1.11
 59 Bug ReportLow Mplayer seems to fail on MPEG or WMV9 Closed
100%
 61 Bug ReportHigh Misspelled variable name breaks mode selection override Closed
100%
 62 Bug ReportLow Extended-set captures don't align with standard set Closed
100%
 63 Bug ReportLow Incorrect 0ms timestamps Closed
100%
 64 Bug ReportLow Incorrect count of captures in manual-only mode Closed
100%
 65 Bug ReportLow Extra padding added by IM to highlights Closed
100%
 66 Bug ReportLow Timestamps parsing multiplies seconds when no 's' is us ...Closed
100%
 72 Bug ReportLow Missing space after "Filename:" label Closed
100%
 73 Bug ReportLow Polaroid mode overlaps all images on the same position Closed
100%
Showing tasks 1 - 50 of 201 Page 1 of 5

Available keyboard shortcuts

Tasklist

Task Details

Task Editing