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
| `frames`| Number | The amount of frames to convert.
35
-
| `fps`| Number | Optional. The number of frames per second to use to convert. Defaults to `1.0 / thisComp.frameDuration` (the frame rate of the current composition).
|`frames`| Number | The amount of frames to convert.|
35
+
|`fps`| Number | Optional. The number of frames per second to use to convert. Defaults to `1.0 / thisComp.frameDuration` (the frame rate of the current composition).|
36
36
37
37
#### Returns
38
38
@@ -50,12 +50,12 @@ Converts the value of `t` to a String representing time in the current Project S
| `t` | Number | Optional. The time (in seconds) to convert. Defaults to `time + thisComp.displayStartTime`.
56
-
| `fps` | Number | Optional. Defaults to `1.0 / thisComp.frameDuration` (the frame rate of the current composition).
57
-
| `isDuration` | Boolean | Optional. Whether `t` represents a difference between two times, vs an absolute time. Absolute times are rounded down toward negative infinity; durations are rounded away from zero (up for positive values). Defaults to `false`.
58
-
| `ntscDropFrame` | Boolean | Optional. If `false`, the result is NTSC non-drop-frame timecode. If `true`, the result is NTSC drop-frame timecode. Defaults to `thisComp.ntscDropFrame`.
|`t`| Number | Optional. The time (in seconds) to convert. Defaults to `time + thisComp.displayStartTime`.|
56
+
|`fps`| Number | Optional. Defaults to `1.0 / thisComp.frameDuration` (the frame rate of the current composition).|
57
+
|`isDuration`| Boolean | Optional. Whether `t` represents a difference between two times, vs an absolute time. Absolute times are rounded down toward negative infinity; durations are rounded away from zero (up for positive values). Defaults to `false`.|
58
+
|`ntscDropFrame`| Boolean | Optional. If `false`, the result is NTSC non-drop-frame timecode. If `true`, the result is NTSC drop-frame timecode. Defaults to `thisComp.ntscDropFrame`.|
59
59
60
60
!!! note
61
61
The `ntscDropFrame` argument was added in After Effects CS5.5.
@@ -76,11 +76,11 @@ Converts the value of `t` to a String representing feet of film and frames.
| `t` | Number | Optional. The time (in seconds) to convert. Defaults to `time + thisComp.displayStartTime`.
82
-
| `framesPerFoot` | Number | Optional. Specifies the number of frames in one foot of film. Defaults to `16` (the most common rate for 35mm footage).
83
-
| `isDuration` | Boolean | Optional. Whether `t` represents a difference between two times, vs an absolute time. Absolute times are rounded down toward negative infinity; durations are rounded away from zero (up for positive values). Defaults to `false`.
|`t`| Number | Optional. The time (in seconds) to convert. Defaults to `time + thisComp.displayStartTime`.|
82
+
|`framesPerFoot`| Number | Optional. Specifies the number of frames in one foot of film. Defaults to `16` (the most common rate for 35mm footage).|
83
+
|`isDuration`| Boolean | Optional. Whether `t` represents a difference between two times, vs an absolute time. Absolute times are rounded down toward negative infinity; durations are rounded away from zero (up for positive values). Defaults to `false`.|
84
84
85
85
#### Returns
86
86
@@ -98,11 +98,11 @@ Converts the value of `t` (some amount of time, in seconds) to an integer number
| `t` | Number | Optional. The time (in seconds) to convert. Defaults to `time + thisComp.displayStartTime`.
104
-
| `fps` | Number | Optional. The number of frames per second to use to convert. Defaults to `1.0 / thisComp.frameDuration` (the frame rate of the current composition).
105
-
| `isDuration` | Boolean | Optional. Whether `t` represents a difference between two times, vs an absolute time. Absolute times are rounded down toward negative infinity; durations are rounded away from zero (up for positive values). Defaults to `false`.
|`t`| Number | Optional. The time (in seconds) to convert. Defaults to `time + thisComp.displayStartTime`.|
104
+
|`fps`| Number | Optional. The number of frames per second to use to convert. Defaults to `1.0 / thisComp.frameDuration` (the frame rate of the current composition).|
105
+
|`isDuration`| Boolean | Optional. Whether `t` represents a difference between two times, vs an absolute time. Absolute times are rounded down toward negative infinity; durations are rounded away from zero (up for positive values). Defaults to `false`.|
106
106
107
107
#### Returns
108
108
@@ -120,11 +120,11 @@ Converts `t` to a String representing NTSC timecode.
| `t` | Number | Optional. The time (in seconds) to convert. Defaults to `time + thisComp.displayStartTime`.
126
-
| `ntscDropFrame` | Boolean | Optional. If `false`, the result is NTSC non-drop-frame timecode. If `true`, the result is NTSC drop-frame timecode. Defaults to `false`.
127
-
| `isDuration` | Boolean | Optional. Whether `t` represents a difference between two times, vs an absolute time. Absolute times are rounded down toward negative infinity; durations are rounded away from zero (up for positive values). Defaults to `false`.
|`t`| Number | Optional. The time (in seconds) to convert. Defaults to `time + thisComp.displayStartTime`.|
126
+
|`ntscDropFrame`| Boolean | Optional. If `false`, the result is NTSC non-drop-frame timecode. If `true`, the result is NTSC drop-frame timecode. Defaults to `false`.|
127
+
|`isDuration`| Boolean | Optional. Whether `t` represents a difference between two times, vs an absolute time. Absolute times are rounded down toward negative infinity; durations are rounded away from zero (up for positive values). Defaults to `false`.|
128
128
129
129
#### Returns
130
130
@@ -142,11 +142,11 @@ Converts the value of `t` to a String representing timecode.
| `t` | Number | Optional. The time (in seconds) to convert. Defaults to `time + thisComp.displayStartTime`.
148
-
| `timecodeBase` | Number | Optional. Specifies the number of frames in one second. Defaults to `30`.
149
-
| `isDuration` | Boolean | Optional. Whether `t` represents a difference between two times, vs an absolute time. Absolute times are rounded down toward negative infinity; durations are rounded away from zero (up for positive values). Defaults to `false`.
|`t`| Number | Optional. The time (in seconds) to convert. Defaults to `time + thisComp.displayStartTime`.|
148
+
|`timecodeBase`| Number | Optional. Specifies the number of frames in one second. Defaults to `30`.|
149
+
|`isDuration`| Boolean | Optional. Whether `t` represents a difference between two times, vs an absolute time. Absolute times are rounded down toward negative infinity; durations are rounded away from zero (up for positive values). Defaults to `false`.|
0 commit comments