Initial version: basic Tkinter video concatenator
- Plain tkinter GUI: file picker, listbox of selected videos - Move Up / Move Down buttons to reorder the sequence - Output name entry + output directory chooser - Optional 'delete originals after concatenation' checkbox - Concatenates with the ffmpeg concat demuxer (-c copy) on a worker thread - Crude fixed time estimate (5s-per-file countdown before running ffmpeg) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
video_concat_v2.1.py
|
||||
video_concat_v3.py
|
||||
video_concat_v4.py
|
||||
video_concat_v4.1.py
|
||||
Reference in New Issue
Block a user