Nvvidconv not handling image stride

Not sure for your case, but I think that:

  • Odd sizes (eg: width=321 are not supported.
  • You didn’t set format, but stride might be depending on it (for example, NV12 may use 256 pixels stride, but RGBA wouldn’t).