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 gifskideno install -f --allow-run --allow-read --allow-write https://raw.githubusercontent.com/ansemb/tools/main/gifskeeno/gifskeeno.tsDownscales the video by default.
gifskeeno ./screencast-01.webm
# outputs:
# ./screencast-01.gifgifskeeno --help