diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |