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

```