audio icon indicating copy to clipboard operation
audio copied to clipboard

GPU Video Encoder Regression - RGB24

Open mthrok opened this issue 2 years ago • 0 comments

Ref https://github.com/pytorch/audio/issues/3317#issuecomment-1540433493

GPU encoder used to accept RGB24, but with the recent refactoring in main branch it expect RGBA32. Extra padding option to convert RGB24 to RGBA32 should be added back.

mthrok avatar Jun 05 '23 13:06 mthrok