From 1bcec25cae5ce17f31c02c48426020a6643b9867 Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 23 Mar 2017 23:48:35 -0700 Subject: 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. --- .config/init/funcreqs/make-gif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/init/funcreqs') 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=() -- cgit v1.2.3