• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

is fraps still a thing for screen recording?

  • Thread starter Thread starter Deleted member 234478
  • Start date Start date
Can't you just use FFmpeg on windows?

On OpenBSD, I can very easily make a screen recording using FFmpeg:

ffmpeg \ -y -f x11grab -thread_queue_size 4096 -r 30 -i :0 \ -c:v libx264rgb -crf 0 -b:v 10000k -preset ultrafast \ -c:a flac -b:a 160k -ar 48000 \ output.mkv

I suspect something similar should also be possible on windows10.
 
Back
Top