Commit
·
e7b6843
1
Parent(s):
cbaa3f6
updated examples
Browse files
app.py
CHANGED
@@ -35,10 +35,10 @@ EXAMPLES = [
|
|
35 |
"While the character moves right, the camera trucks right.",
|
36 |
"While the character moves right, the camera performs a push in.",
|
37 |
"While the character moves right, the camera performs a pull out.",
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
]
|
43 |
DEFAULT_TEXT = [
|
44 |
"While the character moves right, the camera [...].",
|
|
|
35 |
"While the character moves right, the camera trucks right.",
|
36 |
"While the character moves right, the camera performs a push in.",
|
37 |
"While the character moves right, the camera performs a pull out.",
|
38 |
+
"Movement: shortArcShotRight Easing: easeInOutQuad Frames: 30 Camera Angle: birdsEyeView Shot Type: mediumShot Subject Index: 0",
|
39 |
+
"Movement: fullZoomIn Easing: easeInOutSine Frames: 30 Camera Angle: highAngle Shot Type: closeUp",
|
40 |
+
"Movement: pedestalDown Easing: easeOutExpo Frames: 30 Camera Angle: mediumAngle Shot Type: longShot", # noqa
|
41 |
+
"Movement: dollyIn Easing: easeOutBounce Frames: 30 Camera Angle: mediumAngle Shot Type: longShot", # noqa
|
42 |
]
|
43 |
DEFAULT_TEXT = [
|
44 |
"While the character moves right, the camera [...].",
|