Skip to content

Releases: panset/cinegram

cinegram 0.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 01:28
e9a9c63

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/cinegram

Already 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

Choose a tag to compare

@github-actions github-actions released this 17 Aug 20:41
c1021a4

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/cinegram

Already 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

Choose a tag to compare

@github-actions github-actions released this 13 Aug 03:17
b0b936f

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/cinegram

Already 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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 04:58

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/cinegram

GIF recording needs nothing else installed; PNG frames need a Chrome/Chromium ($CINEGRAM_CHROME); mp4/webm need ffmpeg.