Skip to content

Commit f40c509

Browse files
authored
Added a list of applications integrating OTIO (#1812)
* Added a list of applications integrating OTIO, also added linkcheck ignore for MIT license site perhaps blocking CI requests. --------- Signed-off-by: Eric Reinecke <ereinecke@netflix.com>
1 parent ee3e317 commit f40c509

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

ADOPTERS.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# OpenTimelineIO Adopters
2+
3+
Below is a partial list of organizations and projects that are using OpenTimelineIO. If you would like to be added to this list, please submit a pull request to this file.
4+
5+
| Name | Description |
6+
|------|------------------------------------------------------------------------------------------------------------------------------------------------|
7+
| [Adobe Premiere Pro](https://www.adobe.com/products/premiere.html) | [Timeline import/export](https://community.adobe.com/t5/premiere-pro-beta-discussions/new-in-beta-otio-import-and-export/td-p/14937493) (beta) |
8+
| [AVID Media Composer](https://www.avid.com/media-composer) | Timeline export (preview) |
9+
| [Black Magic Design DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve/) | Timeline import/export |
10+
| [CineSync](https://www.backlight.co/product/cinesync) | Timeline viewing | |
11+
| [ColorFront Transkoder](https://colorfront.com/index.php?page=SOFTWARE&spage=Transkoder) | Timeline import |
12+
| [Nuke Studio](https://www.foundry.com/products/nuke) | Timeline import/export with full timeline round-tripping |
13+
| [Hiero](https://www.foundry.com/products/nuke-family/hiero) | Timeline import/export |
14+
| [OpenRV](https://github.com/AcademySoftwareFoundation/OpenRV) | Timeline import and viewing |

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ exclude readthedocs-conda.yml
1212
exclude .codecov.yml
1313
exclude .gitlab-ci.yml
1414
exclude *.pdf
15+
exclude ADOPTERS.md
1516
exclude CODE_OF_CONDUCT.md
1617
exclude CONTRIBUTING.md
1718
exclude CONTRIBUTORS.md

docs/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
r'cxx/cxx'
101101
]
102102

103+
# For some reason this URL gives 403 Forbidden when running in github actions
104+
linkcheck_ignore = [r'https://opensource.org/licenses/MIT']
105+
103106
# -- Options for MySt-Parser -----------------------------------------------------------
104107
# https://myst-parser.readthedocs.io/en/latest/sphinx/reference.html
105108

0 commit comments

Comments
 (0)