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

 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

 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
 174 Bug ReportMedium Video length is checked against mplayer's identificatio ...Closed
100%
1.12.3 Task Description

Internal: Stale code from prior versions, numsecs inside process() uses mplayer’s value instead of the best value to determine video length (and keep or discard timestamps).

As a side-effect, newer code being more strict about array vs string handling can fail easily.

 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.

 167 Submitted PatchMedium Improper cleanup of tempdir Closed
100%
1.12.2 Task Description

Originally submitted by Jason Tackaberry

VCS’ temporary dir (and its contents) is not removed on cleanup. Space in /dev/shm is wasted as a result.

Patch attached.

 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

 166 TO-DOVery Low Support WebM Closed
100%
1.12.2 Task Description

WebM: http://www.webmproject.org/

Uses VP8 video and Vorbis audio.

Current Status:


Identification

MPlayer: Video detected as VP80
FFmpeg:
* 0.5.1+svn20100311: Not supported (fails in the safe-length-detection stage)
* 0.6~svn20100603: Video detected as libvpx


Capture

Both appear to work fine.

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

 49 Bug ReportMedium Setting font too big cuts text of meta-information and  ...Closed
100%
1.12 Task Description

Originally reported by Dougn Redhammer

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

No need for description

 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
 81 Feature RequestVery Low Add profiles support Closed
100%
1.12
 140 TO-DOVery Low Release 1.12 Closed
100%
1.12
 146 TO-DOVery Low Remove "--mincho" Closed
100%
1.12
 148 Feature RequestVery Low Include generation of config/profile from the command-l ...Closed
100%
1.12
 135 Bug ReportHigh Pythagorean theorem uses gawk syntax Closed
100%
1.11.2
 136 Bug ReportMedium Ubuntu doesn't register fonts with ImageMagick Closed
100%
1.11.2
 132 Bug ReportLow Cleanup regression: empty temporary dir left behind Closed
100%
1.11.2
 129 Bug ReportMedium Warn about renamed overrides Closed
100%
1.11.1
 94 Feature RequestLow Package in RPM Closed
100%
1.11.1
 130 TO-DOLow Provide Arch package Closed
100%
1.11.1
 131 Bug ReportVery Low ImageMagick version check uses GNU regex Closed
100%
1.11.1
 76 Bug ReportHigh Failure while capturing last frame Closed
100%
1.11
 3 Feature RequestMedium Allow setting output filename Closed
100%
1.11
 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
Showing tasks 51 - 100 of 201 Page 2 of 5

Available keyboard shortcuts

Tasklist

Task Details

Task Editing