-
Notifications
You must be signed in to change notification settings - Fork 306
otiotool docs #1921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
otiotool docs #1921
Conversation
otiotool -i multitrack.otio --flatten video -o output.otio --list-tracks | ||
``` | ||
|
||
### Stack or Concatenate Timelines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does ordering of the inputs matter here as well? (for stack and concat)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and in a way flatten too for what's on top of the flatten
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
Signed-off-by: Joshua Minor <[email protected]>
Signed-off-by: Joshua Minor <[email protected]>
Signed-off-by: Joshua Minor <[email protected]>
Signed-off-by: Joshua Minor <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your changes status has failed because you have indirect coverage changes. Learn more about Unexpected Coverage Changes and reasons for indirect coverage changes. Additional details and impacted files@@ Coverage Diff @@
## main #1921 +/- ##
==========================================
+ Coverage 84.11% 84.99% +0.87%
==========================================
Files 198 181 -17
Lines 22241 13070 -9171
Branches 4687 1206 -3481
==========================================
- Hits 18709 11109 -7600
+ Misses 2610 1778 -832
+ Partials 922 183 -739
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 138 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Signed-off-by: Joshua Minor <[email protected]>
Signed-off-by: Joshua Minor <[email protected]>
Signed-off-by: Joshua Minor <[email protected]>
Hmmm.. How do I link to an anchor within a relative page?
|
Signed-off-by: Joshua Minor <[email protected]>
|
||
`otiotool` is included with several other command line utilities as part of the | ||
OpenTimelineIO Python module. You can install it via typical Python utilities | ||
like `pip`, etc. See [Quickstart](./quickstart]) for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
like `pip`, etc. See [Quickstart](./quickstart]) for details. | |
like `pip`, etc. See [Quickstart](./quickstart) for details. |
I think this will fix the issue with the invalid link. If it doesn't, try [Quickstart](quickstart)
.
The
otiotool
command line utility has no documentation aside from it's built-in usage statement. This PR adds a documentation page with detailed examples and explanations. This PR also makes a minor improvement to the otiotool command line argument validation & usage statement.