I made those commits into new series, you probably want to rename this to 0009-*.patch... I do not think old 0008 patch will do any good - GReen-BLue-REd planar float format is not something Cin easily can convert for internal use (I saw similar comment in oiio sources... I am not good enough for adding even simple format to ffmpeg/swscale.. even with already written examples) <div><br></div><div>from</div><div><br></div><div><a href="https://github.com/OpenImageIO/oiio/blob/master/src/ffmpeg.imageio/ffmpeginput.cpp">https://github.com/OpenImageIO/oiio/blob/master/src/ffmpeg.imageio/ffmpeginput.cpp</a><br><div><br></div><div>case AV_PIX_FMT_GBRPF32BE:</div><div> case AV_PIX_FMT_GBRPF32LE:</div><div> nchannels = 3;</div><div> datatype = TypeFloat;</div><div> m_dst_pix_format = AV_PIX_FMT_RGB48; // ? AV_PIX_FMT_GBRPF32</div><div> // FIXME: They don't have a type for RGB float, only GBR float.</div><div> // Yuck. Punt for now and save as uint16 RGB. If people care, we</div><div> // can return and ask for GBR float and swap order.</div><div> break;<br><div><br></div><div><br><br>On Wednesday, July 14, 2021, Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tried to compile with the two patches 0007 and 0008, but the<br>
compilation gives an error. I append the cin5.log, if it helps.<br>
</blockquote></div></div></div>