commit b703b0044e3597ce96ed68c93a473cee2adb3084 parent 1631fca75013a28db8ee5666fb1f2ad79bfeffe4 Author: Mattias Andrée <maandree@kth.se> Date: Sun, 8 Jan 2017 10:46:24 +0100 Add rationale Signed-off-by: Mattias Andrée <maandree@kth.se> Diffstat:
| A | README | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -0,0 +1,9 @@ +RATIONALE + +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.