diff options
author | katherine <shmibs@shmibbles.me> | 2017-03-23 23:48:35 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-03-23 23:48:35 -0700 |
commit | 1bcec25cae5ce17f31c02c48426020a6643b9867 (patch) | |
tree | 903530d9af429f165f1f3acdcb6531b0f174be58 /.config/init/funcreqs/make-gif | |
parent | 5f2adc336b528ea465aeb6a7c9acb6779316ab05 (diff) | |
download | dotfiles-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/make-gif')
-rw-r--r-- | .config/init/funcreqs/make-gif | 2 |
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=() |