init: video concat source code

This commit is contained in:
2026-02-16 12:18:15 +08:00
commit 7c06dc0f99
3 changed files with 696 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# PyInstaller
build/
dist/
*.spec
# Executables
*.exe
*.rar
*.zip
*.pyz
*.pkg
*.toc
# Python
__pycache__/
*.pyc
*.pyo
# Logs
*.log
# FFmpeg binaries
ffmpeg.exe
ffplay.exe
ffprobe.exe
# VSCode
.vscode/
# mac
.DS_Store