Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.62 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.62 KB

Pictūra Mediocritas TravisCI Build Status AppVeyor Build Status Licence

Like aurea mediocritas, but with frames in a video instead.

Or, you know, get an average frame from a video.

Examples

# TODO: concretify
$ pictura-mediocritas "video.mp4"

For details, see the manpage.

Installation

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)

Contributing

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.