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