From dfbbffc7caf23619c7acae88ec1838acfcc845dd Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 5 May 2019 17:38:28 +0200 Subject: [PATCH] CLI option -animrecordf --- screenshot.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/screenshot.cpp b/screenshot.cpp index c2538957..f37393d9 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -969,6 +969,10 @@ int readArgs() { PHASEFROM(2); shift_arg_formula(period); } #if CAP_SHOT + else if(argis("-animrecordf")) { + PHASEFROM(2); shift(); noframes = argi(); + shift(); animfile = args(); + } else if(argis("-animrecord") || argis("-animrec")) { PHASE(3); shift(); noframes = argi(); shift(); animfile = args(); record_animation();