-
Notifications
You must be signed in to change notification settings - Fork 293
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
Write color decision list to ale #1283
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1283 +/- ##
==========================================
- Coverage 86.14% 86.11% -0.04%
==========================================
Files 196 196
Lines 19810 19839 +29
Branches 2314 2322 +8
==========================================
+ Hits 17065 17084 +19
- Misses 2181 2187 +6
- Partials 564 568 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Thank you for the contribution!
I made a few notes in the PR, also we'd like to see unittests that cover the new functionality and make sure it doesn't get broken in the future.
You may also want to check on #1054 - I think it may implement the same functionality.
@@ -324,7 +324,7 @@ def write_to_string(input_otio, columns=None, fps=None, video_format=None): | |||
columns.append(key) | |||
|
|||
# Always output these | |||
for c in ["Duration", "End", "Start", "Name", "Source File"]: | |||
for c in ["Duration", "End", "Start", "Name", "Source File", "ASC_SOP", "ASC_SAT"]: |
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.
I think we may not want to add ASC_SOP
and ASC_SAT
here - we only want to include those columns if one of the clips uses them.
Thank you for you're help and your suggestions. These two PR are very similar, I miss it, I think that we are a the same point, more or less. |
Sorry write wrong description of the second-last commit.
Let me know if more is needed, thank you. |
I'm sorry @reinecke , I didn't get what the next steps are to finish the job |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1283 +/- ##
==========================================
- Coverage 79.91% 79.89% -0.02%
==========================================
Files 197 197
Lines 21731 21760 +29
Branches 4339 4347 +8
==========================================
+ Hits 17366 17385 +19
- Misses 2213 2219 +6
- Partials 2152 2156 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Signed-off-by: Michele Spina <[email protected]>
Signed-off-by: Michele Spina <[email protected]>
Signed-off-by: Michele Spina <[email protected]>
…nally Signed-off-by: Michele Spina <[email protected]>
Signed-off-by: Michele Spina <[email protected]>
Signed-off-by: Michele Spina <[email protected]>
Signed-off-by: Michele Spina <[email protected]>
Signed-off-by: Michele Spina <[email protected]>
…l import/export Signed-off-by: Michele Spina <[email protected]>
Signed-off-by: Michele Spina <[email protected]>
Issue #1282
During the adapting from .otio to .ale, I read the color decision list (ASC_SAT, ASC_SOP) from the .otio file and I save it in the .ale file as a column.
In my opinion this changes can be useful to reduce the loss of data during the export of files.