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
 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

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

No need for description

 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

 248 Bug ReportHigh Unsupported format gives errors Closed
100%
1.13.3 Task Description

Seen in HEVC contained in MPEG-TS

 311 Bug ReportMedium Allow disabling coloured output altogether Closed
100%
1.13.3 Task Description

Reported by DanC

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

A great utilty... I’ve been using this for a couple of years now (it runs every night as a cron job).
I’ve been looking at cleaning up the output that cron captures from each of its commands and stores as a system email.
I’ve enabled the -Wc option to prevent coloured output. Mostly this works except near the start of the script when it says:
Settings from /home/danc/.vcs/vcs.conf:
bg_heading
This is still shown in green. Bug?

Currently the colour only stops after the option is found.

 314 Submitted PatchMedium Patch for approximate size calculation Closed
100%
1.13.3 Task Description

Submitted by someone desiring no credit.

Here’s a patch against 1.13.2 for mistaken approximate size calculation.

Self-notes about the patch:

  • More accurate rounding → Discarded. I went for rounding by excess
  • Leading 0 in fractionary units was not present in the original → BUG
    Sample: Samsung HD sample, 1080pto720p version
 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.

 225 Bug ReportMedium Number of captures exceeded by one with mplayer Closed
100%
1.13.2 Task Description

Reported by Miya

When using mplayer as capturer and defining a number of captures, the produced number exceeds it by one (i.e. 21 instead of 20).

 226 Bug ReportVery Low Pre-releases error on files with single quotes in their ...Closed
100%
1.13.2 Task Description

Pointed out by Miya

eval: line 1874: syntax error in conditional expression
eval: line 1874: syntax error near `got'
eval: line 1874: `[[ -n 'File's got problems.mp4.png' ]]'
Internal error at safe_rename():1510: [[ -n 'File's got problems.mp4.png' ]]
 217 Bug ReportMedium Unquoted grep pattern gives problems Closed
100%
1.13.1 Task Description

Submitted by Eris Belew

Unquotted grep pattern ^ID is problematic.

Patch submitted.

 219 Submitted PatchMedium Arch PKGBUILD outdated Closed
100%
1.13.1 Task Description

Submitted by Eris Belew

Guidelines for the PKGBUILD script have changed.

Submitted updated PKGBUILD.

 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.

 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

 176 TO-DOVery Low Filmstrip not realistic Closed
100%
1.13 Task Description

The filmstrip mode has had a placeholder implementation since the start, it should look closer to an actual film strip.

E.g.: http://sites.google.com/site/elsamuko/gimp/sprocket

 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.

 179 TO-DOVery Low Add codec identification for FRAPS captures Closed
100%
1.13 Task Description

mplayer: FPS1

i.e.:
ID_VIDEO_CODEC=fffraps
ID_VIDEO_FORMAT=FPS1

ffmpeg: fraps

i.e.:
Stream #0.0: Video: fraps, yuvj420p, 1680x1050, 30 fps, 30 tbr, 30 tbn, 30 tbc
 188 TO-DOLow Blank frame evasion Closed
100%
1.13
 189 Bug ReportHigh VCS is broken on FreeBSD (and Mac OS X) since 1.12.3 Closed
100%
1.13
 195 Bug ReportHigh Too short files might lead to infinte loop Closed
100%
1.13
 198 Bug ReportLow Console isn't always correctly restored Closed
100%
1.13
 199 Bug ReportLow Cached captures are filtered more than once Closed
100%
1.13
 122 TO-DOLow Avoid recapturing Closed
100%
1.12.3
 169 Bug ReportLow --ffmpeg and --mplayer documented but ignored Closed
100%
1.12.3
 173 TO-DOLow Switch to Bash 3 Closed
100%
1.12.3
 174 Bug ReportMedium Video length is checked against mplayer's identificatio ...Closed
100%
1.12.3
 187 Bug ReportLow -U without argument fails Closed
100%
1.12.3
 156 Feature RequestLow Add font_all, bg_all and fg_all Closed
100%
1.12.2
 159 Feature RequestLow Add alternative for font_filename Closed
100%
1.12.2
 166 TO-DOVery Low Support WebM Closed
100%
1.12.2
 167 Submitted PatchMedium Improper cleanup of tempdir Closed
100%
1.12.2
 168 TO-DOLow Create basic manpage Closed
100%
1.12.2
 160 Bug ReportCritical AWK getting comma-separated decimals Closed
100%
1.12.1
 161 TO-DOLow Release 1.12.1 Closed
100%
1.12.1
 49 Bug ReportMedium Setting font too big cuts text of meta-information and  ...Closed
100%
1.12
 81 Feature RequestVery Low Add profiles support Closed
100%
1.12
 120 TO-DOLow Override-able variables cleanup: New names Closed
100%
1.12
 121 TO-DOLow Keep track of user's values for variables Closed
100%
1.12
 138 Feature RequestLow Interval in configuration file doesn't allow time synta ...Closed
100%
1.12
 140 TO-DOVery Low Release 1.12 Closed
100%
1.12
 141 TO-DOLow Change end_offset behaviour Closed
100%
1.12
 142 TO-DOLow Ignore MIN_LENGTH_FOR_END_OFFSET Closed
100%
1.12
Showing tasks 1 - 50 of 201 Page 1 of 5

Available keyboard shortcuts

Tasklist

Task Details

Task Editing