Skip to content
New issue

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

"Could not set video options" when framerate > 30 #143

Open
jfhr opened this issue Nov 25, 2020 · 2 comments
Open

"Could not set video options" when framerate > 30 #143

jfhr opened this issue Nov 25, 2020 · 2 comments

Comments

@jfhr
Copy link

jfhr commented Nov 25, 2020

The following command:

ffmpeg -framerate 31  -f dshow -i video="screen-capture-recorder":audio="virtual-audio-capturer" ue.mkv

Produced this message:

[dshow @ 0000023d46b65240] Could not set video options
video=screen-capture-recorder:audio=virtual-audio-capturer: I/O error

Full output with -loglevel trace is attached but doesn't seem to provide any useful info.
output-with-trace.txt

The same command works fine with -framerate 30, but anything above that doesn't work. The screen itself is running at 144 fps.

@rdp
Copy link
Owner

rdp commented Nov 26, 2020 via email

@jfhr
Copy link
Author

jfhr commented Nov 27, 2020

Looks like the default can be changed by setting the registry dword default_max_fps in HKEY_CURRENT_USER\SOFTWARE\screen-capture-recorder. 30 is just the default-default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants