aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 98eb594bf74e61fe294be293c84d72b6ceb1b7a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 6.8301 Project

Encode: `python encoder.py -i in -o vid.mkv`

Play video: `mpv --scale=nearest --fullscreen --loop --no-keepaspect vid.mkv`

Decode: `python decoder.py -o out`

Formatting: `black -l 120 *.py`

TODO:
- Limit BFS time
- Write better ECC