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