|
387 | vcs | General | Bug Report | Low | Insufficient permissions when writing to SMB shares on ... | Assigned | |
|
Task Description
Reported by Phate https://https://outlyer.net/2019-11-26:vcs-1-13-4-released/comment-page-1/#comment-60724
I have vcs installed via brew on MacOS Sonoma. This may not be something you can test, but maybe you can offer suggestions as to what might be the issue: When I use vcs on local volumes, everything works as expected as far as the output image file permissions go. However, if I attempt to output a vcs contact sheet to a smb server volume, the file has no read or write permissions for user, group or other. Normal terminal commands like touch, mkdir, etc create files with proper permissions from the same terminal shell.
|
|
386 | vcs | General | Bug Report | High | Extended set and highlights composition is broken | Assigned | |
|
Task Description
Appears to be an incompatibility with current ImageMagick (6), happens with old versions of vcs too
|
|
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 "`
|
|
384 | vcs | General | TO-DO | Medium | Use magick command with ImageMagick 7 | Requires testing | |
1.14 |
Task Description
Originally reported by Pär: https://outlyer.net/2019-11-26:vcs-1-13-4-released/comment-page-1/#comment-60674
Recently got an update of ImageMagick:
$ magick --version
Version: ImageMagick 7.1.1-33 Q16-HDRI x86_64 22263 https://imagemagick.org
Copyright: (C) 1999 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenCL OpenMP(4.5)
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype heic jbig jng jp2 jpeg jxl lcms lqr ltdl lzma openexr pangocairo png raqm raw rsvg tiff webp wmf x xml zip zlib zstd
Compiler: gcc (14.1)
Because of that, the "convert" command now gives a deprecation warning:
WARNING: The convert command is deprecated in IMv7, use "magick"
Trying to do that, replacing all the calls to 'convert' for 'magick', the temp images seem to be problematic (I've added a few printouts of the suspected code blocks):
[i] Capturing in range [04:49.49-19:17.95]. Total length: 20:25.35
[i] Generating capture #1/4 (04:49.49)...
magick: no images found for operation `-geometry' at CLI arg 7 @ error/operation.c/CLIOption/5479.
magick: magick -background 'transparent' -fill 'transparent' '/dev/shm/vcs.SGteWR/vcs-ZQ0dJj-cap-000001.png' \( -geometry 267x200! \) -flatten \( -box '#000000aa' -fill 'White' -stroke none -pointsize '9' -gravity 'SouthEast' -font '/usr/share/fonts/TTF/DejaVuSans.ttf' -strokewidth 3 -annotate +5+5 ' 04:49.49 ' \) -flatten -gravity None -flatten \( -background black +clone -shadow 50x2+4+4 -background none \) +swap -flatten -trim +repage -flatten '/dev/shm/vcs.SGteWR/vcs-zQhKDd.png'
If I try to cp those two temp images on the line below the 'magick' command, they become 0 byte files.
The video renderer ffmpeg has also gone through a couple of steps of upgrades over the years, I now have:
$ ffmpeg -version
ffmpeg version n6.1.1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 13.2.1 (GCC) 20230801
So commands like '-vframes' is now '-frames:v' and so on. No errors, just friendly suggestions in the man page. I replaced those also, but still the same problem.
I should have listened more carefully when our kindergarten teacher went through Bash. ;) IOW, I'm sure it's something simple I am not understanding.
N.b. I can still use vcs with the normal 'convert' command, but depending on how "militia force" serious the ImageMagick gang is going to be about deprecation warnings and removal of old code, it might stop working at some point in the future and I think that would be sad.
Any ideas? Thanks! :)
|
|
383 | relevation | General | Feature Request | Low | Add command-line argument to ignore configuration file | Assigned | |
1.4 |
Task Description
Useful for debugging, likely not useful for users since the command-line already overrides configurable arguments
|
|
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.
|
|
380 | Network Type Indicator | General | TO-DO | High | Re-stablish in Google Play | Assigned | |
Meta: Release Cycle |
Task Description
Currently off Google Play due to failing to meet a deadline on policy changes.
Currently unable to re-stablish due to being away from my keys
|
|
379 | relevation | General | TO-DO | Low | Switch default mode to AND | Assigned | |
1.4 |
Task Description
It just makes more sense
|
|
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
|
|
377 | vcs | General | Feature Request | Low | Allow screenshotting half of the video (for side-by-sid... | Assigned | |
? |
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?
|
|
376 | relevation | General | TO-DO | Very Low | Add command-line argument to generate configuration | Assigned | |
1.4 |
Task Description
Should provide an easy way to generate a new configuration file based on the provided command-line arguments.
|
|
375 | vcs | General | TO-DO | Very Low | Allow disabling blank frame evasion | Assigned | |
1.14 |
Task Description
Should allow to disable it in both configuration and command-line.
|
|
374 | relevation | General | TO-DO | Low | Release 1.4 | Assigned | |
Meta: Release Cycle |
Task Description
Meta-task depending on tasks scheduled for the 1.4 release.
Previous release: FS#234 (1.3.1)
|
|
372 | Network Type Indicator | General | TO-DO | Very Low | Drop support for older versions of Android | Assigned | |
1.6 |
Task Description
As of 2019-07 usage below KitKat is anecdotal:
2.3.x: 0.04% 4.0.x: 0.07% 4.1: 0.86% 4.2: 1.35% 4.3: 0.82%
2.3 to 4.3: 3.14%
4.4: 6.28% 5.0: 4.33%
|
|
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.
|
|
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.
|
|
367 | vcs | General | Feature Request | Low | Add HDR support | Assigned | |
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.
|
|
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.
|
|
360 | Network Type Indicator | General | TO-DO | Low | Remove black icons | Assigned | |
1.6 |
Task Description
Since the introduction of Material, icons should be white. The black icons only display as such in a subset on devices.
|
|
359 | Network Type Indicator | General | TO-DO | Medium | Drop dark icons in Lollipop+ | Assigned | |
1.6 |
Task Description
Material design icons are supposed to be white according to comments found online and most apps.
(I can’t find an actual upstream reference) Found at http://www.androiddocs.com/design/style/iconography.html
Dark icons are displayed white in practice.
|
|
358 | Network Type Indicator | General | TO-DO | Low | Revamp notification | Assigned | |
1.6 |
Task Description
Take advantage of Nougat style notifications to display more information to the user.
See https://material.io/guidelines/patterns/notifications.html
Possible design elements:
“App icon”: Network type? AFAICT setting it to the actual app will replace the status bar icon.
Header text: Provider
Timestamp: Time of the last update
Large icon: Network type, bigger?
|
|
356 | Network Type Indicator | General | TO-DO | Medium | Enhance RTL layout | Assigned | |
1.6 |
Task Description
Rendering on RTL devices is does not work properly due to alignment problems.
Attached: Screen grabs from the pre-release report on an Arabic device.
|
|
355 | Network Type Indicator | General | TO-DO | Low | Re-do problematic vectorial icons | Researching | |
1.6 |
Task Description
This is a continuation of FS#354 .
Temporarily using pre-rendered PNGs in 1.5.1, should try to re-design icons to render properly on Android 5.0 and up.
|
|
350 | Network Type Indicator | Internal | TO-DO | Very Low | Remove Devel.DEBUG | Assigned | |
1.6 |
Task Description
In the past BuildConfig.DEBUG wasn’t reliable (when combining Eclipse and ADT), but on Android Studio with Gradle it can be used safely and hence there’s no need to duplicate the functionality.
|
|
342 | Network Type Indicator | General | Feature Request | Low | Record history | Researching | |
? |
Task Description
Requested by Arnellord Bondoc 19/12/2015 on Google Play
Accurate readings, free, ads-free what more can I ask for! Hope you don’t mind, I modified it and replaced the status bar icons :) Kindly add history of network type used like what my other apps that I am using (2g, 3g ,4g, lte network monitor by Sun Light) for me to get rid of it because of it’s unlimited ads and slow loading. Thank you very much!
|
|
341 | Network Type Indicator | General | Bug Report | Low | Status bar icon disappears after a while on Huawei phon... | Requires testing | |
? | |
|
340 | Network Type Indicator | General | Feature Request | Low | Add 4G+ icon | Researching | |
? | |
|
337 | Network Type Indicator | General | Bug Report | High | App doesn't load on boot | Researching | |
? | |
|
336 | Network Type Indicator | General | Bug Report | High | App doesn't load on boot (Huawei phones) | Researching | |
? | |
|
335 | Network Type Indicator | General | Feature Request | Low | Add alternative icons | Assigned | |
1.6 | |
|
334 | Network Type Indicator | Build System | TO-DO | Very Low | Use Gradle to define build-type-dependant fields | Assigned | |
1.6 | |
|
331 | Network Type Indicator | General | Feature Request | Very Low | Display provider name in notification | Assigned | |
1.6 | |
|
329 | Network Type Indicator | General | TO-DO | Low | Release 1.6 | Assigned | |
Meta: Release Cycle | |
|
322 | Network Type Indicator | General | Feature Request | Low | Allow disabling icon unless roaming | Assigned | |
? | |
|
321 | Network Type Indicator | General | Feature Request | Low | Allow hiding icon when mobile data is tured off | Assigned | |
? | |
|
315 | vcs | General | Feature Request | Low | Recurse directories, output to current dir | Assigned | |
? | |
|
313 | Network Type Indicator | | Bug Report | Low | Incompatibility with Samsung Tab A (LTE version) | Unconfirmed | |
? | |
|
278 | Network Type Indicator | | Feature Request | Very Low | Display network activity | Researching | |
? | |
|
277 | Network Type Indicator | | Feature Request | Very Low | Add a notification sound when the connection is lost | Researching | |
? | |
|
275 | Quick File Share | | TO-DO | Low | Update progress bar to support files of unknown size | Assigned | |
1.0 | |
|
274 | Quick File Share | | TO-DO | Low | Implement chunked transfer encoding in web server | Requires testing | |
0.15 | |
|
273 | Quick File Share | | TO-DO | Low | Allow sharing files of unknown size | Requires testing | |
0.15 | |
|
272 | Quick File Share | | TO-DO | Low | Release 0.15 | Assigned | |
Meta: Release Cycle | |
|
271 | Quick File Share | | TO-DO | Medium | Add localisation support | Assigned | |
1.0 | |
|
269 | Quick File Share | | TO-DO | Low | Allow sharing multiple files | Requires testing | |
0.15 | |
|
255 | Network Type Indicator | | Bug Report | High | Icon doesn't get updated with network changes | Assigned | |
? | |
|
249 | vcs | General | TO-DO | Low | Add libav as possible capturer | Assigned | |
1.14 | |
|
246 | Network Type Indicator | | TO-DO | Low | Add support for expanded notifications with extra infor... | Assigned | |
1.6 | |
|
245 | Network Type Indicator | | TO-DO | Low | Allow choosing between "offline" and "online" icons whe... | Assigned | |
1.6 | |
|
244 | Network Type Indicator | | TO-DO | Low | Allow disabling the display of connection status on ico... | Assigned | |
1.6 | |