diff options
author | Anthony Wang | 2024-04-25 12:07:49 -0400 |
---|---|---|
committer | Anthony Wang | 2024-04-25 12:07:49 -0400 |
commit | 32ddc1c750136e75753da6195bf0b8b020d83e87 (patch) | |
tree | e74ad49dc2df58dc1a8ea0e7626e2d6d8748555b /README.md | |
parent | 74b6ae8ddc7506a57b6ba197b67b629f869794a8 (diff) |
Add usage instructions to README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ # 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: |