aboutsummaryrefslogtreecommitdiff
path: root/encoder.py
diff options
context:
space:
mode:
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