<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">We are trying to read YUV 10 bit video from an external device and want to write it to a Pro Res 422 file.<div>We discovered the pixel format <span style="color: rgb(61, 29, 129); font-family: Menlo;">AV_PIX_FMT_NV20LE, </span>which seems to be 10 bit interleaved YUV. </div><div>This is exactly what we need as that’s what we get from our input device (pixel format v210).</div><div><br></div><div>Unfortunately, this format does not seem to be supported by libswscale …</div><div>I get an error: "<b style="font-family: Menlo; font-size: 11px;">nv20le is not supported as input pixel format</b><font face="Menlo"><span style="font-size: 11px;"><b>”</b></span></font></div><div><b style="font-family: Menlo; font-size: 11px;"><br></b></div><div>Is adding full support for this pixel format on the roadmap?</div><div>Can anyone tell me how I could add support for it myself maybe?</div><div><br></div><div>Best regards,</div><div><br></div><div>Flo</div></body></html>