/PyTrimmer

Python + FFmpeg empowered fast video trimmer. With GPU acceleration support.

Primary LanguagePythonMIT LicenseMIT

PyTrimmer

PyTrimmer

Python + ffmpeg empowered fast video trimmer. With GPU acceleration support.

Recorded with Peek

Peek.21-03-2023.23-27.mp4

Dependencies

  1. Sun-Valley-ttk-theme
  2. MPV
  3. python-mpv
  4. Tkinter
  5. FFmpeg

Supported plaforms

  1. Linux
  2. Windows - needs FFmpeg added to PATH. * not tested
  3. MasOS * not tested

Installation

pip install mpv tk sv-ttk

Install FFmpeg and MPV

  • On Arch Linux/EndeavourOS/Manjaro/Garuda/Artix and other Arch-based:
pip install mpv tk sv-ttk
sudo pacman -S ffmpeg tk mpv
  1. Make install.sh executable:
    a) via GUI on right click Properties --> Permissions --> click is executable
    b) via terminal - cd into the directory with install.sh --> chmod +x install.sh

  2. Run it on double click or in the terminal.