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/tutorials/adapters.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The OpenTimelineIO native file format adapters that are present in the `opentime
12
12
13
13
## Batteries-Included Adapters
14
14
15
-
To also install a curated list of additional useful adapters, use the [OpenTimelineIO-Plugins ](https://pypi.org/project/OpenTimelineIO-Plugins/) python package. In addition to the OpenTimelineIO native adapters, you'll get aditional useful adapters including:
15
+
To also install a curated list of additional useful adapters, use the [OpenTimelineIO-Plugins ](https://pypi.org/project/OpenTimelineIO-Plugins/) python package. In addition to the OpenTimelineIO native adapters, you'll get additional useful adapters including:
Copy file name to clipboardexpand all lines: docs/tutorials/contributing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Here are the two possible CLAs:
19
19
Please follow the coding convention and style in each file and in each library when adding new files.
20
20
21
21
## Platform Support Policy
22
-
As recomended by the [VFX Platform](https://vfxplatform.com) (see "Support Guidance"), we support the intended calendar year of the release as well as the three prior years.
22
+
As recommended by the [VFX Platform](https://vfxplatform.com) (see "Support Guidance"), we support the intended calendar year of the release as well as the three prior years.
23
23
24
24
## Git Workflow
25
25
Here is the workflow we recommend for working on OpenTimelineIO if you intend on contributing changes back:
Copy file name to clipboardexpand all lines: docs/tutorials/otio-filebundles.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ When a bundle is read from disk using the OpenTimelineIO Python API (using the a
62
62
63
63
For example, to view the timeline (not the media) of an otioz file in `otioview`, you can run:
64
64
65
-
`otioview sommething.otioz`
65
+
`otioview something.otioz`
66
66
67
67
Because this will _only_ read the `content.otio` from the bundle, it is usually a fast operation to run. None of the media is decoded or unzipped during this process.
0 commit comments