A simple GUI for cutting off a specific time at the start and the end of a video, written in Python3 using tkinter. FFmpeg is used for processing the video.
Find a file
2025-05-01 12:53:36 +02:00
cutvideo.py Initial commit 2025-05-01 12:53:36 +02:00
LICENSE Initial commit 2025-05-01 10:51:59 +00:00
README.md Initial commit 2025-05-01 10:51:59 +00:00

python-video-cutter-gui

A simple GUI for cutting off a specific time at the start and the end of a video, written in Python3 using tkinter. FFmpeg is used for processing the video.