Files
video_concat/.gitignore
youfu c26a8fc235 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>
2026-06-26 13:26:59 +00:00

5 lines
80 B
Plaintext

video_concat_v2.1.py
video_concat_v3.py
video_concat_v4.py
video_concat_v4.1.py