All Projects

ID Project  asc Category Task Type Severity Summary Status Progress Due In Version
 138 vcsGeneralFeature RequestLow Interval in configuration file doesn't allow time synta ...Closed
100%
1.12 Task Description

i.e.

interval=5m
147vcsGeneralFeature RequestMediumConfiguration options revampAssigned
90%
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.

 148 vcsGeneralFeature RequestVery Low Include generation of config/profile from the command-l ...Closed
100%
1.12 Task Description

No need for description

 150 vcsGeneralFeature RequestLow Provide sample configuration Closed
100%
1.12 Task Description

So that the syntax and options are clearer.

 156 vcsGeneralFeature RequestLow Add font_all, bg_all and fg_all Closed
100%
1.12.2 Task Description

Configuration options that will trigger a change of all fonts, background and foreground settings respectively

 157 vcsGeneralFeature RequestLow Make DVD command-line consistent with files command-lin ...Closed
100%
1.12 Task Description

Command-line arguments for DVD handling should be consistent with handling of video files, e.g.:

$ vcs --dvd --dvd-title 1 /dev/dvd

with dvd-title being optional, instead of

$ vcs --dvd /dev/dvd 1

 159 vcsGeneralFeature RequestLow Add alternative for font_filename Closed
100%
1.12.2 Task Description

font_filename is ignored in 1.12

An alternative in the form of (boolean) nonlatin_filenames or similar should be added.

194vcsGeneralFeature RequestMediumFiles incorrectly reporting "too short" length aren't d...Researching
0%
? 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.

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.
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?
 167 vcsGeneralSubmitted PatchMedium Improper cleanup of tempdir Closed
100%
1.12.2 Task Description

Originally submitted by Jason Tackaberry

VCS’ temporary dir (and its contents) is not removed on cleanup. Space in /dev/shm is wasted as a result.

Patch attached.

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…

 219 vcsGeneralSubmitted PatchMedium Arch PKGBUILD outdated Closed
100%
1.13.1 Task Description

Submitted by Eris Belew

Guidelines for the PKGBUILD script have changed.

Submitted updated PKGBUILD.

 314 vcsGeneralSubmitted PatchMedium Patch for approximate size calculation Closed
100%
1.13.3 Task Description

Submitted by someone desiring no credit.

Here’s a patch against 1.13.2 for mistaken approximate size calculation.

Self-notes about the patch:

  • More accurate rounding → Discarded. I went for rounding by excess
  • Leading 0 in fractionary units was not present in the original → BUG
    Sample: Samsung HD sample, 1080pto720p version
 84 vcsGeneralTO-DOLow Drop seq/jot Closed
100%
1.11 Task Description

Replace with pure bash or perl/awk

 119 vcsGeneralTO-DOLow Switch default font Closed
100%
1.11 Task Description

Newer IM appears to use recognise system fonts by default. Using some common-place good looking font like DejaVu would be preferable.

It’s supposed to fail silently, at least accordingly to http://www.imagemagick.org/Usage/#fonts but on my system it prints an error. Probably not worth supressing

 120 vcsGeneralTO-DOLow Override-able variables cleanup: New names Closed
100%
1.12 Task Description

Introduce new names in 1.12 (this)

Remove old names in 1.13 or 1.14 (FS#151)

 121 vcsGeneralTO-DOLow Keep track of user's values for variables Closed
100%
1.12 Task Description

Doing this better will remove from of the duplication with overrides, specially on the filename font/non-latin stuff

 122 vcsGeneralTO-DOLow Avoid recapturing Closed
100%
1.12.3 Task Description

When a timestamp is present in more than one set (highlights/std/extended) there’s no need to re-capture it.

See also  FS#123 

 127 vcsGeneralTO-DOLow Allow overriding default number of captures Closed
100%
1.11 Task Description

No need for description

 128 vcsGeneralTO-DOLow Allow overriding default interval Closed
100%
1.11 Task Description

No need for description

 130 vcsGeneralTO-DOLow Provide Arch package Closed
100%
1.11.1 Task Description

No need for description

 140 vcsGeneralTO-DOVery Low Release 1.12 Closed
100%
1.12 Task Description

This is a meta-item depending on bugs/features required to complete before releasing vcs 1.12

 141 vcsGeneralTO-DOLow Change end_offset behaviour Closed
100%
1.12 Task Description

End offset will be set to a small percentage of the length (5.5%? –5m for 90m–), applicable always by default, instead of a fixed value

 142 vcsGeneralTO-DOLow Ignore MIN_LENGTH_FOR_END_OFFSET Closed
100%
1.12
 143 vcsGeneralTO-DOLow Add new configuration locations Closed
100%
1.12
 145 vcsGeneralTO-DOLow Remove "--shoehorn'", deprecate "-Z shoehorn" Closed
100%
1.12
 146 vcsGeneralTO-DOVery Low Remove "--mincho" Closed
100%
1.12
151vcsGeneralTO-DOLowOverride-able variables cleanup: Removal of deprecated ...Assigned
0%
1.14
 152 vcsGeneralTO-DOVery Low Release 1.13 Closed
100%
Meta: Release Cycle
153vcsGeneralTO-DOVery LowRelease 1.14Limbo
0%
Meta: Release Cycle
 158 vcsGeneralTO-DOLow Complete manpage Closed
100%
1.13
 161 vcsGeneralTO-DOLow Release 1.12.1 Closed
100%
1.12.1
162vcsGeneralTO-DOVery LowImplement pluginsAssigned
0%
2.0
163vcsGeneralTO-DOVery LowMove rarely used features to pluginsAssigned
0%
?
 165 vcsGeneralTO-DOLow Release 1.12.2 Closed
100%
Meta: Release Cycle
 166 vcsGeneralTO-DOVery Low Support WebM Closed
100%
1.12.2
 168 vcsGeneralTO-DOLow Create basic manpage Closed
100%
1.12.2
 170 vcsGeneralTO-DOVery Low Release 1.12.3 Closed
100%
Meta: Release Cycle
 171 vcsGeneralTO-DOVery Low Deprecate './vcs.conf' in favour of profiles Closed
100%
1.13
172vcsGeneralTO-DOVery LowDon't autoload './vcs.conf'Assigned
0%
1.14
 173 vcsGeneralTO-DOLow Switch to Bash 3 Closed
100%
1.12.3
 176 vcsGeneralTO-DOVery Low Filmstrip not realistic Closed
100%
1.13
 177 vcsGeneralTO-DOLow Safe length feedback should print nicer timestamps Closed
100%
1.13
 179 vcsGeneralTO-DOVery Low Add codec identification for FRAPS captures Closed
100%
1.13
 188 vcsGeneralTO-DOLow Blank frame evasion Closed
100%
1.13
196vcsGeneralTO-DOMediumffmpeg is deprecatedAssigned
0%
1.14
197vcsGeneralTO-DOHighMove away from /dev/shmAssigned
0%
1.14
200vcsGeneralTO-DOVery LowRelease 2.0Assigned
0%
Meta: Release Cycle
Showing tasks 251 - 300 of 308 Page 6 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing