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

60 fps? #155

Closed
qo4on opened this issue Dec 26, 2021 · 3 comments
Closed

60 fps? #155

qo4on opened this issue Dec 26, 2021 · 3 comments

Comments

@qo4on
Copy link

qo4on commented Dec 26, 2021

video=screen-capture-recorder returns 30 fps 420. Can I set it to 60 fps 444?

ffmpeg -f dshow  -i video="screen-capture-recorder"  -r 60 -t 5 -c:v hevc_nvenc -tune lossless out.mov

leaving aero onInput #0, dshow, from 'video=screen-capture-recorder':
  Duration: N/A, start: 257929.423000, bitrate: N/A
  Stream #0:0: Video: rawvideo, bgr0, 1920x1080, 30 fps, 30 tbr, 10000k tbn, 10000k tbc
@besweeet
Copy link

Looks like it simply doesn't support anything beyond 60FPS...

@rdp
Copy link
Owner

rdp commented Apr 1, 2022 via email

@rdp
Copy link
Owner

rdp commented Dec 28, 2022

moving the -r to before the -i :)

@rdp rdp closed this as completed Dec 28, 2022
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

3 participants