|
164 | vcs | General | Bug Report | Very Low | Implement instrumentation | Assigned | |
? |
Task Description
No need for description
|
|
382 | vcs | General | Bug Report | Medium | Look into detecting or setting manually GNU getopt | Assigned | |
? |
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.
|
|
93 | vcs | General | Bug Report | Very Low | grep -o is not portable | Assigned | |
1.14 |
Task Description
-o is a GNU extension, supported in Linux and FreeBSD
Unsupported in SunOS, OpenBSD?
|
|
363 | vcs | General | Bug Report | Low | File names with '#' lead to errors when creating versio... | Assigned | |
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.
|
|
378 | vcs | General | Bug Report | Medium | Blank frame evasion produces error on latest ImageMagic... | Assigned | |
1.14 |
Task Description
Reported by Paul:
Hey, I'm using VCS via Homebrew Install ( https://formulae.brew.sh/formula/vcs#default) and since the last update of imagemagick (?) I get dozens of error messages:
convert: Expected operator at '.mean*100' @ error/fx.c/GetOperator/2408
Confirmed to happen on ImageMagick 7.1 on Linux, the contact sheet is generated but blank frame evasion is skipped
|
|
385 | vcs | General | Bug Report | High | Handle rotation of video files rotated via metadata | Researching | |
1.14 |
Task Description
Originally reported by Pär: https://outlyer.net/2019-11-26:vcs-1-13-4-released/comment-page-1/#comment-60689
Another thing that is a little bit annoying, but isn't a very big deal, is the fact that videos made from a phone where the image is rotated in metadata, doesn't produce a correct aspect ratio. For example, a video that is stored as 1920×1080 (16:9), but shown as 1080×1920 (9:16), due to metadata rotation, vcs will create thumbnails in 1920×1080 aspect ratio (16:9) but show them rotated correctly, which means the image at 9:16 gets squashed to fit into 16:9. Like I said, not a very huge deal, but it looks somewhat silly and it would be great if it was possible to fix. I've tried to see if I could set the aspect parameter but it doesn't seem to do much when the rotation is made in metadata. Metadata usually state something like: > > "`bash Side data: displaymatrix: rotation of -90.00 degrees "`
|
|
255 | Network Type Indicator | | Bug Report | High | Icon doesn't get updated with network changes | Assigned | |
? |
Task Description
Known bug, app isn’t always notified.
Reproducible switching network mode from 3G/2G to 2G-only
|
|
313 | Network Type Indicator | | Bug Report | Low | Incompatibility with Samsung Tab A (LTE version) | Unconfirmed | |
? |
Task Description
Reported by Eddie Wallace
|
|
336 | Network Type Indicator | General | Bug Report | High | App doesn't load on boot (Huawei phones) | Researching | |
? |
Task Description
Reported by Willy Romano 23/03/2017 on the Google Play
On Huawei G8. App doesn’t automatically execute when phone is turned off then back on. I protected the app and this seems to have solved the problem.
|
|
337 | Network Type Indicator | General | Bug Report | High | App doesn't load on boot | Researching | |
? |
Task Description
This task depends on reports of such issue.
So far all reports are on Marshmallow:
Reported by Charles Kanegeni 20/02/2016 on Google Play
New issue Great app, have always used it. Just upgraded to marshmallow and now it won’t even start. What’s up with that? From Android 5 I had problems, plus doesn’t support dual Sim phones. This is the new direction, twin Sim phones. Please work it out.
Infinix (Infinix_X510_sprout) / 6.0 / r14034
Reported by Red Rospo 04/08/2016 on Google Play
Da migliorare Non parte al boot
LG G5 (h1) / Marshmallow / r14034
Reported by Simon Howard 18/12/2016 on Google Play
Issue with auto start on boot I’ve had this app for some time now, but it will not auto start on boot on my current phone (Galaxy S5, Marshmallow 6.01)
Galaxy S5 (klte) / Marshmallow / r14034
|
|
341 | Network Type Indicator | General | Bug Report | Low | Status bar icon disappears after a while on Huawei phon... | Requires testing | |
? |
Task Description
Reported by Vendetta 18/09/2016 on Google Play
Dejó de funcionar Desde la actualización d mi Huawei P8 lite a android 6 ya no sale el tipo d conexión en la barra d notificaciones.
P8 lite / Marshmallow / r14034
Reported by Oncewarriors 9/08/2017 through email
[...]the bar icon is vanishing after a while
|
|
369 | Network Type Indicator | General | Bug Report | Medium | Notification doesn't load on boot | Assigned | |
1.6 |
Task Description
Reported by Terry Parrott
Reports that the app won’t auto load despite having the option enabled.
Reported on Oreo.
Presumably related to FS#370.
|
|
370 | Network Type Indicator | General | Bug Report | Medium | App crashes on boot | Assigned | |
1.6 |
Task Description
The app force-closes on device boot when load on boot is enabled.
Once the boot is complete it behaves normally.
Seen in Oreo.
Presumably related to FS#369.
|
|
139 | mp3plot | Core/General | Bug Report | Medium | Inconsistent results across arches | Researching | |
? |
Task Description
Running in Fedora Core 10 i686 (KVM) yields one 128k frame less and a different “theoretical size” than in Debian amd64, in one sample, and the same number of frames but 2 bytes less in another.
|
|
116 | mp3plot | Image output | Bug Report | Low | Optionally display generated image | New | |
0.7.0 |
Task Description
No need for description
|
|
133 | mp3plot | Core/General | Bug Report | Medium | rpmbuild refuses package revision | Completed | |
0.6.1 |
Task Description
Due to the use of ~ in the revision tag
|
|
134 | mp3plot | Core/General | Bug Report | Medium | rpm specfile uses finger | Completed | |
0.6.1 |
Task Description
finger is not installed/enabled by default in at least FC12. Replace it with something better like grepping /etc/passwd
|
|
5 | vcs | General | Bug Report | Medium | Meta-information gets overlapped with small contact she... | Assigned | |
|
Task Description
When the resulting contact sheet is too thin, the meta-information header is cramped and fields overlap.
|
|
32 | vcs | General | Bug Report | High | vcs gets stuck on first capture (or during probe) | Researching | |
|
Task Description
Fails on some files (gets stuck forever while capturing the first frame).
Happens often with Matroska. 1.0.7a introduced a workaround (-Wo) with ffmpeg’s argument order that worked with other file types.
|
|
53 | vcs | General | Bug Report | Low | ffmpeg doesn't accept file names with spaces | Unconfirmed | |
|
Task Description
Originally reported by Phil Grundig
Version of ffmpeg : ffmpeg (CVS-060515)
|
|
54 | vcs | General | Bug Report | Low | minutes printed as hours with mplayer | Unconfirmed | |
|
Task Description
Originally reported by Phil Grundig
Version of mplayer : mplayer (1.0pre8cvs)
|
|
95 | vcs | General | Bug Report | Low | Running vcs from find fails on WMVs. They work directly... | Unconfirmed | |
|
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
|
|
101 | vcs | General | Bug Report | Low | Heading bleeds into left side of contact sheet when tit... | Deferred | |
|
Task Description
No need for description
|
|
109 | vcs | General | Bug Report | Medium | Failure to capture with packed B-frames in AVI | Unconfirmed | |
|
Task Description
Originally reported by Dougn Redhammer
|
|
137 | vcs | General | Bug Report | Medium | Hang with RM files | Unconfirmed | |
|
Task Description
Original report by Dougn Redhammer
vcs hangs with some RM files.
Tracing shows it gets stuck in mplayer_identify .
MPlayer can play the files fine from the terminal. Although it exits with «MPlayer interrupted by signal 11 in module: uninit_vcodec ».
I can reproduce the abrupt termination, it happens when using Real’s native decoder (w64codecs , /usr/lib/codecs/drvc.so ). Using FFMpeg’s decoder (MPlayer’s -vc ffrv30 ) MPlayer exits normally.
I can’t reproduce the hang either way.
|
|
155 | vcs | General | Bug Report | Low | Colourised messages are printed before colour disabling... | Assigned | |
| |
|
386 | vcs | General | Bug Report | High | Extended set and highlights composition is broken | Assigned | |
| |
|
387 | vcs | General | Bug Report | Low | Insufficient permissions when writing to SMB shares on ... | Assigned | |
| |
|
52 | vcs | General | Feature Request | Very Low | Allow review of screenshots before composing | Limbo | |
? | |
|
194 | vcs | General | Feature Request | Medium | Files incorrectly reporting "too short" length aren't d... | Researching | |
? | |
|
315 | vcs | General | Feature Request | Low | Recurse directories, output to current dir | Assigned | |
? | |
|
377 | vcs | General | Feature Request | Low | Allow screenshotting half of the video (for side-by-sid... | Assigned | |
? | |
|
92 | vcs | General | Feature Request | Very Low | Support OpenSolaris/SunOS | Limbo | |
2.0 | |
|
56 | vcs | General | Feature Request | Low | Add transcode as possible capturer | Deferred | |
1.14 | |
|
125 | vcs | General | Feature Request | Very Low | Blank screen evasion (mtn feature) | Deferred | |
1.14 | |
|
147 | vcs | General | Feature Request | Medium | Configuration options revamp | Assigned | |
1.14 | |
|
367 | vcs | General | Feature Request | Low | Add HDR support | Assigned | |
1.14 | |
|
201 | Network Type Indicator | | Feature Request | Low | Support multi-SIM devices | Assigned | |
? | |
|
220 | Network Type Indicator | | Feature Request | Very Low | Allow turning on/off network connection | Assigned | |
? | |
|
277 | Network Type Indicator | | Feature Request | Very Low | Add a notification sound when the connection is lost | Researching | |
? | |
|
278 | Network Type Indicator | | Feature Request | Very Low | Display network activity | Researching | |
? | |
|
321 | Network Type Indicator | General | Feature Request | Low | Allow hiding icon when mobile data is tured off | Assigned | |
? | |
|
322 | Network Type Indicator | General | Feature Request | Low | Allow disabling icon unless roaming | Assigned | |
? | |
|
340 | Network Type Indicator | General | Feature Request | Low | Add 4G+ icon | Researching | |
? | |
|
342 | Network Type Indicator | General | Feature Request | Low | Record history | Researching | |
? | |
|
223 | Network Type Indicator | | Feature Request | Very Low | Indicate roaming in status bar | Assigned | |
1.6 | |
|
331 | Network Type Indicator | General | Feature Request | Very Low | Display provider name in notification | Assigned | |
1.6 | |
|
335 | Network Type Indicator | General | Feature Request | Low | Add alternative icons | Assigned | |
1.6 | |
|
117 | mp3plot | Core/General | Feature Request | Low | Handle free-form bitrate | New | |
1.0 | |
|
383 | relevation | General | Feature Request | Low | Add command-line argument to ignore configuration file | Assigned | |
1.4 | |