AV_PIX_FMT_P010LE, ///< like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, little-endian AV_PIX_FMT_P010BE, ///< like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, big-endian ... AV_PIX_FMT_NB ///< nu...
format=nv12,format=p010le -vframes 1 -y /tmp/nv12_p010.yuv \ -vf format=nv16,format=p010le -vframes 1 -y /tmp/nv16_p010.yuv \ -vf format=nv24,format=p010le -vframes 1 -y /tmp/nv24_p010.yuv sha256sum /tmp/*_p010.yuv 8836c7ea7086f1d3c0f193c5a47ec203a57fb48d838...