Hello all,

We're upgrading oiio from 1.7 to 2.2.6.1 for the big Python 3 update. I've
compiled oiio with FFmpeg support for Python 2.7 and 3.7.

I have some code that I use to get the file type of an image or movie that
looks like this:

out = oiio.ImageOutput.create(path)
image_format = out.format_name()

If the path is something like "file.mov", then out is None. However, in our
1.7 build, it'll return mov. Is there something I did wrong with my
compile, or does oiio return None in this case now?

Thanks!
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to