Cleanup frames dir when done, leave neural-frames commented out.
This commit is contained in:
parent
cb0684a574
commit
52a5de45e6
|
@ -20,5 +20,6 @@ sleep 10
|
||||||
|
|
||||||
ffmpeg -f image2 -i frames/neural-frame-%06d.png -c:v prores_ks -profile:v 3 "${OUTPUT}"
|
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
|
#rm -rf neural-frames
|
Loading…
Reference in New Issue