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
An exception occurs when trying to load a video with an odd width using MediaFoundationDecoder. The issue is caused by the internal use of Cv2.CvtColor, which does not handle odd-width frames correctly.
To Reproduce
.
Expected behavior
No response
Beutl version
1.0.0
OS
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
An exception occurs when trying to load a video with an odd width using
MediaFoundationDecoder
. The issue is caused by the internal use ofCv2.CvtColor
, which does not handle odd-width frames correctly.To Reproduce
.
Expected behavior
No response
Beutl version
1.0.0
OS
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: