This ffmpeg command works, but unfortunately gdigrab does not create a real 60 fps.
OBS and StreamFX do not allow me to scale the input data to 10 bits, which I would like to use to keep all 8-bit input colors unchanged.Code:ffmpeg -f gdigrab -r 60 -i desktop -vf scale=out_color_matrix=bt709,format=yuv444p10le -c:v hevc_nvenc -tune lossless out.mov
Can I record the screen at 60 fps with ffmpeg only? If not, can you suggest any program that does this?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Probably you are one of first so rather alone on this but seem someone already faced issue before:
https://video.stackexchange.com/questions/18786/desktop-grabbing-with-ffmpeg-at-60-fps...ng-nvenc-codec
perhaps try to follow this:
https://stackoverflow.com/questions/6766333/capture-windows-screen-with-ffmpeg
and
https://trac.ffmpeg.org/wiki/Capture/Desktop
It may be internal Windows limitation not necessarily associated with ffmpeg (ffmpeg source code analysis may provide more details on this).
Similar Threads
-
screen capture video and audio through headphones with ffmpeg on Linux
By xyzo in forum LinuxReplies: 2Last Post: 24th May 2019, 13:33 -
screen capture in windows
By muddy7 in forum Capturing and VCRReplies: 3Last Post: 5th Apr 2019, 07:18 -
Ffmpeg print video file fps every sec
By Summer in forum Video ConversionReplies: 5Last Post: 9th Oct 2018, 13:24 -
How to add a time stamp below of a screen capture from a video in ffmpeg?
By Chemist116 in forum Newbie / General discussionsReplies: 11Last Post: 2nd Jun 2017, 15:08 -
“ No NVENC capable devices found” with ffmpeg for screen capture and RTP
By ThadeuMelo in forum Capturing and VCRReplies: 1Last Post: 22nd May 2017, 17:43