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  desc Summary Status Progress Due In Version
227TO-DOLowFailed blank frame evasion should go back to original t...Assigned
0%
1.14 Task Description

When a frame evasion is tried and given up, the chosen timestamp should be the original instead of the last attempt

249TO-DOLowAdd libav as possible capturerAssigned
0%
1.14 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.

367Feature RequestLowAdd HDR supportAssigned
0%
1.14 Task Description

HDR isn’t well supported as reported by remlap and ThaDr.

Their comments:

https://outlyer.net/2017-05-26:vcs-1-13-3-released/#comment-30901

Hi I am trying to thumbnail some HDR content is there anyway to insert ffmpeg filters in
-vf zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=mobius:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p

Thanks

https://outlyer.net/2017-05-26:vcs-1-13-3-released/#comment-32413:

I’m also trying to do some HDR content and pass the -vf info to ffmpeg. I can’t get it to work even using a wrapper script.

It always comes up with awk errors, starting with “unterminated regexp”.

Is there any chance of updating vcs to support manual passing of those -vf arguments to ffmpeg?

HDR content is very common nowadays…

https://outlyer.net/2017-05-26:vcs-1-13-3-released/#comment-32423

I’m using vcs 1.13.2 on ubuntu and ended up doing it by adding the line:

-vf ‘zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=hable:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p’ \

at line 2203, in the ffmpeg_capture() function where it sets the ffmpeg command line options.

Couldn’t work out how to do it with a wrapper script.
 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
 365 Bug ReportLow File sizes are rounded Closed
100%
1.13.4 Task Description

Reported by remlap

File sizes are displayed as 3.00GiB instead of 3.54GiB

 247 TO-DOLow Add codec identification for H.265/HEVC Closed
100%
1.13.3 Task Description

ffmpeg: hevc

i.e.:
Stream #0:0[0x12d]: Video: hevc (Main) (HEVC / 0×43564548), yuv420p(tv), 3840×2160, 150 tbr, 90k tbn, 90k tbc Stream #0:0: Video: hevc, yuv420p(tv), 3840×2160, 25 fps, 25 tbr, 1200k tbn, 25 tbc

Samples: http://www.elecard.com/en/download/videos.html

 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 

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

Complete manpage.

 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.

 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

 122 TO-DOLow Avoid recapturing Closed
100%
1.12.3 Task Description

When a timestamp is present in more than one set (highlights/std/extended) there’s no need to re-capture it.

See also  FS#123 

 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.

 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.

 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

 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.

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

No need for description

 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

 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
 143 TO-DOLow Add new configuration locations Closed
100%
1.12
 144 Bug ReportLow Allow configuration in dotdir Closed
100%
1.12
 145 TO-DOLow Remove "--shoehorn'", deprecate "-Z shoehorn" Closed
100%
1.12
 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
 132 Bug ReportLow Cleanup regression: empty temporary dir left behind Closed
100%
1.11.2
 94 Feature RequestLow Package in RPM Closed
100%
1.11.1
 130 TO-DOLow Provide Arch package Closed
100%
1.11.1
 33 Bug ReportLow Filenames in non-latin scripts get printed incorrectly Closed
100%
1.11
 55 Feature RequestLow Drop bc, replace with awk or perl Closed
100%
1.11
 58 Bug ReportLow Syntax not compatible with older bash Closed
100%
1.11
 67 Feature RequestLow DVD Support Closed
100%
1.11
 68 Feature RequestLow DVD ISO support Closed
100%
1.11
 78 Feature RequestLow Support FreeBSD Closed
100%
1.11
 84 TO-DOLow Drop seq/jot Closed
100%
1.11
 85 Bug ReportLow Colourised console output doesn't work on FreeBSD Closed
100%
1.11
 86 Feature RequestLow Tag console messages if there's no colour support Closed
100%
1.11
 96 Bug ReportLow Passing ms to mplayer might make last capture fail Closed
100%
1.11
 97 Bug ReportLow -t doesn't accept timestamp syntax Closed
100%
1.11
 98 Bug ReportLow Timestamps are styled/unstyled inconsistently across sy ...Closed
100%
1.11
 99 Bug ReportLow Timestamps font is not used Closed
100%
1.11
 100 Bug ReportLow File's own aspect ratio is ignored Closed
100%
1.11
 102 Feature RequestLow Drop sed -r/sed -E detection Closed
100%
1.11
Showing tasks 51 - 100 of 201 Page 2 of 5

Available keyboard shortcuts

Tasklist

Task Details

Task Editing