aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2024-04-29 00:31:43 -0400
committerAnthony Wang2024-04-29 00:31:43 -0400
commit270dcaa6597db99c0034914bd36d22ae8a893396 (patch)
tree27124ed3af204de04732ef61d5cdb4f4749ccee2 /README.md
parent6dacec96754a493171d1d45dd4f5b7b683de6ccb (diff)
Mix frames with all vidframe pixels that are 0 or 255
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index d465263..98441c9 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,14 @@ pip install --upgrade reedsolo --no-binary "reedsolo" --no-cache --config-settin
Encode: `python encoder.py -i in`
-Play video: `mpv --scale=nearest --fullscreen --loop --no-keepaspect vid.mkv`
+Play video (SEIZURE WARNING): `mpv --scale=nearest --fullscreen --loop --no-keepaspect vid.mkv`
Copy the flags printed by the encoder and pass them to the decoder: `python decoder.py FLAGS`
Formatting: `black -l 120 *.py`
Use phone as webcam for higher quality video: `scrcpy --v4l2-sink=/dev/video4 --video-source=camera --no-video-playback --camera-size 1920x1440`
+
+## TODO
+
+- Reorder bits