We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c85ba commit 2b7e690Copy full SHA for 2b7e690
src/VideoTrim.py
@@ -1,3 +1,14 @@
1
+"""Video Trimmer
2
+
3
+This application can be used to to trim from the start and end of a recording
4
+(Please ensure 'ffmpeg' is installed before running this application)
5
6
7
+Version: 0.0.1
8
+License: MIT License
9
+URL: https://github.com/laidbackcoder/VideoTrim
10
+"""
11
12
import tkinter as tk
13
import ttkbootstrap as ttk
14
from tkinter import filedialog, messagebox
0 commit comments