FFCut: Cutting Video with FFMpeg for Human Beings
Project description
FFMpeg is a great tool, but cutting several parts of a video with it can become a complex task. This small script serves to help with it.
Install it from PyPI:
pip install --user ffcut
Then use like:
~/.local/bin/ffcut -i file1.mp4 -s ..0:10 -s 0:30..+20 -s 1:30..2:30 -s 3:00.. -i file2.mp4 -s 5:00.. -o final.mp4
Here you first specify input files with -i, then slices to take from each file with -s using format [begin]..[end] (both parts being optional).
You can also merge two or more files in one:
~/.local/bin/ffcut -i file1.mp4 -i file2.mp4 -o result.mp4
Use --copy flag to avoid re-encoding (may cause problems with playback).
Use built-in help for more details:
~/.local/bin/ffcut -h
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
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 ffcut-0.1.2.tar.gz.
File metadata
- Download URL: ffcut-0.1.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5369713b6bbdaa1be7807574ea327f305653ba52d738cf77da8ef230b281b767
|
|
| MD5 |
920931a3f34aaa91f6394adc164ff815
|
|
| BLAKE2b-256 |
83a28cb40535c43949d18540633b6e72578ce5643902df9a418b7cf5a2500531
|
File details
Details for the file ffcut-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: ffcut-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18804fb5eb0f2f5b430c6f1fb3cb2f81e8b6b5510b8beb660a579eee23b1b686
|
|
| MD5 |
7d60eacf5c415d94870315fd0975214e
|
|
| BLAKE2b-256 |
465ad6afd5bdc25d0b26db5092e31ecb08cf0621b49dfa004dd7f6dfdcef1bf6
|