Releases: panset/cinegram
Release list
cinegram 0.4.0
Standalone cinegram CLI — statically linked, no dependencies. Qualified by bazel test //... and per-platform smoke tests at this tag.
Install (macOS/Linux):
TARGET="$(uname -s | tr A-Z a-z)-$(uname -m | sed -e s/x86_64/x64/ -e s/aarch64/arm64/)"
curl -fsSL "https://github.com/panset/cinegram/releases/latest/download/cinegram-$TARGET" -o /usr/local/bin/cinegram && chmod +x /usr/local/bin/cinegramAlready installed? cinegram upgrade replaces the binary in place.
The .vsix files are the VS Code extension, one per platform, for installing without the Marketplace (Extensions: Install from VSIX…).
GIF recording needs nothing else installed; PNG frames need a Chrome/Chromium ($CINEGRAM_CHROME); mp4/webm need ffmpeg.
cinegram 0.3.0
Standalone cinegram CLI — statically linked, no dependencies. Qualified by bazel test //... and per-platform smoke tests at this tag.
Install (macOS/Linux):
TARGET="$(uname -s | tr A-Z a-z)-$(uname -m | sed -e s/x86_64/x64/ -e s/aarch64/arm64/)"
curl -fsSL "https://github.com/panset/cinegram/releases/latest/download/cinegram-$TARGET" -o /usr/local/bin/cinegram && chmod +x /usr/local/bin/cinegramAlready installed? cinegram upgrade replaces the binary in place.
The .vsix files are the VS Code extension, one per platform, for installing without the Marketplace (Extensions: Install from VSIX…).
GIF recording needs nothing else installed; PNG frames need a Chrome/Chromium ($CINEGRAM_CHROME); mp4/webm need ffmpeg.
cinegram 0.2.0
Standalone cinegram CLI — statically linked, no dependencies. Qualified by bazel test //... and per-platform smoke tests at this tag.
Install (macOS/Linux):
TARGET="$(uname -s | tr A-Z a-z)-$(uname -m | sed -e s/x86_64/x64/ -e s/aarch64/arm64/)"
curl -fsSL "https://github.com/panset/cinegram/releases/latest/download/cinegram-$TARGET" -o /usr/local/bin/cinegram && chmod +x /usr/local/bin/cinegramAlready installed? cinegram upgrade replaces the binary in place.
The .vsix files are the VS Code extension, one per platform, for installing without the Marketplace (Extensions: Install from VSIX…).
GIF recording needs nothing else installed; PNG frames need a Chrome/Chromium ($CINEGRAM_CHROME); mp4/webm need ffmpeg.
cinegram 0.1.0
Standalone cinegram CLI — statically linked, no dependencies. Qualified by bazel test //... at this tag.
Install (macOS/Linux):
TARGET="$(uname -s | tr A-Z a-z)-$(uname -m | sed -e s/x86_64/x64/ -e s/aarch64/arm64/)"
curl -fsSL "https://github.com/panset/cinegram/releases/latest/download/cinegram-$TARGET" -o /usr/local/bin/cinegram && chmod +x /usr/local/bin/cinegramGIF recording needs nothing else installed; PNG frames need a Chrome/Chromium ($CINEGRAM_CHROME); mp4/webm need ffmpeg.