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  asc Status Progress Due In Version
 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

 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

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

No need for description

 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

 323 Bug ReportCritical Codec information is misaligned/cropped Closed
100%
1.13.3 Task Description

Originally reported by Markus and Wade

The codec information box gets cropped with current versions of ImageMagick.

 85 Bug ReportLow Colourised console output doesn't work on FreeBSD Closed
100%
1.11 Task Description

No need for description

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

No need for description

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

Complete manpage.

147Feature RequestMediumConfiguration options revampAssigned
90%
1.14 Task Description

The available configuration options need a serious review and renaming. Old names will be accepted with warnings for either two releases or six months.

Also, should provide a sample configuration file so that the syntax and options are clearer.

 27 Bug ReportLow Console colours are printed to the wrong channel Closed
100%
Task Description

.

 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.

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

No need for description

118Feature RequestLowCreate manpageDeferred
0%
Task Description

No need for description

 171 TO-DOVery Low Deprecate './vcs.conf' in favour of profiles Closed
100%
1.13 Task Description

The function that vcs.conf in current dir accomplished is covered by profiles. If wanted it can still be manually loaded with -C :pwd or -C vcs.conf

 22 Feature RequestVery Low Discard mplayer as a capturer Closed
100%
Task Description

.

172TO-DOVery LowDon't autoload './vcs.conf'Assigned
0%
1.14 Task Description

See  FS#171 

 55 Feature RequestLow Drop bc, replace with awk or perl Closed
100%
1.11 Task Description

Originally requested by Phil Grundig

 91 Feature RequestLow Drop GNU getopt Closed
0%
? Task Description

GNU getopt is quite a requirement for non-GNU userlands. If at all possible replace with something else.

 102 Feature RequestLow Drop sed -r/sed -E detection Closed
100%
1.11 Task Description

No need for description

 84 TO-DOLow Drop seq/jot Closed
100%
1.11 Task Description

Replace with pure bash or perl/awk

 68 Feature RequestLow DVD ISO support Closed
100%
1.11 Task Description

Originally requested by Peter Berends

1.0.8a did accept some ISOs with mplayer but not others

 67 Feature RequestLow DVD Support Closed
100%
1.11 Task Description

No need for description

126Feature RequestVery LowEdge detection / blur evasion (mtn feature)Deferred
0%
Task Description

Interesting feature, experimentally implemented in mtn

http://moviethumbnail.sourceforge.net/

See also FS#125

 364 Bug ReportLow Evasion offsets aren't walked over in array Closed
100%
1.13.4 Task Description

Submitted by Davide Cavestro

The array EVASION_ALTERNATIVES isn’t looped over correctly. Correction:

-		for delta in $EVASION_ALTERNATIVES ; do
+		for delta in ${EVASION_ALTERNATIVES[*]} ; do
 38 Bug ReportHigh Extended mode broken Closed
100%
Task Description

Originally reported by Aleksandar Urosevic.

Example provided:

$ vcs -n4 -e8 Some\ File.avi
Video Contact Sheet *NIX v1.0.8a, (c) 2007 Toni Corvera
Overridden variable 'user' from file /home/user/.vcs.conf
Processing Farce of the Penguins.avi...
Generating capture #1/4 (19:46.30)...
Generating capture #2/4 (39:32.61)...
Generating capture #3/4 (59:18.91)...
Generating capture #4/4 (1:19:05.22)...
Composing standard contact sheet...
/home/user/bin/vcs: line 1358: 2*: syntax error: operand expected (error token is "*")
/home/user/bin/vcs: line 855: [: -eq: unary operator expected
(standard_in) 2: parse error
Internal error
(standard_in) 2: parse error
Internal error
Composing extended contact sheet...
montage: missing an image filename `/dev/shm/vcs.ZM9017/vcs-CT9439.png'.
convert: missing an image filename `/dev/shm/vcs.ZM9017/vcs-CT9439.png'.
Merging contact sheets...
Adding header and footer...
Done. Output wrote to Some File.avi.png
Cleaning up...

Solution provided: Don’t unset $tcnumcaps before extended pass

 36 Bug ReportLow Extended mode uses global number of columns Closed
100%
 39 Bug ReportLow Extended mode uses global number of columns Closed
100%
 62 Bug ReportLow Extended-set captures don't align with standard set Closed
100%
 65 Bug ReportLow Extra padding added by IM to highlights Closed
100%
227TO-DOLowFailed blank frame evasion should go back to original t...Assigned
0%
1.14
 175 Bug ReportMedium Failure after a certain number of uses Closed
100%
109Bug ReportMediumFailure to capture with packed B-frames in AVIUnconfirmed
0%
 43 Bug ReportLow Failure to cleanup with multiple files leads to clash o ...Closed
100%
 76 Bug ReportHigh Failure while capturing last frame Closed
100%
1.11
 74 Feature RequestLow Fallback to ffmpeg if appropriate to better detect medi ...Closed
100%
178Submitted PatchLowffmpeg + piped mplayer dump can be used to identifyRequires testing
0%
1.14
53Bug ReportLowffmpeg doesn't accept file names with spacesUnconfirmed
0%
196TO-DOMediumffmpeg is deprecatedAssigned
0%
1.14
363Bug ReportLowFile names with '#' lead to errors when creating versio...Assigned
0%
1.14
 365 Bug ReportLow File sizes are rounded Closed
100%
1.13.4
 100 Bug ReportLow File's own aspect ratio is ignored Closed
100%
1.11
 33 Bug ReportLow Filenames in non-latin scripts get printed incorrectly Closed
100%
1.11
194Feature RequestMediumFiles incorrectly reporting "too short" length aren't d...Researching
0%
?
 176 TO-DOVery Low Filmstrip not realistic Closed
100%
1.13
 9 Bug ReportHigh Full path is printed in heading Closed
100%
93Bug ReportVery Lowgrep -o is not portableAssigned
0%
1.14
 16 Bug ReportLow Handle interval longer than video Closed
100%
137Bug ReportMediumHang with RM filesUnconfirmed
0%
101Bug ReportLowHeading bleeds into left side of contact sheet when tit...Deferred
0%
 77 Feature RequestLow Honor system fonts Closed
100%
Showing tasks 51 - 100 of 201 Page 2 of 5

Available keyboard shortcuts

Tasklist

Task Details

Task Editing