Skip to content

Commit f2b7693

Browse files
authored
moved fcpx and hls adapters to the additional section (#2001)
Signed-off-by: apetrynet <flehnerheener@gmail.com>
1 parent 4870d68 commit f2b7693

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/tutorials/adapters.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ To also install a curated list of additional useful adapters, use the [OpenTimel
1919
- [burnins](https://github.com/OpenTimelineIO/otio-burnins-adapter)
2020
- [cmx_3600](https://github.com/OpenTimelineIO/otio-cmx3600-adapter)
2121
- [fcp_xml](https://github.com/OpenTimelineIO/otio-fcp-adapter)
22-
- [fcpx_xml](https://github.com/OpenTimelineIO/otio-fcpx-xml-adapter)
23-
- [hls_playlist](https://github.com/OpenTimelineIO/otio-hls-playlist-adapter)
2422
- [maya_sequencer](https://github.com/OpenTimelineIO/otio-maya-sequencer-adapter)
2523
- [svg](https://github.com/OpenTimelineIO/otio-svg-adapter)
2624
- [xges](https://github.com/OpenTimelineIO/otio-xges-adapter)
@@ -32,8 +30,9 @@ These adapters are supported by the broader OpenTimelineIO community. While the
3230
Below are some other adapters that may be useful to some users:
3331

3432
- [kdenlive](https://invent.kde.org/multimedia/kdenlive-opentimelineio)
33+
- [fcpx_xml](https://github.com/OpenTimelineIO/otio-fcpx-xml-adapter)
34+
- [hls_playlist](https://github.com/OpenTimelineIO/otio-hls-playlist-adapter)
3535

3636
## Custom Adapters
3737

3838
Adapters are implemented as plugins for OpenTimelineIO and can either be registered via an [environment variable](./otio-env-variables) or by packaging in a Python module with a particular entrypoint defined. For more detail, see the [Writing an OTIO Adapter](./write-an-adapter) tutorial.
39-

0 commit comments

Comments
 (0)