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
It seems to only happen when using the default encoder, not when using nvenc or x264
Calling ::CoInitialize(nullptr); or ::CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED) seems to solve this issue
Hi
This error occures when calling
avcodec_open2
with theAV_CODEC_ID_H265
orAV_CODEC_ID_H264
encoder on windows:Does anyone have an idea how to fix this?
The text was updated successfully, but these errors were encountered: