diff options
author | Anthony Wang | 2024-04-28 19:33:51 -0400 |
---|---|---|
committer | Anthony Wang | 2024-04-28 19:33:51 -0400 |
commit | 80b6b746b82be2046847a658711b6845c39bc52f (patch) | |
tree | d717335c0251b488613bdc0f43e4115ad1003b27 /README.md | |
parent | 5259da7b02e62f81c383fa67e06cd7ee554e6301 (diff) |
Format code, update usage instructions
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` |