All Projects

ID Project Category  asc Task Type Severity Summary Status Progress Due In Version
 364 vcsGeneralBug 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 vcsGeneralBug 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

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

367vcsGeneralFeature 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.
374relevationGeneralTO-DOLowRelease 1.4Assigned
0%
Meta: Release Cycle Task Description

Meta-task depending on tasks scheduled for the 1.4 release.

Previous release:  FS#234  (1.3.1)

377vcsGeneralFeature 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?
379relevationGeneralTO-DOLowSwitch default mode to ANDAssigned
0%
1.4 Task Description

It just makes more sense

383relevationGeneralFeature RequestLowAdd command-line argument to ignore configuration fileAssigned
0%
1.4 Task Description

Useful for debugging, likely not useful for users since the command-line already overrides configurable arguments

 14 vcsGeneralFeature RequestVery Low Support per-dir and system-wide config files Closed
100%
Task Description

/etc/vcs.conf and ./vcs.conf in addition to ~/.vcs.conf

 15 vcsGeneralFeature RequestVery Low Print all failed requirements Closed
100%
Task Description

Print all missing required programs instead of just the first

 18 vcsGeneralBug ReportVery Low Numcaps=0 should be rejected Closed
100%
Task Description

-n 0, –numcaps 0

 19 vcsGeneralFeature RequestVery Low Allow highlighting individual captures Closed
100%
Task Description

See http://p.outlyer.net/dox/vcs:manual_modes#highlights

 20 vcsGeneralFeature RequestVery Low Add extra set of smaller captures Closed
100%
Task Description

See http://p.outlyer.net/dox/vcs:extended_mode

 22 vcsGeneralFeature RequestVery Low Discard mplayer as a capturer Closed
100%
Task Description

.

 23 vcsGeneralFeature RequestVery Low Make FFmpeg optional Closed
100%
1.11 Task Description

.

 29 vcsGeneralFeature RequestVery Low Support milliseconds in timestamp strings Closed
100%
Task Description

See http://p.outlyer.net/dox/vcs:time_syntax

 30 vcsGeneralFeature RequestVery Low Allow disabling "created by..." line Closed
100%
Task Description

.

 51 vcsGeneralFeature RequestVery Low Allow manually setting padding Closed
100%
1.11 Task Description

No need for description

69vcsGeneralFeature RequestVery LowImage modeLimbo
0%
Task Description

I.e. produce a montage from a set of images

 70 vcsGeneralFeature RequestVery Low Add JPEG2000 output Closed
100%
Task Description

No need for description

 81 vcsGeneralFeature RequestVery Low Add profiles support Closed
100%
1.12 Task Description

Implementation notes:

  • Reserved namespace: :<WHATEVER>
  • Built-in profiles won’t use reserved names
  • System profiles will always take precedence over built-in profiles
  • ~ profiles take precedence over site (/usr and /usr/local) profiles
  • /usr/local takes precedence over /usr. Both are searched
  • No such thing as a default profile (this would be redundant to configuration files)
  • Profiles can’t depend/include/load other profiles
  • Profile names are reflected in file names

Specific files will be loadable with --config

Markup

  • First and last five lines
    • vcs:conf: required to load with --config. Profiles aren’t required to have the mark.
    • vcs:desc: provides descriptions for lists (use -p :list to display)
 82 vcsGeneralFeature RequestVery Low Unify profiles and funky modes Closed
100%
? Task Description

No need for description

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

93vcsGeneralBug 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?

104vcsGeneralFeature RequestVery LowAccept percentages in --from and --toDeferred
0%
Task Description

No need for description

 105 vcsGeneralFeature RequestVery Low Allow overriding default height Closed
100%
1.11
125vcsGeneralFeature RequestVery LowBlank screen evasion (mtn feature)Deferred
90%
1.14
126vcsGeneralFeature RequestVery LowEdge detection / blur evasion (mtn feature)Deferred
0%
 131 vcsGeneralBug ReportVery Low ImageMagick version check uses GNU regex Closed
100%
1.11.1
 140 vcsGeneralTO-DOVery Low Release 1.12 Closed
100%
1.12
 146 vcsGeneralTO-DOVery Low Remove "--mincho" Closed
100%
1.12
 148 vcsGeneralFeature RequestVery Low Include generation of config/profile from the command-l ...Closed
100%
1.12
 152 vcsGeneralTO-DOVery Low Release 1.13 Closed
100%
Meta: Release Cycle
153vcsGeneralTO-DOVery LowRelease 1.14Limbo
0%
Meta: Release Cycle
162vcsGeneralTO-DOVery LowImplement pluginsAssigned
0%
2.0
163vcsGeneralTO-DOVery LowMove rarely used features to pluginsAssigned
0%
?
164vcsGeneralBug ReportVery LowImplement instrumentationAssigned
0%
?
 166 vcsGeneralTO-DOVery Low Support WebM Closed
100%
1.12.2
 170 vcsGeneralTO-DOVery Low Release 1.12.3 Closed
100%
Meta: Release Cycle
 171 vcsGeneralTO-DOVery Low Deprecate './vcs.conf' in favour of profiles Closed
100%
1.13
172vcsGeneralTO-DOVery LowDon't autoload './vcs.conf'Assigned
0%
1.14
 176 vcsGeneralTO-DOVery Low Filmstrip not realistic Closed
100%
1.13
 179 vcsGeneralTO-DOVery Low Add codec identification for FRAPS captures Closed
100%
1.13
 186 relevationGeneralTO-DOVery Low Release 1.2 Closed
100%
Meta: Release Cycle
200vcsGeneralTO-DOVery LowRelease 2.0Assigned
0%
Meta: Release Cycle
 215 Network Type IndicatorGeneralTO-DOVery Low Release 1.5 Closed
100%
Meta: Release Cycle
 226 vcsGeneralBug ReportVery Low Pre-releases error on files with single quotes in their ...Closed
100%
1.13.2
 235 relevationGeneralTO-DOVery Low Refactor into a cleaner package Closed
100%
1.3.1
331Network Type IndicatorGeneralFeature RequestVery LowDisplay provider name in notificationAssigned
0%
1.6
 347 Network Type IndicatorGeneralFeature RequestVery Low Make notification priority configurable Closed
100%
1.5 (rel. xx039)
Showing tasks 251 - 300 of 308 Page 6 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing