✂️ Video Cut
A dedicated tool page with 2 tabs: Slice Video (split a video into clips) and Extract Frames (pull stills out of a video). Access via the Cut Video button on the sidebar.
Overview
| Tab | Name | Description |
|---|---|---|
| 1. ✂️ Slice Video | Cắt & Tách Video | Cut one video into multiple .mp4 clips via several modes |
| 2. 🖼️ Extract Frames | Tách Ảnh Từ Video | Extract frames as .jpg images |
Both tabs share the same layout: left column = Processing Mode + the slice/extract mode + Input & Output; right column = Activity Log; bottom = Start / Stop buttons + progress bar. There is no results table — just a text log.
.mp4 .avi .mov .mkv). Input supports drag & drop.Tab 1 — Slice Video
Pick one of 5 slicing modes (default: Split into N parts):
| Mode | Input | Description |
|---|---|---|
| Split into N parts | Part count (1–1000, default 2) | Split the video into N equal-length clips |
| Fixed duration | HH:mm:ss (default 00:00:30) | Cut back-to-back clips of a fixed length |
| Random duration | min ~ max (default 00:00:10 ~ 00:00:45) | Each clip a random length within min–max |
| Timestamp list | e.g. 00:01:15, 00:05:30, 00:12:00 | Use the marks as split points → N+1 segments |
| Range list (A-B) | e.g. 00:01:10-00:01:45, 00:05:00-00:05:30 | Extract only the listed A–B ranges |
- Choose Processing Mode (Single File / Batch)
- Pick a slicing mode + enter its value
- Set the input video (or folder) and output folder (auto-filled, editable, drag-and-drop)
- Click 🚀 Start Slicing — watch the log + progress. ⏹️ Stop to cancel
Output clips are .mp4, written to <output folder>/<video name>/, named like 001_name_HHMMSS.mp4.
Tab 2 — Extract Frames
Extract frames as JPG images. Pick one of 4 modes (default: By total images):
| Mode | Input | Description |
|---|---|---|
| By total images | Image count (1–10000, default 100) | Extract ~N images evenly across the whole video |
| By time interval (seconds) | 0.1–3600s (default 5.0) | One image every N seconds |
| By frame interval | 1–100000 (default 150) | One image every Nth frame |
| By scene change (% sensitivity) | 1–100 (default 10) | Scene-cut / motion detection (close to keyframes) |
Output images are always .jpg, written to <output folder>/<video name>/, named like name_00001.jpg (5-digit counter). Buttons: 🚀 Start Extracting / ⏹️ Stop.
Notes
- Input formats:
.mp4,.avi,.mov,.mkv(drag-drop accepts any file in Single mode; batch scanning only picks up these four extensions, non-recursively) - No keyboard shortcuts — mouse + Start/Stop buttons only
- Each tab's settings are remembered across sessions