We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Assertion desc failed at C:\Users\Admin\path\FFmpegInterop\ffmpeg\libswscale\swscale_internal.h:677
I’m facing this runtime error while I try to record my screen in windows.
I changed the code as follows
pAVInputFormat = av_find_input_format("gdigrab");
const char* devicename = "desktop"; value = avformat_open_input(&pAVFormatContext, devicename, pAVInputFormat, NULL);
If I use “dshow” & devicename = “video=HP TrueVision HD Camera”. I’m able to record with camera. But I would like to record my screen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Assertion desc failed at C:\Users\Admin\path\FFmpegInterop\ffmpeg\libswscale\swscale_internal.h:677
I’m facing this runtime error while I try to record my screen in windows.
I changed the code as follows
pAVInputFormat = av_find_input_format("gdigrab");
If I use “dshow” & devicename = “video=HP TrueVision HD Camera”. I’m able to record with camera. But I would like to record my screen.
The text was updated successfully, but these errors were encountered: