blind

suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log | Files | Refs | README | LICENSE

commit bb5b2376201e5a012ba4dd71e1cac6305007f519
parent ae811c3ce7b71902b508c65278050f0358471e98
Author: Mattias Andrée <maandree@kth.se>
Date:   Thu, 12 Jan 2017 07:57:03 +0100

More rationale

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
MREADME | 21++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/README b/README @@ -1,9 +1,20 @@ RATIONALE -Video editor's are embarrassingly bug, especially when the -size of the project grows. +• It's source control friendly and it's easy for a user to + resolve merge conflicts and identify changes. -Rendering takes a long time, with this approach you can -leverage the power of Make. +• Rendering can take a very long time. With this approach, + the user can use Make to only rerender parts that have + been changes. -Source control friendly. +• No room for buggy GUI:s, which currently is a problem on + the large video editors for Linux. + +• Less chance that the user makes a change by mistake + without noticing it, such as moving a clip in the editor + by mistake instead of for example resizing. + +• Even old crappy computers can be used for large projects. + +• Very easy to utilise command line image editors for modify + frames, or to add your own tools for custom effects.