All Projects

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

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

41vcsGeneralFeature RequestLowAdjust timestamps size to capture sizeRequires testing
80%
Task Description

Originally suggested by Dogn Redhammer

53vcsGeneralBug ReportLowffmpeg doesn't accept file names with spacesUnconfirmed
0%
Task Description

Originally reported by Phil Grundig

Version of ffmpeg: ffmpeg (CVS-060515)

54vcsGeneralBug ReportLowminutes printed as hours with mplayerUnconfirmed
0%
Task Description

Originally reported by Phil Grundig

Version of mplayer: mplayer (1.0pre8cvs)

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

Originally requested by Phil Grundig

See vcs:devel:transcode

95vcsGeneralBug ReportLowRunning vcs from find fails on WMVs. They work directly...Unconfirmed
0%
Task Description

Originally reported by Tomasz Strózik

Example given:

$ find $DIR \(-name "*.avi" -o -name "*.wmv" -o -name "*.mpg" -o -name "*.mp4" \) -exec vcs -dt -ds -n 12 -c2 -H 200 --jpeg --quiet {} \;

Works on avi, mpg and mp4 but fails on wmv with
Failed to capture frame (at second xxx.000)

Processing the same file directly works:

$ vcs -dt -ds -n 12 -c2 -H 200 --jpeg --quiet File.wmv
101vcsGeneralBug ReportLowHeading bleeds into left side of contact sheet when tit...Deferred
0%
Task Description

No need for description

118vcsGeneralFeature RequestLowCreate manpageDeferred
0%
Task Description

No need for description

124vcsGeneralFeature RequestLowBetter looking timestampsAssigned
0%
Task Description

Timestamps could use some tweaking: e.g. centering on their background and rounded corners

151vcsGeneralTO-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)

155vcsGeneralBug ReportLowColourised messages are printed before colour disabling...Assigned
0%
Task Description

No need for description

178vcsGeneralSubmitted PatchLowffmpeg + piped mplayer dump can be used to identifyRequires testing
0%
1.14 Task Description

Originally suggested by Dean: http://outlyer.net/2010-08-24:vcs-1_12-2-released/

” [...]

Second, my dvd-drive is useless atm, but i remember previously piping dvd-ouput from mplayer into ffmpeg via a fifo and finding the info generated to be much better than mplayer-alone – for one thing, it won’t ‘downmix’ 6-channel audio automatically. Don’t know if that would be useful to you. The syntax was something like:-

mkfifo piped.vob &&
mplayer dvd:// -dumpstream -dumpfile piped.vob & \
ffmpeg -i piped.vob

…See what you think…

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

249vcsGeneralTO-DOLowAdd libav as possible capturerAssigned
0%
1.14 Task Description

No need for description

315vcsGeneralFeature 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.
363vcsGeneralBug 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.

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.
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?
220Network Type IndicatorFeature RequestVery LowAllow turning on/off network connectionAssigned
0%
? Task Description

Submitted by Tom

Allow turning network connection on/off directly

223Network Type IndicatorFeature RequestVery LowIndicate roaming in status barAssigned
0%
1.6 Task Description

Submitted by Tom

Display alarm or change color to indicate roaming

277Network Type IndicatorFeature RequestVery LowAdd a notification sound when the connection is lostResearching
0%
? Task Description

Feedback from Wai keun Chong

Wai keun Chong 21/10/2014 4:28
Good App
This is the app what i looking for and it would be great if could add
a notification sound when a network loss
278Network Type IndicatorFeature RequestVery LowDisplay network activityResearching
0%
? Task Description

Feedback from andres argumedo

andres argumedo 17/10/2014 22:38
Great app but
This is a great app I really like it it would be nice if it could also display
the data traffic not only the network type, like having the H+ and the up/down
arrows showing the data traffic and this app would be awesome!

Only feasible if it won’t add unnecessary complexity.

331Network Type IndicatorGeneralFeature RequestVery LowDisplay provider name in notificationAssigned
0%
1.6 Task Description

Submitted by Tom:  FS#222  Display provider name in status bar

Not feasible in the actual status bar, but can be done in the notification.

334Network Type IndicatorBuild SystemTO-DOVery LowUse Gradle to define build-type-dependant fieldsAssigned
0%
1.6
350Network Type IndicatorInternalTO-DOVery LowRemove Devel.DEBUGAssigned
0%
1.6
372Network Type IndicatorGeneralTO-DOVery LowDrop support for older versions of AndroidAssigned
0%
1.6
376relevationGeneralTO-DOVery LowAdd command-line argument to generate configurationAssigned
100%
1.4
50vcsGeneralFeature RequestVery LowAllow setting text outlinesDeferred
0%
52vcsGeneralFeature RequestVery LowAllow review of screenshots before composingLimbo
0%
?
69vcsGeneralFeature RequestVery LowImage modeLimbo
0%
92vcsGeneralFeature RequestVery LowSupport OpenSolaris/SunOSLimbo
0%
2.0
93vcsGeneralBug ReportVery Lowgrep -o is not portableAssigned
0%
1.14
104vcsGeneralFeature RequestVery LowAccept percentages in --from and --toDeferred
0%
125vcsGeneralFeature RequestVery LowBlank screen evasion (mtn feature)Deferred
90%
1.14
126vcsGeneralFeature RequestVery LowEdge detection / blur evasion (mtn feature)Deferred
0%
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%
?
172vcsGeneralTO-DOVery LowDon't autoload './vcs.conf'Assigned
0%
1.14
200vcsGeneralTO-DOVery LowRelease 2.0Assigned
0%
Meta: Release Cycle
375vcsGeneralTO-DOVery LowAllow disabling blank frame evasionAssigned
0%
1.14
Showing tasks 51 - 94 of 94 Page 2 of 2

Available keyboard shortcuts

Tasklist

Task Details

Task Editing