blind

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

commit 51411b26324ce4a142c817428d4f34c0f94a6d94
parent b703b0044e3597ce96ed68c93a473cee2adb3084
Author: Mattias Andrée <maandree@kth.se>
Date:   Sun,  8 Jan 2017 10:50:34 +0100

Readme: add format

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

Diffstat:
MREADME | 14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -1,9 +1,19 @@ RATIONALE -Video editor's are embarrassingly bug, especially when -the size of the project grows. +Video editor's are embarrassingly bug, especially when the +size of the project grows. Rendering takes a long time, with this approach you can leverage the power of Make. Source control friendly. + + +FORMAT + +The utilities use raw RGBA video, parameters for ffmpeg are: + + -f rawvideo + -pix_fmt rgba + -s:v ${WIDTH}x${HEIGHT} + -r ${FRAME_RATE}