Skip to content

TechSquidTV/Cliparr

Cliparr

Cliparr

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.

Docker

GitHub Container Registry

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:latest

Local Build

If 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 cliparr

Contributing

See CONTRIBUTING.md for local development and pull request guidance.

Please report security concerns privately. See SECURITY.md.

License

Cliparr is released under the MIT License.

About

Create clips from media on your personal media server

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors