We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e7807 commit c315a08Copy full SHA for c315a08
1 file changed
docs/tutorials/otio-filebundles.md
@@ -27,13 +27,15 @@ The file bundle adapters expect the `target_url` field of the `media_reference`
27
28
File bundles, regardless of how they're encoded, have a consistent structure:
29
30
-- something.otioz (or .otiod)
31
- - content.otio
32
- - version.txt
33
- - media
34
- - media1
35
- - media2
36
- - media3
+```
+something.otioz
+├── content.otio
+├── version
+└── media
+ ├── media1
+ ├── media2
37
+ └── media3
38
39
40
41
### content.otio file
0 commit comments