CLI (cross-platform) for converting video to gif using ffmpeg
and gifski
- these needs to be installed.
# ubuntu
sudo apt install ffmpeg
# windows
winget install --id=Gyan.FFmpeg -e
# macos
brew install ffmpeg
cargo install gifski
deno install -f --allow-run --allow-read --allow-write https://raw.githubusercontent.com/ansemb/tools/main/gifskeeno/gifskeeno.ts
Downscales the video by default.
gifskeeno ./screencast-01.webm
# outputs:
# ./screencast-01.gif
gifskeeno --help