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
Copy file name to clipboardExpand all lines: docs/general/anywhere.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
#### Description
6
6
7
-
The **anywhere** object represents any Adobe Anywhere or Team Projects servers available.
7
+
The `Anywhere` object represents any Adobe Anywhere or Team Projects servers available.
8
8
9
9
---
10
10
@@ -30,7 +30,7 @@ None.
30
30
31
31
#### Returns
32
32
33
-
A **String** containing the login token, or **0** if unsuccessful.
33
+
A String containing the login token, or `0` if unsuccessful.
34
34
35
35
---
36
36
@@ -48,7 +48,7 @@ None.
48
48
49
49
#### Returns
50
50
51
-
Returns a **String** containing the asset's URL, or **0** if unsuccessful (including if there is no active sequence, or if no editing session is opened).
51
+
Returns a String containing the asset's URL, or `0` if unsuccessful (including if there is no active sequence, or if no editing session is opened).
52
52
53
53
---
54
54
@@ -66,7 +66,7 @@ None.
66
66
67
67
#### Returns
68
68
69
-
Returns a **String** containing the asset's URL, or **0** if unsuccessful (including if more or fewre than one item is selected).
69
+
Returns a String containing the asset's URL, or `0` if unsuccessful (including if more or fewre than one item is selected).
70
70
71
71
---
72
72
@@ -84,7 +84,7 @@ None.
84
84
85
85
#### Returns
86
86
87
-
Returns a **String** containing the production's URL, or **0** if unsuccessful.
87
+
Returns a String containing the production's URL, or `0` if unsuccessful.
88
88
89
89
---
90
90
@@ -120,7 +120,7 @@ None.
120
120
121
121
#### Returns
122
122
123
-
Returns an Array of **Strings** containing the names of avialable productions, or 0 if unsuccessful.
123
+
Returns an Array of Strings containing the names of avialable productions, or `0` if unsuccessful.
124
124
125
125
---
126
126
@@ -134,13 +134,13 @@ Opens the production at the specified URL.
`app.encoder` is broken on Premiere Pro 14.3.1 - 15 on Mac only. Fixed in 22 and up. [See here.](https://community.adobe.com/t5/premiere-pro-discussions/missing-the-object-app-encoder-14-3-1-15-0-15-1-15-2/m-p/12544488)
|`filePath`| String | A path to a file to render. |
35
-
|`outputPath`| String | A path to an output file. |
36
-
|`presetPath`| String | A path to a preset (.epr) file. |
37
-
|`workArea`| Integer | Integer denoting work area to be used:<br/><br/>- 0 - `ENCODE_ENTIRE`<br/>- 1 - `ENCODE_IN_TO_OUT`<br/>- 2 - `ENCODE_WORK_AREA`|
38
-
|`removeUponCompletion`| Integer | If `1`, job will be removed once complete. |
39
-
|`inPoint`| Time | A **Time**, for the in point of new file. |
40
-
|`outPoint`| Time | A **Time**, for the out point of new file. |
|`filePath`| String | A path to a file to render.|
35
+
|`outputPath`| String | A path to an output file.|
36
+
|`presetPath`| String | A path to a preset (.epr) file.|
37
+
|`workArea`| Integer | Integer denoting work area to be used:<ul><li>`0` - `ENCODE_ENTIRE`</li><li>`1` - `ENCODE_IN_TO_OUT`</li><li>`2` - `ENCODE_WORK_AREA`</li></ul>|
38
+
|`removeUponCompletion`| Integer | If `1`, job will be removed once complete.|
39
+
|`inPoint`|[Time object](../other/time.md)| A Time object, for the in point of new file.|
40
+
|`outPoint`|[Time object](../other/time.md)| A Time object, for the out point of new file.|
41
41
42
42
#### Returns
43
43
44
-
Returns a job ID as a **String**, for the render job added to the AME queue, or **0** if unsuccessful.
44
+
Returns a job ID as a String, for the render job added to the AME queue, or `0` if unsuccessful.
45
45
46
46
---
47
47
@@ -55,17 +55,17 @@ Makes Adobe Media Encoder render (optionally, a specified range from) the specif
|`projectItem`|[ProjectItem object](../item/projectitem.md)| A project item to render. |
61
-
|`outputPath`| String | A path to an output file.|
62
-
|`presetPath`| String | A path to a preset (.epr) file. |
63
-
|`workArea`| Integer | Integer denoting work area to be used:<br/><br/>- 0 - `ENCODE_ENTIRE`<br/>- 1 - `ENCODE_IN_TO_OUT`<br/>- 2 - `ENCODE_WORK_AREA`|
64
-
|`removeUponCompletion`| Integer | If `1`, job will be removed once complete. |
|`projectItem`|[ProjectItem object](../item/projectitem.md)| A project item to render. |
61
+
|`outputPath`| String | A path to an output file.|
62
+
|`presetPath`| String | A path to a preset (.epr) file.|
63
+
|`workArea`| Integer | Integer denoting work area to be used:<ul><li>`0` - `ENCODE_ENTIRE`</li><li>`1` - `ENCODE_IN_TO_OUT`</li><li>`2` - `ENCODE_WORK_AREA`</li></ul>|
64
+
|`removeUponCompletion`| Integer | If `1`, job will be removed once complete.|
65
65
66
66
#### Returns
67
67
68
-
Returns a job ID as a **String**, for the render job added to the AME queue, or **0** if unsuccessful.
68
+
Returns a job ID as a String, for the render job added to the AME queue, or `0` if unsuccessful.
69
69
70
70
---
71
71
@@ -79,17 +79,17 @@ Makes Adobe Media Encoder render the specified [Sequence object](../sequence/seq
|`sequence`|[Sequence object](../sequence/sequence.md)| A sequence to render. |
85
-
|`outputPath`| String | A path to an output file. |
86
-
|`presetPath`| String | A path to a preset (.epr) file. |
87
-
|`workArea`| Integer | Integer denoting work area to be used:<br/><br/>- 0 - `ENCODE_ENTIRE`<br/>- 1 - `ENCODE_IN_TO_OUT`<br/>- 2 - `ENCODE_WORK_AREA`|
88
-
|`removeUponCompletion`| Integer | If `1`, job will be removed once complete. |
85
+
|`outputPath`| String | A path to an output file. |
86
+
|`presetPath`| String | A path to a preset (.epr) file. |
87
+
|`workArea`| Integer | Integer denoting work area to be used:<ul><li>`0` - `ENCODE_ENTIRE`</li><li>`1` - `ENCODE_IN_TO_OUT`</li><li>`2` - `ENCODE_WORK_AREA`</li></ul>|
88
+
|`removeUponCompletion`| Integer | If `1`, job will be removed once complete. |
89
89
90
90
#### Returns
91
91
92
-
Returns a job ID as a **String**, for the render job added to the AME queue, or **0** if unsuccessful.
92
+
Returns a job ID as a String, for the render job added to the AME queue, or `0` if unsuccessful.
93
93
94
94
---
95
95
@@ -107,7 +107,7 @@ None.
107
107
108
108
#### Returns
109
109
110
-
Returns **0** if successful.
110
+
Returns `0` if successful.
111
111
112
112
---
113
113
@@ -121,15 +121,18 @@ Determines whether embedded XMP metadata, will be output.
|`enabled`| Integer | Pass `1` to enable sidecar output, `0` to disable. |
127
127
128
128
#### Returns
129
129
130
-
Returns **0** if successful.
130
+
Returns `0` if successful.
131
131
132
-
Note: Premiere Pro and Adobe Media Encoder will output sidecar XMP for some file formats, and embed XMP for most. The applications make this determination based on numerous factors, and there is no API control to "force" sidecar or embedded output, for formats which normally use "the other approach".
132
+
!!! note
133
+
Premiere Pro and Adobe Media Encoder will output sidecar XMP for some file formats, and embed XMP for most.
134
+
135
+
The applications make this determination based on numerous factors, and there is no API control to "force" sidecar or embedded output, for formats which normally use "the other approach".
133
136
134
137
---
135
138
@@ -143,13 +146,13 @@ Determines whether a sidecar file containing XMP metadata, will be output.
Copy file name to clipboardExpand all lines: docs/general/marker.md
+25-17Lines changed: 25 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
#### Description
9
9
10
-
Both [Project items](../item/projectitem.md) and [sequences](../sequence/sequence.md) have associated **marker** objects, which represent their associated markers.
10
+
Both [Project items](../item/projectitem.md) and [sequences](../sequence/sequence.md) have associated Marker objects, which represent their associated markers.
11
11
12
12
---
13
13
@@ -107,7 +107,15 @@ A [Time object](../other/time.md) containing the value of the beginning of the m
107
107
108
108
#### Description
109
109
110
-
The type of marker; either "Comment", "Chapter", "Segmentation", or "WebLink". Note: Premiere Pro can import some marker types, which cannot be created from within Premiere Pro.
110
+
The type of marker, one of:
111
+
112
+
-`"Comment"`
113
+
-`"Chapter"`
114
+
-`"Segmentation"`
115
+
-`"WebLink"`
116
+
117
+
!!! note
118
+
Premiere Pro can import some marker types which cannot be created from within Premiere Pro.
111
119
112
120
#### Type
113
121
@@ -160,7 +168,7 @@ None.
160
168
161
169
#### Returns
162
170
163
-
Returns a String containing the frame target, or **0** if unsuccessful.
171
+
Returns a String containing the frame target, or `0` if unsuccessful.
164
172
165
173
---
166
174
@@ -181,7 +189,7 @@ None.
181
189
182
190
#### Returns
183
191
184
-
Returns a String containing the URL, or **0** if unsuccessful.
192
+
Returns a String containing the URL, or `0` if unsuccessful.
185
193
186
194
---
187
195
@@ -197,16 +205,16 @@ Returns a String containing the URL, or **0** if unsuccessful.
197
205
198
206
#### Description
199
207
200
-
Sets the marker color by index. Color indexies listed below.
208
+
Sets the marker color by index. Color indices listed below.
0 commit comments