aboutsummaryrefslogtreecommitdiff
path: root/encoder.py
diff options
context:
space:
mode:
authorAnthony Wang2024-05-13 21:37:57 -0400
committerAnthony Wang2024-05-13 21:37:57 -0400
commitb5a725174ad85271b239a9b97c71c470bb949f5a (patch)
tree6f21616222c9697ff426a52be0031f713122bc8f /encoder.py
parent57a2ecb485d3814b85f4c22c9b48f1de053750eb (diff)
Shrink corners
Diffstat (limited to 'encoder.py')
-rw-r--r--encoder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoder.py b/encoder.py
index d71990d..ab0ab1e 100644
--- a/encoder.py
+++ b/encoder.py
@@ -15,7 +15,7 @@ parser.add_argument("-m", "--mix", help="mix frames with original video", action
args = parser.parse_args()
-cheight = cwidth = max(args.height // 10, args.width // 10)
+cheight = cwidth = max(args.height // 15, args.width // 15)
midwidth = args.width - 2 * cwidth
frame_size = args.height * args.width - 4 * cheight * cwidth
# Divide by 8 / 3 for 3-bit color