Skip to main content

FFmpeg-based video processing tools — CLI and GUI

Project description

🎬 PyVideoKit

Python License

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

System dependencies (FFmpeg, FFprobe, SoX) are pulled in automatically by pacman.

🐍 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 (may be required on 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 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 real-time progress tracking for all operations.
  • 🏗️ arch/ — PKGBUILD and .SRCINFO for Arch Linux. Builds and installs python-pyvideokit-libs, python-pyvideokit-cli, and python-pyvideokit-gui via 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

pyvideokit-0.3.0-py3-none-any.whl (27.6 kB view details)

Uploaded Python 3

File details

Details for the file pyvideokit-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: pyvideokit-0.3.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

Hashes for pyvideokit-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 29d64727cbcd79693656ee823d392a38a1897e4000f50aa229645092f5491bbf
MD5 a28da0eef5073533efba14f06143d222
BLAKE2b-256 761d41065b819d92a43ce8f84ecc75e5a0466d34931271ebba77c9372de4843d

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