Initial commit
This commit is contained in:
4
scripts/crop.sh
Executable file
4
scripts/crop.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# just calling crop-one.sh on every PNG in frames/
|
||||
find frames -type f -name '*.png' | parallel --bar --jobs $(nproc) ./scripts/crop-one.sh
|
||||
Reference in New Issue
Block a user