commit 36347a3b3d928cd8e359e7df3474527d2181f235 parent 2cd28d28be617997efa89d82359482b856634e23 Author: andrew.laack <andrew.laack@imbue.com> Date: Sun, 14 Sep 2025 17:44:47 -0500 Wrote break_up script Diffstat:
| A | python/break_up.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/python/break_up.sh b/python/break_up.sh @@ -0,0 +1,3 @@ +#!/bin/bash +rm -rf $2 +ffmpeg -i $1 -vf fps=1 $2out%d.png