TomArrow
23rd December 2018, 12:26
I have some JPEG2000 sequences in 12 bit I would like to import. They are in XYZ colorspace, but for my purposes I'm just fine if they are imported as "RGB", I can take care of the XYZ->RGB conversion myself.
So far the best way I know is to convert them to TIFF via OpenJPEG, but this creates a huge amount of wasted bits (around 35 MB per file compared to around 500KB).
Tried OpenJPEG, just in case, doesn't work. ImageSource doesn't work either. I also tried importing an .mxf file with the identical JPEG2000 stream via FFMS2, didn't work either. All of those just threw an alert box with an error and that was that.
Is there any way? Hell, I would even be fine with somehow frameserving the JPEG2000 sequence into AVS+ if that is possible somehow.
So far the best way I know is to convert them to TIFF via OpenJPEG, but this creates a huge amount of wasted bits (around 35 MB per file compared to around 500KB).
Tried OpenJPEG, just in case, doesn't work. ImageSource doesn't work either. I also tried importing an .mxf file with the identical JPEG2000 stream via FFMS2, didn't work either. All of those just threw an alert box with an error and that was that.
Is there any way? Hell, I would even be fine with somehow frameserving the JPEG2000 sequence into AVS+ if that is possible somehow.