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

```