Hacker News new | ask | show | jobs
by 7moritz7 1053 days ago
OBS can do this, it's not difficult to set up
1 comments

Indeed, indeed. A bit of a overkill but that would do the job. Will give it a try. I hope I can produce lighter files than with QuickTime, though.
You can set the recording format before the recording to better values. Sound takes little space compared to the video. H265 and av1 should be the most optimal video formats available. Reducing the video resolution also helps reducing the filesize. after the recording you can also reduce the filesize with ffmpeg, which can be better, since reducing the size after recording lets you get the best quality with the lowest filesize, since reducing the filesize is easier, but once it is reduced you can't revert it.
Select H265 (HEVC) encoding (with MKV container) in the settings and test what bitrate is the lowest you can work with. And obviously keep resolution to 1920x1080

This will save 50 to 60 % over just standard MP4 settings I'd say. Most players can handle mkv now

Thanks for tips stop50 and 7moritz7!!!