aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2024-04-25 12:07:49 -0400
committerAnthony Wang2024-04-25 12:07:49 -0400
commit32ddc1c750136e75753da6195bf0b8b020d83e87 (patch)
treee74ad49dc2df58dc1a8ea0e7626e2d6d8748555b /README.md
parent74b6ae8ddc7506a57b6ba197b67b629f869794a8 (diff)
Add usage instructions to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index c2ac901..98eb594 100644
--- a/README.md
+++ b/README.md
@@ -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: