We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c26f1e commit 3aaacb4Copy full SHA for 3aaacb4
2 files changed
.gitignore
@@ -5,5 +5,5 @@ pyllusion\__pycache__\
5
pyllusion.egg
6
try_stuff.py
7
.Rhistory
8
-ebbinghaus_parameters.mp4
+paper/presentations/*.mp4
9
.eggs/*
paper/presentations/generate_videos.py
@@ -32,7 +32,7 @@
32
FPS = 24
33
WIDTH = 800
34
HEIGHT = 544 # divisible by 16 for codec compatibility
35
-OUTPUT = "ebbinghaus_parameters.mp4"
+OUTPUT = "ebbinghaus.mp4"
36
37
# ── Layout constants ────────────────────────────────────────────────────────
38
LEFT_BAR = 100 # width of vertical illusion_strength slider strip
0 commit comments