Amber McCloughan amber
amber pushed to main at amber/video-to-gif 2025-03-26 02:03:19 +00:00
2dcf1fba8a Removing 444 because it's pointless, adding no_loop command for non-looping GIFs
amber pushed to main at amber/video-to-gif 2024-12-12 04:12:13 +00:00
5a1fae172e Update README.md and documentation in video_to_gif2.py
amber pushed to main at amber/video-to-gif 2024-12-12 01:37:52 +00:00
14d027eafb Update README.md
amber pushed to main at amber/video-to-gif 2024-12-11 05:37:27 +00:00
23d9ae3cc2 Added --extra command to video_to_gif2.py, updated documentation in README.md
amber pushed to main at amber/video-to-gif 2024-12-03 03:59:25 +00:00
13fc4bb70c f Adding an alternate script that outsources the GIF generation process to gifski; it does better than the original script for colored GIFs, looks less good for B&W stuff. Overall, it's better, and it may become the 'main' version of this script.
amber pushed to main at amber/video-to-gif 2024-07-26 03:23:02 +00:00
f99c31f704 Better input handling
amber pushed to main at amber/video-to-gif 2024-07-26 03:21:59 +00:00
1e6f056156 Better input handling
amber pushed to main at amber/video-to-gif 2024-07-06 01:52:38 +00:00
8edf92e0cc A bunch of stuff, including outsourcing globs to the shell, positional input argument, more consistent edocs, and better Docker handling
amber pushed to main at amber/video-to-gif 2024-07-06 01:41:10 +00:00
5cf3914d35 A bunch of stuff, including outsourcing globs to the shell, positional input argument, more consistent edocs, and better Docker handling
amber pushed to main at amber/video-to-gif 2024-07-03 04:15:22 +00:00
ad29252a41 Added interpolation arg, updated docs, provided Dockerfile + instructions
amber pushed to main at amber/video-to-gif 2024-07-02 04:05:48 +00:00
2b6437c1db You can now specify the scaler algorithm
amber pushed to main at amber/video-to-gif 2024-06-29 18:34:38 +00:00
01c31ae17d Greatly simplified things by doing palettegen and paletteuse in the same command; I also don't think ewa scaling was working, so I changed to plain old lanc
amber pushed to main at amber/video-to-gif 2024-06-29 18:19:19 +00:00
983fd4b416 Greatly simplified things by doing palettegen and paletteuse in the same command; I also don't think ewa scaling was working, so I changed to plain old lanc
amber pushed to main at amber/video-to-gif 2024-06-29 03:06:39 +00:00
b804f628ae Renaming stuff, adding README.md
amber pushed to main at amber/video-to-gif 2024-06-29 03:05:22 +00:00
a06164dc3f Renaming stuff, adding README.md
amber pushed to main at amber/video-to-gif 2024-06-29 03:04:26 +00:00
d64211d14e Renaming stuff, adding README.md
amber pushed to main at amber/video-to-gif 2024-06-29 03:03:27 +00:00
78f1b7d7de Renaming stuff, adding README.md
amber pushed to main at amber/video-to-gif 2024-06-29 02:58:36 +00:00
ed99983cc2 Various improvements
amber created branch main in amber/video-to-gif 2024-06-29 02:26:04 +00:00
amber pushed to main at amber/video-to-gif 2024-06-29 02:26:04 +00:00
d028085a64 First pass at video to GIF script in Python