Like aurea mediocritas, but with frames in a video instead.
Or, you know, get an average frame from a video.
# TODO: concretify
$ pictura-mediocritas "video.mp4"
For details, see the manpage.
Either acquire a binary release from the releases page, or build it yourself:
# You need FreeImage to be includable and linkable
$ git clone --recursive https://github.com/LoungeCPP/PicturaMediocritas
$ cd PicturaMediocritas
$ make
$ install out/pictura-mediocritas $(wherever)
Imperative commit messages, format your code with clang-format, you know the drill.
Branch names should be in the format {issue}-{name}-{desc}
, where
issue
is the issue # this branch closes,
name
is your name (or a shorthand, like "nab" for "nabijaczleweli"), and
desc
is a few-word description of the changes in the branch (like "rework-dir-listing", "second-time").
Non-FF PRs (ergo, merge commits) are illegal.