Skip to content
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

Add support for image sequences when creating .otioz files with otioconvert #1621

Open
darbyjohnston opened this issue Jun 11, 2023 · 2 comments · May be fixed by #1627
Open

Add support for image sequences when creating .otioz files with otioconvert #1621

darbyjohnston opened this issue Jun 11, 2023 · 2 comments · May be fixed by #1627
Labels
help wanted We're looking for help from the community - you're weclome to volunteer!

Comments

@darbyjohnston
Copy link
Contributor

It looks like image sequences are not supported when creating .otioz files with otioconvert? I tried converting an .otio file with an image sequence and it looks like the images were not bundled:

> zipinfo SingleClipSeq.otioz
Archive:  SingleClipSeq.otioz
Zip file size: 819 bytes, number of entries: 2
?rw-------  2.0 unx        5 b- defN 23-Jun-10 16:45 version.txt
?rw-------  2.0 unx     3185 b- defN 23-Jun-10 16:45 content.otio
2 files, 3190 bytes uncompressed, 599 bytes compressed:  81.2%

Looking at the code in file_bundile_utils.py there is this comment:

try:
    target_url = cl.media_reference.target_url
except AttributeError:
    # not an ExternalReference, ignoring it.
    continue

It would be nice to add support for image sequences or maybe add a warning that they are being ignored.

@darbyjohnston
Copy link
Contributor Author

Also it looks like the code in file_bundle_utils.py only calls media_reference(), so maybe multiple media references are also not supported yet?

@meshula
Copy link
Collaborator

meshula commented Jun 11, 2023

I believe the state of the discussion is that we'd like such bundling were someone to add it to otioconvert.

@meshula meshula added the help wanted We're looking for help from the community - you're weclome to volunteer! label Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We're looking for help from the community - you're weclome to volunteer!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants