aboutsummaryrefslogtreecommitdiffstats
path: root/.config/init/funcs/make-gif
Commit message (Collapse)AuthorAgeFilesLines
* move make-gif to submodulekatherine2017-03-281-202/+1
|
* fix symlink creationkatherine2017-03-241-5/+7
|
* add aspect-ratio support to make-gifkatherine2017-03-231-31/+66
| | | | | | 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.
* preliminary support for light backgroundskatherine2017-03-071-4/+4
| | | | | haven't managed to make one that felt ok yet, but still nice to have the option
* snapshotkatherine2017-03-011-19/+21
| | | | various smöl changes
* add gifsicle support to make-gifkatherine2017-02-191-51/+117
| | | | also allow selecting specific subtitle tracks
* move remaining funcs from .zshrckatherine2017-02-191-0/+97
everything should be modular now also, cleaned up make-gif to properly parse arguments and check things