dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 9a62b65316a17225a7c0b4d9680ce3c5905d6b92
parent cb0ef362e030d3255c3e0019ae83f2bf1644af13
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 14 Aug 2017 17:38:51 +0200

Increased FPS on anythingtogif

I can manually decrease this later if I want. But 24 FPS is best for default.
Diffstat:
Manythingtogif | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anythingtogif b/anythingtogif @@ -2,7 +2,7 @@ palette="/tmp/palette.png" -filters="fps=15,scale=0:-1:flags=lanczos" +filters="fps=24,scale=0:-1:flags=lanczos" ffmpeg -v warning -i $1 -vf "$filters,palettegen" -y $palette ffmpeg -v warning -i $1 -i $palette -lavfi "$filters [x]; [x][1:v] paletteuse" -y $2