You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,25 +44,26 @@ To create a video with Video-Code, you need to write some simple code in Python.
31
44
32
45
The flow of the Video comes from the __Inputs__ that you, first import or create, then modify with __Transformations__ and finally add to the __timeline__.
33
46
34
-
To import or create an __Input__, you need to create a __video__or __image__instance (soon text and shapes).<br>
47
+
To import or create an __Input__, you need to create a __video__, __image__or a __text__instance (soon shapes).<br>
35
48
To modify it, you need to use __Transformations__ like __translate__ or __fade__.<br>
36
49
To add the frames of the __Input__ to the timeline, use the __\<Input\>.add()__ function.
37
50
38
51
## Patch Notes
39
52
40
53
41
-
<detailsopen>
54
+
<details>
42
55
<summary><code>Inputs</code></summary>
43
56
<br>
44
57
45
58
-`image`
46
59
-`video`
60
+
-`text`
47
61
48
62
</details>
49
63
50
64
<br>
51
65
52
-
<detailsopen>
66
+
<details>
53
67
<summary><code>Transformations</code></summary>
54
68
<br>
55
69
@@ -63,15 +77,18 @@ To add the frames of the __Input__ to the timeline, use the __\<Input\>.add()__
Copy file name to clipboardExpand all lines: docs/readme/04_getting_started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@ To create a video with Video-Code, you need to write some simple code in Python.
3
3
4
4
The flow of the Video comes from the __Inputs__ that you, first import or create, then modify with __Transformations__ and finally add to the __timeline__.
5
5
6
-
To import or create an __Input__, you need to create a __video__or __image__instance (soon text and shapes).<br>
6
+
To import or create an __Input__, you need to create a __video__, __image__or a __text__instance (soon shapes).<br>
7
7
To modify it, you need to use __Transformations__ like __translate__ or __fade__.<br>
8
8
To add the frames of the __Input__ to the timeline, use the __\<Input\>.add()__ function.
0 commit comments