aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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`