Skip to content

Releases: PapagoLabs/outtake

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 23:22
Immutable release. Only release title and notes can be modified.
v0.2.1
bbec15a

What's Changed

Dependency Updates

  • chore(deps): update aws-sdk-go-v2 monorepo by @renovate[bot] in #146
  • chore(deps): update module github.com/molecule-man/go-brrr to v1.1.0 by @renovate[bot] in #148
  • chore(deps): update module github.com/andybalholm/brotli to v1.2.4 by @renovate[bot] in #149
  • chore(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.113.1 by @renovate[bot] in #151
  • chore(deps): update module github.com/gofiber/utils/v2 to v2.5.2 by @renovate[bot] in #154
  • chore(deps): update module github.com/aws/aws-sdk-go-v2/credentials to v1.20.5 by @renovate[bot] in #156
  • chore(deps): update module github.com/fxamacker/cbor/v2 to v2.9.4 by @renovate[bot] in #157
  • chore(deps): update module github.com/gofiber/schema to v1.8.7 by @renovate[bot] in #159
  • chore(deps): update module github.com/pierrec/lz4/v4 to v4.1.30 by @renovate[bot] in #160

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 17:38
Immutable release. Only release title and notes can be modified.
v0.2.0
1ddf122

Features

Fixes

Dependency Updates

  • chore(deps): update module github.com/gofiber/schema to v1.8.6 by @renovate[bot] in #132
  • chore(deps): update module golang.org/x/mod to v0.41.0 by @renovate[bot] in #133
  • chore(deps): update golang.org/x/exp digest to 85c1c22 by @renovate[bot] in #136
  • chore(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.112.0 by @renovate[bot] in #137
  • chore(deps): update module golang.org/x/text to v0.42.0 by @renovate[bot] in #139
  • chore(deps): update module github.com/onsi/ginkgo/v2 to v2.32.2 by @renovate[bot] in #140

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Sep 06:00
Immutable release. Only release title and notes can be modified.
v0.1.1
01f9819

Fix

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 03:39
Immutable release. Only release title and notes can be modified.
v0.1.0
c430ec2

This is the first public release of Outtake - a web app that creates and manages video clips, GIFs, and screenshots from your Plex libraries.

Highlights

  • Plex sign-in. Approve Outtake in the Plex Auth App, or paste a token. Pick a Media Server when more than one is available.
  • Browse and search. Open libraries, jump A–Z, sort, and infinite-scroll. Filter and sort saved clips.
  • Mark in and out. Capture start and end from live Plex playback, use Clip now on a live session, or type the times yourself.
  • Export. Video clip, GIF, or screenshot. Preview the segment, then save. Download when the job finishes.
  • Clip profiles. Named encode settings (CRF, preset, audio bitrate, max resolution). Built-ins: Low (720p), Medium (1080p), High (4K). Optionally trim black bars.
  • Themes. Selectable UI palettes with light and dark schemes.
  • Deploy how you want. Docker images ship ffmpeg and ffprobe. Defaults are SQLite and local files. Optional Postgres and S3-compatible storage, plus Compose, Helm, and Kubernetes examples.

Install

Docker (recommended)

docker run -d \
  --name outtake \
  -p 8080:8080 \
  -v outtake-data:/data \
  -v /path/to/your/media:/media:ro \
  papagolabs/outtake

Image Repositories:

Binary

Unpack the archive for your OS from this release, put ffmpeg and ffprobe on PATH, then:

./outtake server start

The server listens on :8080 by default.

Full setup (Compose, Kubernetes, configuration): README.

Notes

  • Outtake needs a reachable Plex Media Server and read access to the media files.
  • Clip duration is capped at 10 minutes.

Licensed AGPL-3.0-or-later.