File size: 252 Bytes
7af876f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Project Structure
```text
video-compressor/
βββ .gitignore
βββ app.py
βββ db.py
βββ ffmpeg.exe
βββ ffprobe.exe
βββ history.db
βββ LICENSE
βββ requirements.txt
βββ TECHSTACK.md
```
|