FFmpeg-based video processing tools — CLI and GUI
Project description
🎬 PyVideoKit
FFmpeg-based video processing toolkit for Python — featuring a library, a CLI, and a desktop GUI.
📦 Installation
🏗️ Arch Linux (AUR)
Install all three packages at once:
yay -S python-pyvideokit-libs python-pyvideokit-cli python-pyvideokit-gui
Pacman pulls in system dependencies (FFmpeg, FFprobe, SoX) automatically.
🐍 Other systems (pip)
pip install PyVideoKit
This installs PyVideoKit-Libs, PyVideoKit-CLI, and PyVideoKit-GUI in one go.
Make sure FFmpeg, FFprobe, and SoX are available in your PATH.
🖥️ Desktop Integration
Non-Arch users can add PyVideoKit to their application launcher by manually creating the .desktop entry and icon.
1. Save the icon:
mkdir -p ~/.local/share/icons/hicolor/scalable/apps
cat > ~/.local/share/icons/hicolor/scalable/apps/pvk-gui.svg << 'EOF'
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<rect x="4" y="14" width="40" height="30" rx="3" fill="#2d3561"/>
<rect x="10" y="19" width="28" height="20" rx="2" fill="#1a2038"/>
<polygon points="18,21 18,37 33,29" fill="#ff6b6b"/>
<rect x="4" y="6" width="40" height="8" rx="2" fill="#ff6b6b"/>
<rect x="11" y="6" width="6" height="8" fill="#ffffff"/>
<rect x="23" y="6" width="6" height="8" fill="#ffffff"/>
<rect x="35" y="6" width="5" height="8" fill="#ffffff"/>
</svg>
EOF
2. Create the .desktop entry:
mkdir -p ~/.local/share/applications
cat > ~/.local/share/applications/pvk-gui.desktop << 'EOF'
[Desktop Entry]
Version=1.0
Type=Application
Name=PyVideoKit
GenericName=Video Processing Tool
Comment=FFmpeg-based video processing GUI
Exec=pvk-gui
Icon=pvk-gui
Categories=AudioVideo;Video;AudioVideoEditing;
Terminal=false
Keywords=video;ffmpeg;trim;fade;vhs;youtube;convert;
EOF
3. Refresh the icon cache (maybe required in some desktop environments):
gtk-update-icon-cache ~/.local/share/icons/hicolor/
PyVideoKit will now appear in your application launcher.
🗂️ Subprojects
- 📚 PyVideoKit-Libs — Core Python library. All video processing functions are built on top of FFmpeg, FFprobe, and SoX. Base dependency for the other packages.
- 💻 PyVideoKit-CLI — Command-line interface built on PyVideoKit-Libs. Each operation is exposed as a standalone command (
pvk,trim-video,fade-video, etc.). - 🖥️ PyVideoKit-GUI — PySide6 desktop GUI. Tabbed interface with drag-and-drop input, batch processing for Convert/VHS/Extract Audio/YouTube.
- 🏗️ arch/ — PKGBUILD and .SRCINFO for Arch Linux. Builds and installs
python-pyvideokit-libs,python-pyvideokit-cli, andpython-pyvideokit-guivia pacman. Mirrors the AUR package.
🔧 Build
make help # show all available targets
make build-all # build all wheels (Libs + CLI + GUI + meta-package)
make install-all # build and install all packages locally
make aur # build and install AUR packages with makepkg
⚖️ License
This project is licensed under the GPLv3 License — see the LICENSE file for details.
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 Distributions
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 pyvideokit-0.4.0-py3-none-any.whl.
File metadata
- Download URL: pyvideokit-0.4.0-py3-none-any.whl
- Upload date:
- Size: 27.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b159ef8545def07d8248d5127291b7ca502a1aa9990c932181e165451e7b271f
|
|
| MD5 |
112eb91d41c51aede3c40c1148ed1f56
|
|
| BLAKE2b-256 |
4e9983b0e60559606e5e1ba6a1c25fdf69d2e243a9e7ebe392ed315f41b88c41
|