Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Conversion of sequence by OIIO tools for ffmpeg #2957

Closed
antirotor opened this issue Mar 28, 2022 · 0 comments · Fixed by #2958
Closed

Conversion of sequence by OIIO tools for ffmpeg #2957

antirotor opened this issue Mar 28, 2022 · 0 comments · Fixed by #2958
Assignees
Labels
type: bug Something isn't working

Comments

@antirotor
Copy link
Member

Describe the bug
Conversion of sequence by OIIO tools for ffmpeg doesn't work, it is overwritting the same file specified in oiio arguments and then fails on integration because other files in sequence doesn't exits/

To Reproduce
Steps to reproduce the behavior:

Render and publish sequence type that needs OIIO conversion (like cryptomatte). Integration will fail because of missing files as only one will be available.

oiiotool.exe --compression zip -i:ch=CryptoMesh.R,CryptoMesh.G,CryptoMesh.B,CryptoMesh.A /foo/bar_v001/Main/Main_Cryptomatte.1001.exr --ch R=CryptoMesh.R,G=CryptoMesh.G,B=CryptoMesh.B,A=CryptoMesh.A --frames 1001-1002 --sansattrib --eraseattrib /tmp/cryptomatte/manifest -o Main_Cryptomatte_node.1001.exr

should be something like

oiiotool.exe --compression zip -i:ch=CryptoMesh.R,CryptoMesh.G,CryptoMesh.B,CryptoMesh.A /foo/bar_v001/Main/Main_Cryptomatte.1001.exr --ch R=CryptoMesh.R,G=CryptoMesh.G,B=CryptoMesh.B,A=CryptoMesh.A --frames 1001-1002 --sansattrib --eraseattrib /tmp/cryptomatte/manifest -o Main_Cryptomatte_node.####.exr
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants