Screen-Capture – Strategies on recording multiple identical portions of screen video

quicktimescreen capturevideo

I can only select the portion of the screen to record manually. I want them all exactly the same so that when the videos are played sequentially, it all lines up.

enter image description here

I'm using quicktime and would ideally like to just stick with that if possible.

Best Answer

Here in 2020 - macOS Catalina and later allows the built-in /usr/sbin/screencapture tool has options for specifying the capture area. And if you use it graphically, it remembers the last selection so unless you change it, you can relaunch the app and get the same settings without the details below.

  -R<x,y,w,h> capture screen rect
  -v        capture video recording of the screen

For example:

screencapture -R10,10,500,500 -v cap.mov

There's a bunch of other good stuff in the man page:

man screencapture