Inicial, descargar y conversion basicas

This commit is contained in:
2026-08-27 14:38:59 +02:00
commit b05ea516ee
11 changed files with 611 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Entornos virtuales
venv/
.venv/
env/
ENV/
env.bak/
venv.bak/
# Binarios y ejecutables descargados localmente (FFmpeg/FFprobe)
bin/ffmpeg.exe
bin/ffprobe.exe
bin/ffplay.exe
bin/*.exe
bin/*.dll
# Archivos multimedia de pruebas (Entrada y Salida)
*.mp4
*.mkv
*.avi
*.mov
*.mp3
*.wav
*.flac
*.m4a
*.webm
# Configuración e IDEs
.vscode/
.idea/
*.swp
*.swo
# Distribución / Compilación (PyInstaller / CX_Freeze / Nuitka)
build/
dist/
*.spec
# Archivos de sistema operativo
.DS_Store
Thumbs.db