From 52a5de45e677dc12e8fc23c02944547d782a9c51 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sun, 9 May 2021 12:57:07 -0400 Subject: [PATCH] Cleanup frames dir when done, leave neural-frames commented out. --- python/neural.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/neural.sh b/python/neural.sh index bbe0a5d..54f5279 100644 --- a/python/neural.sh +++ b/python/neural.sh @@ -20,5 +20,6 @@ sleep 10 ffmpeg -f image2 -i frames/neural-frame-%06d.png -c:v prores_ks -profile:v 3 "${OUTPUT}" -#rm -rf frames +# cleanup frames directories when done +rm -rf frames #rm -rf neural-frames \ No newline at end of file