rdp / screen-capture-recorder-to-video-windows-free

a free open source windows "screen capture" device and recorder (also allows VLC/ffmpeg and others to capture/stream desktop/audio)
https://github.com/rdp/screen-capture-recorder-to-video-windows-free/releases
Other
2.06k stars 456 forks source link

60 fps? #155

Closed qo4on closed 1 year ago

qo4on commented 2 years ago

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 commented 2 years ago

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

rdp commented 2 years ago

Try moving that

-r 60

before the "-i ..." ?

On Sun, Dec 26, 2021 at 11:40 AM qo4on @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/155, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADBUHIUP5W7QQAW7VJXF3US5OP3ANCNFSM5KZFLFEA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

rdp commented 1 year ago

moving the -r to before the -i :)