We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139e4ff commit 6668f4bCopy full SHA for 6668f4b
src/torchcodec/_core/CudaDeviceInterface.cpp
@@ -254,7 +254,7 @@ UniqueAVFrame CudaDeviceInterface::maybeConvertAVFrameToNV12(
254
"That's unexpected, please report this to the TorchCodec repo.");
255
256
*/
257
- filters << "hwdownload";
+ filters << "hwdownload,format=rgb24";
258
} else {
259
// Actual output color format will be set via filter options
260
outputFormat = AV_PIX_FMT_CUDA;
0 commit comments