You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Is it possible to encode surface without downloading or uploading a frame? My current pipeline is Decoder -> Color Conversion -> Surface Remaper -> Color Conversion -> Encoder. However, with everything I've tried, I run into an illegal memory access error on the encoder (and sometimes in the second color conversion). I tried passing in the result of the surface remaper directly. The samples only show decoding/remaping then downloading or reading from file, uploading, and encoding. Is a CPU step necessary?
Is it possible to encode surface without downloading or uploading a frame? My current pipeline is Decoder -> Color Conversion -> Surface Remaper -> Color Conversion -> Encoder. However, with everything I've tried, I run into an illegal memory access error on the encoder (and sometimes in the second color conversion). I tried passing in the result of the surface remaper directly. The samples only show decoding/remaping then downloading or reading from file, uploading, and encoding. Is a CPU step necessary?