over-video 2.0: presets, sane defaults, legible output...

This commit is contained in:
Martin Sekera 2021-08-24 09:16:20 +02:00
parent a1e1f3ce79
commit ffd18a9757
2 changed files with 735 additions and 193 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,8 @@
#! /usr/bin/env python3
# encoding: utf-8
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 116 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.116
major = 2 # VERSION_MAJOR_IDENTIFIER
minor = 0 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 2.0
patch = 0 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))