|
32 | 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.
|
|
197 | TO-DO | High | Move away from /dev/shm | Assigned | |
1.14 |
Task Description
/dev/shm isn’t really intended as an alternate temporary location, and VCS’ temporary files can easily grow too large for it too.
As a possible alternative offer a first-run choice of temp-dir (maybe suggesting /dev/shm ).
References: http://wiki.debian.org/ReleaseGoals/RunDirectory#Why_put_.2BAC8-dev.2BAC8-shm_and_.2BAC8-tmp_under_.2BAC8-run.3F http://stackoverflow.com/questions/9745281/tmp-vs-dev-shm-for-temp-file-storage-on-linux
|
|
5 | 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.
|
|
137 | 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.
|
|
194 | Feature Request | Medium | Files incorrectly reporting "too short" length aren't d... | Researching | |
? |
Task Description
As reported by Dirk Reiners (paraphrased)
Files incorrectly reporting too short length (unlike too long), pass the safe_length_measure check ⇒ This prevents correcting length.
|
|
196 | TO-DO | Medium | ffmpeg is deprecated | Assigned | |
1.14 |
Task Description
See http://libav.org/, Jan 27 2012. Also http://libav.org/index.html#fftools_rename for changes to the syntax.
Must change to avprobe /ffprobe and/or avconv .
|
|
109 | Bug Report | Medium | Failure to capture with packed B-frames in AVI | Unconfirmed | |
|
Task Description
Originally reported by Dougn Redhammer
|
|
147 | 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.
|
|
378 | 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
|
|
95 | 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
|
|
315 | Feature Request | Low | Recurse directories, output to current dir | Assigned | |
? |
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.
|
|
151 | TO-DO | Low | Override-able variables cleanup: Removal of deprecated ... | Assigned | |
1.14 |
Task Description
Introduce new names in 1.12 ( FS#120 )
Remove old names in 1.13 or 1.14 (this)
|
|
54 | Bug Report | Low | minutes printed as hours with mplayer | Unconfirmed | |
|
Task Description
Originally reported by Phil Grundig
Version of mplayer : mplayer (1.0pre8cvs)
|
|
101 | Bug Report | Low | Heading bleeds into left side of contact sheet when tit... | Deferred | |
|
Task Description
No need for description
|
|
363 | 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.
|
|
53 | 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)
|
|
178 | 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… ”
|
|
227 | TO-DO | Low | Failed blank frame evasion should go back to original t... | Assigned | |
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
|
|
118 | Feature Request | Low | Create manpage | Deferred | |
|
Task Description
No need for description
|
|
155 | Bug Report | Low | Colourised messages are printed before colour disabling... | Assigned | |
|
Task Description
No need for description
|
|
124 | Feature Request | Low | Better looking timestamps | Assigned | |
|
Task Description
Timestamps could use some tweaking: e.g. centering on their background and rounded corners
|
|
377 | 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?
|
|
41 | Feature Request | Low | Adjust timestamps size to capture size | Requires testing | |
|
Task Description
Originally suggested by Dogn Redhammer
|
|
56 | Feature Request | Low | Add transcode as possible capturer | Deferred | |
1.14 |
Task Description
Originally requested by Phil Grundig
See vcs:devel:transcode
|
|
249 | TO-DO | Low | Add libav as possible capturer | Assigned | |
1.14 |
Task Description
No need for description
|
|
367 | Feature Request | Low | Add HDR support | Assigned | |
1.14 | |
|
92 | Feature Request | Very Low | Support OpenSolaris/SunOS | Limbo | |
2.0 | |
|
200 | TO-DO | Very Low | Release 2.0 | Assigned | |
Meta: Release Cycle | |
|
153 | TO-DO | Very Low | Release 1.14 | Limbo | |
Meta: Release Cycle | |
|
163 | TO-DO | Very Low | Move rarely used features to plugins | Assigned | |
? | |
|
162 | TO-DO | Very Low | Implement plugins | Assigned | |
2.0 | |
|
164 | Bug Report | Very Low | Implement instrumentation | Assigned | |
? | |
|
69 | Feature Request | Very Low | Image mode | Limbo | |
| |
|
93 | Bug Report | Very Low | grep -o is not portable | Assigned | |
1.14 | |
|
126 | Feature Request | Very Low | Edge detection / blur evasion (mtn feature) | Deferred | |
| |
|
172 | TO-DO | Very Low | Don't autoload './vcs.conf' | Assigned | |
1.14 | |
|
125 | Feature Request | Very Low | Blank screen evasion (mtn feature) | Deferred | |
1.14 | |
|
50 | Feature Request | Very Low | Allow setting text outlines | Deferred | |
| |
|
52 | Feature Request | Very Low | Allow review of screenshots before composing | Limbo | |
? | |
|
375 | TO-DO | Very Low | Allow disabling blank frame evasion | Assigned | |
1.14 | |
|
104 | Feature Request | Very Low | Accept percentages in --from and --to | Deferred | |
| |