aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2024-04-28 19:33:51 -0400
committerAnthony Wang2024-04-28 19:33:51 -0400
commit80b6b746b82be2046847a658711b6845c39bc52f (patch)
treed717335c0251b488613bdc0f43e4115ad1003b27 /README.md
parent5259da7b02e62f81c383fa67e06cd7ee554e6301 (diff)
Format code, update usage instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 776d41c..9857d2a 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ 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`
+Copy the flags printed by the encoder and pass them to the decoder: `python decoder.py -o out FLAGS`
Formatting: `black -l 120 *.py`