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 Due In Version  desc
 152 TO-DOVery Low Release 1.13 Closed
100%
Meta: Release Cycle Task Description

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

Previous:  FS#140 ,  FS#170 
Next: FS#153

 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.

 170 TO-DOVery Low Release 1.12.3 Closed
100%
Meta: Release Cycle Task Description

Bugfixes from the 1.13 branch should be backported to 1.12, since 1.13 will need a lot of testing.

Previous:  FS#165 
Next:  FS#152 

 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 

 250 TO-DOLow Release 1.13.3 Closed
100%
Meta: Release Cycle Task Description

No need for description

 366 TO-DOLow Release 1.13.4 Closed
100%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs to be fixed in the 1.13.4 release.

1.13.4 is a minor bugfix release for bugs found while development for 1.14 and 2.0 is stalled.

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

153TO-DOVery LowRelease 1.14Limbo
0%
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   FS#218   FS#224   FS#250   FS#366 

200TO-DOVery LowRelease 2.0Assigned
0%
Meta: Release Cycle Task Description

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

v2.0 will be a rewrite in Python.

Previous: FS#153

 82 Feature RequestVery Low Unify profiles and funky modes Closed
100%
? Task Description

No need for description

52Feature RequestVery LowAllow review of screenshots before composingLimbo
0%
? Task Description

Originally requested by Daniel

 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.

163TO-DOVery LowMove rarely used features to pluginsAssigned
0%
? Task Description

No need for description

164Bug ReportVery LowImplement instrumentationAssigned
0%
? Task Description

No need for description

194Feature RequestMediumFiles incorrectly reporting "too short" length aren't d...Researching
0%
? Task Description

As reported by Dirk Reiners (paraphrased)

Files incorrectly reporting too short length (unlike too long), pass the safe_length_measure check ⇒ This prevents correcting length.

315Feature RequestLowRecurse directories, output to current dirAssigned
0%
? Task Description

Request by Chris Hills

http://outlyer.net/2014-05-18:vcs-1_13_2-released/comment-page-1/#comment-17238:

Thanks Toni. I was hoping I could simply run `$ vcs-1.13.2.bash -? **/*.mp4` to create contact sheets for all videos in all subfolders, but it sounds like I’ll have to use a wrapper script. Would you consider adding this in a future release for a donation?

My reply:

I guess you’re using zsh-ish globbing there.
That’s not something I use so I didn’t even think of the case where recursing could be so simple.
It was a bit of an overlook on my part not to have the option to output to the same directory as the video, probably because recursion always required a wrapper in my head.
377Feature RequestLowAllow screenshotting half of the video (for side-by-sid...Assigned
0%
? Task Description

Asked by Bob on the blog

Would it be possible to somehow specify to only screenshot half of the video image (for 180 side-by-side VR videos)?

Or would this require new features to be added to the VCS?
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.
92Feature RequestVery LowSupport OpenSolaris/SunOSLimbo
0%
2.0 Task Description

Being based on System V, it’s quite different to most other Unix-like OSes, might be a good target for x-platform enhancements

162TO-DOVery LowImplement pluginsAssigned
0%
2.0 Task Description

No need for description

125Feature RequestVery LowBlank screen evasion (mtn feature)Deferred
90%
1.14 Task Description

Great feature, implemented in mtn

http://moviethumbnail.sourceforge.net/

See also FS#126

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.

56Feature RequestLowAdd transcode as possible capturerDeferred
0%
1.14 Task Description

Originally requested by Phil Grundig

See vcs:devel:transcode

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?

151TO-DOLowOverride-able variables cleanup: Removal of deprecated ...Assigned
0%
1.14 Task Description

Introduce new names in 1.12 ( FS#120 )

Remove old names in 1.13 or 1.14 (this)

172TO-DOVery LowDon't autoload './vcs.conf'Assigned
0%
1.14
178Submitted PatchLowffmpeg + piped mplayer dump can be used to identifyRequires testing
0%
1.14
196TO-DOMediumffmpeg is deprecatedAssigned
0%
1.14
197TO-DOHighMove away from /dev/shmAssigned
0%
1.14
227TO-DOLowFailed blank frame evasion should go back to original t...Assigned
0%
1.14
249TO-DOLowAdd libav as possible capturerAssigned
0%
1.14
363Bug ReportLowFile names with '#' lead to errors when creating versio...Assigned
0%
1.14
367Feature RequestLowAdd HDR supportAssigned
0%
1.14
375TO-DOVery LowAllow disabling blank frame evasionAssigned
0%
1.14
378Bug ReportMediumBlank frame evasion produces error on latest ImageMagic...Assigned
0%
1.14
 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
 247 TO-DOLow Add codec identification for H.265/HEVC Closed
100%
1.13.3
 248 Bug ReportHigh Unsupported format gives errors Closed
100%
1.13.3
 311 Bug ReportMedium Allow disabling coloured output altogether Closed
100%
1.13.3
 314 Submitted PatchMedium Patch for approximate size calculation Closed
100%
1.13.3
 323 Bug ReportCritical Codec information is misaligned/cropped Closed
100%
1.13.3
 225 Bug ReportMedium Number of captures exceeded by one with mplayer Closed
100%
1.13.2
 226 Bug ReportVery Low Pre-releases error on files with single quotes in their ...Closed
100%
1.13.2
 217 Bug ReportMedium Unquoted grep pattern gives problems Closed
100%
1.13.1
 219 Submitted PatchMedium Arch PKGBUILD outdated Closed
100%
1.13.1
 123 Feature RequestLow Avoid repeating captures in different sets Closed
100%
1.13
 158 TO-DOLow Complete manpage Closed
100%
1.13
 171 TO-DOVery Low Deprecate './vcs.conf' in favour of profiles Closed
100%
1.13
 176 TO-DOVery Low Filmstrip not realistic Closed
100%
1.13
Showing tasks 1 - 50 of 201 Page 1 of 5

Available keyboard shortcuts

Tasklist

Task Details

Task Editing