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
 39 Bug ReportLow Extended mode uses global number of columns Closed
100%
Task Description

No need for description

 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

 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
 67 Feature RequestLow DVD Support Closed
100%
1.11 Task Description

No need for description

 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

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

Replace with pure bash or perl/awk

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

No need for description

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

Originally requested by Phil Grundig

 22 Feature RequestVery Low Discard mplayer as a capturer Closed
100%
Task 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

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

No need for 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.

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

.

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

Complete manpage.

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

No need for description

 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.

 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

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

No need for description

 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

 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

 7 Bug ReportLow Broken program signature Closed
100%
Task Description

.

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

As found in mtn.

Try to avoid capturing mostly-blank frames.

 88 Bug ReportLow bash might not be in /bin Closed
100%
Task Description

No need for description

 160 Bug ReportCritical AWK getting comma-separated decimals Closed
100%
1.12.1 Task Description

Original report by ya at:

Video Contact Sheet *NIX v1.12, (c) 2007-2010 Toni Corvera
Processing <FILE>...
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                 ^ syntax error
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                                           ^ syntax error
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                                                      ^ syntax error
awk: BEGIN { printf "%.20f", ((4993,00000000000000000000 - 4993.92))+0 }
awk:                                                               ^ syntax error
awk: BEGIN { printf "%.20f", ((4993,00000000000000000000 - 4993.92))+0 }
awk:                                                                ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:              ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                       ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                 ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                       ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                                       ^ syntax error
...
 123 Feature RequestLow Avoid repeating captures in different sets Closed
100%
1.13 Task Description

Currently the extended set always contains the standard captures. It might be nice to add some time-shift to them so that they’re different.

See also  FS#122 

 122 TO-DOLow Avoid recapturing Closed
100%
1.12.3
 37 Bug ReportLow Aspect ratio guessing fails if height is non-standard Closed
100%
 219 Submitted PatchMedium Arch PKGBUILD outdated Closed
100%
1.13.1
 3 Feature RequestMedium Allow setting output filename Closed
100%
1.11
 17 Feature RequestLow Allow quiet operation Closed
100%
 108 Feature RequestLow Allow overriding DISABLE_SHADOWS and DISABLE_TIMESTAMPS Closed
100%
 127 TO-DOLow Allow overriding default number of captures Closed
100%
1.11
 128 TO-DOLow Allow overriding default interval Closed
100%
1.11
 105 Feature RequestVery Low Allow overriding default height Closed
100%
1.11
 6 Feature RequestLow Allow overriding default command-line Closed
100%
 4 Feature RequestLow Allow more complex, human readable timestamps Closed
100%
 51 Feature RequestVery Low Allow manually setting padding Closed
100%
1.11
 19 Feature RequestVery Low Allow highlighting individual captures Closed
100%
 47 Feature RequestVery Low Allow disabling milliseconds in timestamps Closed
100%
 311 Bug ReportMedium Allow disabling coloured output altogether Closed
100%
1.13.3
 30 Feature RequestVery Low Allow disabling "created by..." line Closed
100%
 21 Feature RequestLow Allow configuration overrides from the command-line Closed
100%
 144 Bug ReportLow Allow configuration in dotdir Closed
100%
1.12
 81 Feature RequestVery Low Add profiles support Closed
100%
1.12
 143 TO-DOLow Add new configuration locations Closed
100%
1.12
 70 Feature RequestVery Low Add JPEG2000 output Closed
100%
 156 Feature RequestLow Add font_all, bg_all and fg_all Closed
100%
1.12.2
 107 Feature RequestLow Add ffmpeg as video identifier Closed
100%
1.11
 20 Feature RequestVery Low Add extra set of smaller captures Closed
100%
 247 TO-DOLow Add codec identification for H.265/HEVC Closed
100%
1.13.3
Showing tasks 101 - 150 of 201 Page 3 of 5

Available keyboard shortcuts

Tasklist

Task Details

Task Editing