Skip to content

Commit 2b7e690

Browse files
committed
File header added
1 parent 57c85ba commit 2b7e690

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/VideoTrim.py

+11
Original file line numberDiff line numberDiff line change
@@ -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+
112
import tkinter as tk
213
import ttkbootstrap as ttk
314
from tkinter import filedialog, messagebox

0 commit comments

Comments
 (0)