-
Notifications
You must be signed in to change notification settings - Fork 309
Added --downgrade option to otiotool. #1485
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
Conversation
Could we get an option to dump the known families/versions? I think the API is there to query that. |
(apologies for the close/open, misclick) |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1485 +/- ##
==========================================
- Coverage 80.11% 80.05% -0.07%
==========================================
Files 197 197
Lines 21699 21718 +19
Branches 4299 4307 +8
==========================================
+ Hits 17385 17386 +1
- Misses 2170 2182 +12
- Partials 2144 2150 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
lgtm.
@ssteinbach I added
|
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]>
Signed-off-by: Joshua Minor <[email protected]>
Signed-off-by: Joshua Minor <[email protected]>
Signed-off-by: Joshua Minor <[email protected]>
Thanks for the feedback @JeanChristopheMorinPerso. I think I addressed all of your comments. |
Added --downgrade and --list-versions command line arguments to otiotool as a convenient way to convert to older OTIO schema versions. Signed-off-by: Joshua Minor <[email protected]> Signed-off-by: Michele Spina <[email protected]>
This PR adds a
--downgrade
option tootiotool
to make it easy to write out an older OTIO schema.From the usage statement:
Example:
It uses the downgrade mechanism documented here.