From 3cbd44bd171fc04ebb1d3f93a5c5a7ff09492894 Mon Sep 17 00:00:00 2001 From: Thomas Chick Date: Thu, 24 Oct 2024 03:45:48 +1100 Subject: [PATCH] Switch squeezeh and squeezev descriptions. My bad, had the videos in front of me and still stuffed it. `squeezeh` squeezes the video to *become* horizontal, not horizontally. Ditto `squeezev`. --- common/common/segments.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/common/segments.py b/common/common/segments.py index b1c5094..edee7b5 100644 --- a/common/common/segments.py +++ b/common/common/segments.py @@ -70,8 +70,8 @@ KNOWN_XFADE_TRANSITIONS = { "wipetr": "Combines wiperight and wipeup, creating a receding rectangle to the top-right corner.", "wipebl": "Combines wipeleft and wipedown, creating a receding rectangle to the bottom-left corner.", "wipebr": "Combines wiperight and wipedown, creating a receding rectangle to the bottom-right corner.", - "squeezeh": "Squashes the old video from the left and right until it disappears, revealing the new video.", - "squeezev": "Squashes the old video from the top and bottom until it disappears, revealing the new video.", + "squeezeh": "Squashes the old video from the top and bottom until it disappears, revealing the new video.", + "squeezev": "Squashes the old video from the left and right until it disappears, revealing the new video.", "zoomin": "The old video zooms towards the 'camera', preserving pixels, then crossfades to the new video.", "hlwind": "Like wipeleft, but the edge is incredibly jagged, evoking speed lines.", "hrwind": "Like wiperight, but the edge is incredibly jagged, evoking speed lines.",