Skip to main content

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)
  • Preview - Drag the timeline to preview any frame
  • Precise Mode - Frame-accurate cutting with re-encoding
  • 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

Install with GUI support

pip install quick-video-clip[gui]

Usage

GUI

qlip
  1. Click "Browse" to select a video
  2. Drag the timeline to preview and find your start/end points
  3. Click "Set" to set start/end times
  4. Click "Cut"

CLI

# 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

Python API

from video_cutter import cut_video

success, message = cut_video(
    "input.mp4",
    "output.mp4",
    "00:00:30",
    "00:02:00",
    mode="fast"
)

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

Modes

Mode Speed Accuracy Quality Use Case
Fast Seconds +/-1-2 sec Lossless Most scenarios
Precise Minutes Frame-accurate Adjustable Precision needed

License

MIT

Project details


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.2.3.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quick_video_clip-0.2.3-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

Details for the file quick_video_clip-0.2.3.tar.gz.

File metadata

  • Download URL: quick_video_clip-0.2.3.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for quick_video_clip-0.2.3.tar.gz
Algorithm Hash digest
SHA256 7b042f0bb283afb13e1d1af5ed74808b756229a5c58099a29f906d4b58685ed8
MD5 2af4ac5898bf74bd3b929af775e00f8b
BLAKE2b-256 c7d0caf4964365c1e773184ac4403ca20026a0bdfdbfe2dc559e98a26f3ce0e5

See more details on using hashes here.

File details

Details for the file quick_video_clip-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for quick_video_clip-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7ac3632477ec8a91879acae492925a31a1f8374784462bb37f561b7565587f81
MD5 b89747035bf349d9cc9130881bbc502d
BLAKE2b-256 7f47005f075a012484e807401c6912d08f25da0915e0f8406c3f5e32c0c3e0f4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page