|
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
|
|
190 | mp3plot | Core/General | TO-DO | Low | Drop "spinner" | Completed | |
0.6.1 |
Task Description
The spinner, used to show progress adds a lot of overkill just to give some feedback while working
|
|
274 | Quick File Share | | TO-DO | Low | Implement chunked transfer encoding in web server | Requires testing | |
0.15 |
Task Description
The chunked transfer encoding is necessary to serve files of unknown size (created dynamically)
|
|
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.
|
|
125 | vcs | General | Feature Request | Very Low | Blank screen evasion (mtn feature) | Deferred | |
1.14 |
Task Description
Great feature, implemented in mtn
http://moviethumbnail.sourceforge.net/
See also FS#126
|
|
273 | Quick File Share | | TO-DO | Low | Allow sharing files of unknown size | Requires testing | |
0.15 |
Task Description
This is necessary for ZIP files constructed on the fly.
The current webserver implementation doesn’t support that.
|
|
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! :)
|
|
147 | vcs | General | Feature Request | Medium | Configuration options revamp | Assigned | |
1.14 |
Task Description
The available configuration options need a serious review and renaming. Old names will be accepted with warnings for either two releases or six months.
Also, should provide a sample configuration file so that the syntax and options are clearer.
|
|
41 | vcs | General | Feature Request | Low | Adjust timestamps size to capture size | Requires testing | |
|
Task Description
Originally suggested by Dogn Redhammer
|
|
269 | Quick File Share | | TO-DO | Low | Allow sharing multiple files | Requires testing | |
0.15 |
Task Description
Possibly using a dynamic ZIP file
See http://developer.android.com/reference/java/util/zip/ZipOutputStream.html
|
|
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
|
|
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 "`
|
|
50 | vcs | General | Feature Request | Very Low | Allow setting text outlines | Deferred | |
|
Task Description
Originally requested by Dougn Redhammer
E.g. with ImageMagick’s -stroke and -strokewidth
|
|
56 | vcs | General | Feature Request | Low | Add transcode as possible capturer | Deferred | |
1.14 |
Task Description
Originally requested by Phil Grundig
See vcs:devel:transcode
|
|
101 | vcs | General | Bug Report | Low | Heading bleeds into left side of contact sheet when tit... | Deferred | |
|
Task Description
No need for description
|
|
104 | vcs | General | Feature Request | Very Low | Accept percentages in --from and --to | Deferred | |
|
Task Description
No need for description
|
|
118 | vcs | General | Feature Request | Low | Create manpage | Deferred | |
|
Task Description
No need for description
|
|
126 | vcs | General | Feature Request | Very Low | Edge detection / blur evasion (mtn feature) | Deferred | |
|
Task Description
Interesting feature, experimentally implemented in mtn
http://moviethumbnail.sourceforge.net/
See also FS#125
|
|
52 | vcs | General | Feature Request | Very Low | Allow review of screenshots before composing | Limbo | |
? |
Task Description
Originally requested by Daniel
|
|
69 | vcs | General | Feature Request | Very Low | Image mode | Limbo | |
|
Task Description
I.e. produce a montage from a set of images
|
|
92 | vcs | General | Feature Request | Very Low | Support OpenSolaris/SunOS | Limbo | |
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
|
|
153 | vcs | General | TO-DO | Very Low | Release 1.14 | Limbo | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing vcs 1.14
Previous: FS#152 FS#218 FS#224 FS#250 FS#366
|
|
178 | vcs | General | Submitted Patch | Low | ffmpeg + piped mplayer dump can be used to identify | Requires testing | |
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… ”
|
|
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.
|
|
139 | mp3plot | Core/General | Bug Report | Medium | Inconsistent results across arches | Researching | |
? | |
|
194 | vcs | General | Feature Request | Medium | Files incorrectly reporting "too short" length aren't d... | Researching | |
? | |
|
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 | |
? | |
|
336 | Network Type Indicator | General | Bug Report | High | App doesn't load on boot (Huawei phones) | Researching | |
? | |
|
337 | Network Type Indicator | General | Bug Report | High | App doesn't load on boot | Researching | |
? | |
|
340 | Network Type Indicator | General | Feature Request | Low | Add 4G+ icon | Researching | |
? | |
|
342 | Network Type Indicator | General | Feature Request | Low | Record history | Researching | |
? | |
|
355 | Network Type Indicator | General | TO-DO | Low | Re-do problematic vectorial icons | Researching | |
1.6 | |
|
5 | vcs | General | Bug Report | Medium | Meta-information gets overlapped with small contact she... | Assigned | |
| |
|
93 | vcs | General | Bug Report | Very Low | grep -o is not portable | Assigned | |
1.14 | |
|
124 | vcs | General | Feature Request | Low | Better looking timestamps | Assigned | |
| |
|
151 | vcs | General | TO-DO | Low | Override-able variables cleanup: Removal of deprecated ... | Assigned | |
1.14 | |
|
155 | vcs | General | Bug Report | Low | Colourised messages are printed before colour disabling... | Assigned | |
| |
|
162 | vcs | General | TO-DO | Very Low | Implement plugins | Assigned | |
2.0 | |
|
163 | vcs | General | TO-DO | Very Low | Move rarely used features to plugins | Assigned | |
? | |
|
164 | vcs | General | Bug Report | Very Low | Implement instrumentation | Assigned | |
? | |
|
172 | vcs | General | TO-DO | Very Low | Don't autoload './vcs.conf' | Assigned | |
1.14 | |
|
196 | vcs | General | TO-DO | Medium | ffmpeg is deprecated | Assigned | |
1.14 | |
|
197 | vcs | General | TO-DO | High | Move away from /dev/shm | Assigned | |
1.14 | |
|
200 | vcs | General | TO-DO | Very Low | Release 2.0 | Assigned | |
Meta: Release Cycle | |
|
201 | Network Type Indicator | | Feature Request | Low | Support multi-SIM devices | Assigned | |
? | |
|
216 | Quick File Share | | TO-DO | Low | Release 1.0 | Assigned | |
Meta: Release Cycle | |
|
220 | Network Type Indicator | | Feature Request | Very Low | Allow turning on/off network connection | Assigned | |
? | |
|
223 | Network Type Indicator | | Feature Request | Very Low | Indicate roaming in status bar | Assigned | |
1.6 | |