QSVEnc icon indicating copy to clipboard operation
QSVEnc copied to clipboard

converting csp from rgb32 is not supported

Open quamt opened this issue 4 years ago • 1 comments

Trying to convert an AVI file, getting the following error message:

cspconv: converting csp from rgb32 is not supported.
OPENCL: Error while running filter "cspconv".
Break in task OPENCL: undeveloped feature..
`Input Info     avsw: utvideo(gbr)->rgb32 [SSE2], 1920x1080, 60/1 fps
VPP            cspconv(rgb32 -> yv12)`

In case it is needed here the system:

QSVEncC (x64) 5.05 (r2369) by rigaya, Jun 12 2021 12:48:47 (VC 1928/Win)
OS             Windows 10 x64 (19043) [UTF-8]
CPU Info       Intel Core i9-9900K @ 3.60GHz [TB: 4.71GHz] (8C/16T) <Coffeelake>
GPU Info       Intel UHD Graphics 630 (24EU) 1200MHz (27.20.100.9466)
Media SDK      QuickSyncVideo (hardware encoder) PG, 3rd GPU, API v1.34

quamt avatar Jul 06 '21 04:07 quamt

Thank you for reporting the problem with RGB input.

There seemed to be a problem when using OpenCL filters after RGB input. QSVEnc 5.06 has added support for converting RGB to YUV in OpenCL, and will fix this issue.

rigaya avatar Jul 26 '21 10:07 rigaya