aboutsummaryrefslogtreecommitdiffstats
path: root/.config/init/funcreqs
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-03-23 23:48:35 -0700
committerkatherine <shmibs@shmibbles.me>2017-03-23 23:48:35 -0700
commit1bcec25cae5ce17f31c02c48426020a6643b9867 (patch)
tree903530d9af429f165f1f3acdcb6531b0f174be58 /.config/init/funcreqs
parent5f2adc336b528ea465aeb6a7c9acb6779316ab05 (diff)
downloaddotfiles-1bcec25cae5ce17f31c02c48426020a6643b9867.tar.gz
add aspect-ratio support to make-gif
before the output gif would be squanched if the display ratio and pixel dimensions didn't match up. now the height is auto-determined with ffprobe to make everything work as expected.
Diffstat (limited to '.config/init/funcreqs')
-rw-r--r--.config/init/funcreqs/make-gif2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/init/funcreqs/make-gif b/.config/init/funcreqs/make-gif
index b3cc909..f2e611a 100644
--- a/.config/init/funcreqs/make-gif
+++ b/.config/init/funcreqs/make-gif
@@ -1,2 +1,2 @@
-func_init_prereqs=(ffmpeg)
+func_init_prereqs=(ffmpeg ffprobe grep)
func_init_checks=()