Media clipper for pulling quick MP4s out of whatever is currently playing on your personal media server.
Cliparr connects to Plex, finds active playback sessions, lets you mark a clip range on a timeline, previews the original media in the browser, and exports an MP4 without setting up a heavyweight editing pipeline.
Built with Mediabunny and react-timeline-editor.
The easiest way to run Cliparr is using the official image from the GitHub Container Registry:
docker run --rm -p 3000:3000 -e APP_URL=http://localhost:3000 ghcr.io/techsquidtv/cliparr:latestIf you want to build the image locally:
docker build -t cliparr .And run it:
docker run --rm -p 3000:3000 -e APP_URL=http://localhost:3000 cliparrSee CONTRIBUTING.md for local development and pull request guidance.
Please report security concerns privately. See SECURITY.md.
Cliparr is released under the MIT License.
