Simple and fast video clip cutting by start and end time
Project description
qlip
Simple and fast video clip cutting by start and end time.
Features
- Fast Mode - Cut videos in seconds using stream copy (no re-encoding)
- Precise Mode - Frame-accurate cutting with re-encoding
- Preview - Drag the timeline to preview any frame
- GUI & CLI - Both graphical interface and command-line tools
Installation
Requirements
- Python 3.8+
- ffmpeg (installed on your system)
Install ffmpeg:
# Windows
winget install --id=Gyan.FFmpeg
# macOS
brew install ffmpeg
# Linux
sudo apt install ffmpeg
Install from PyPI
pip install quick-video-clip
Usage
GUI
qlip
- Click "Browse" to select a video
- Drag the timeline to preview and find your start/end points
- Click "Set to Cursor" to set start/end times
- Click "Cut"
CLI
Time Format
| Format | Description | Example |
|---|---|---|
HH:MM:SS |
Hours:Minutes:Seconds | 00:01:30 = 1 min 30 sec |
| Seconds | Plain seconds | 90 = 1 min 30 sec |
# Fast mode (default)
qlip input.mp4 00:00:30 00:02:00 output.mp4
# Precise mode
qlip input.mp4 30 120 output.mp4 --precise
# Show video info
qlip input.mp4 --info
Modes
| Mode | Speed | Accuracy | Use Case |
|---|---|---|---|
| Fast | Seconds (for large videos) | +/-1-2 sec | Most scenarios |
| Precise | Minutes (for large videos) | Frame-accurate | Precision needed |
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quick_video_clip-0.4.2.tar.gz
(10.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quick_video_clip-0.4.2.tar.gz.
File metadata
- Download URL: quick_video_clip-0.4.2.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0997a27f5a61b827e48de0bcc80d87d665538ddd93b6ef9e1150aa5e3b37e3ce
|
|
| MD5 |
3f8dfd9160319067817c716aba0c0cff
|
|
| BLAKE2b-256 |
359481d5a298ceb29559c1f09407236834d424f997262e2ba08ec785e46e8249
|
File details
Details for the file quick_video_clip-0.4.2-py3-none-any.whl.
File metadata
- Download URL: quick_video_clip-0.4.2-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f94cfb903f7d543c32c232e2a49d2c877055e080514ec52367ca5b969e05181a
|
|
| MD5 |
c611ee2dd3c6c7091859f8ca6bacdfe3
|
|
| BLAKE2b-256 |
f9b39072c1244d5caecbfc5f269d294b6dde4e34bd8aad81534a38c08642f0f2
|