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
I'm not super familiar with torch codec but it seems that the bitdepth is hardcoded as uint8 (#585) and so trying with yuv420p10le (10bit) encoding should result in either reading 2 pixels over one or truncation.
🐛 Describe the bug
when I try to decode videos with pixel format yuv420p10le like below,
decoded frames appears like this, with full of noise:
but with h264 yuv420p videos or if I use cpu decoding it works fine.
why is this happening?
Versions
0.2.1
The text was updated successfully, but these errors were encountered: