## Project Structure ```text video-compressor/ ├── .gitignore ├── app.py ├── db.py ├── ffmpeg.exe ├── ffprobe.exe ├── history.db ├── LICENSE ├── requirements.txt └── TECHSTACK.md ```