35 36
This commit is contained in:
File diff suppressed because one or more lines are too long
8
util/do-img
Executable file
8
util/do-img
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
IMG_DIR=/Users/mk/Movies
|
||||
|
||||
magick $IMG_DIR/1.full.jpg -resize x250 $IMG_DIR/1.jpg
|
||||
magick $IMG_DIR/2.full.jpg -resize x250 $IMG_DIR/2.jpg
|
||||
base64 -i $IMG_DIR/1.jpg -o /tmp/1
|
||||
base64 -i $IMG_DIR/2.jpg -o /tmp/2
|
||||
6
util/do-snd
Executable file
6
util/do-snd
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
SND_DIR=/Users/mk/Movies
|
||||
|
||||
base64 -i $SND_DIR/1.aac -o /tmp/1
|
||||
base64 -i $SND_DIR/2.aac -o /tmp/2
|
||||
Reference in New Issue
Block a user