I m up for a screen recording session
I'm up for a screen recording session!
Do you have a cloud where I can upload the recording?
With the system build in screen recorder, a 30 minutes video will result in an approx. 6 GB video file.
1 Reply
I use the following to reduce the size of screenrecordings:
ffmpeg -i ~/Desktop/Screen\ Recording\ 2023-05-08\ at\ 21.11.40.mov -vcodec libx264 -crf 23 output.mp4
(ffmpeg installed with conda)