InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

Mac tutorials

  • Brew
  • Chrome enable webgl on old macbooks
  • How to change computer display name on Mac
  • How to change default system voice for text-to-speech on Mac
  • How to install drupal on Mac usin MAMP
  • How to remove hard drive icon from mac desktop
  • How to use rrdtool plot traffic from network interface
  • How to view your WiFi password on Mac
  • Mac - change desktop icons size
  • Mac - how to take timed screenshot
  • Mac - how to always show scroll bar
  • Mac - how to change default location for screenshots
  • Mac - how to open apps not from App Store
  • Mac - how to take screenshots
  • Mac - how to use kubernetes with Lima-VM
  • Mac - kubernetes minikube - create deployment
  • Mac - make spotlight search faster
  • Mac - show volume icon on menu bar
  • Mac Command Line
  • Mac Finder
  • Mac Preview
  • Mac m1 - How to Install Kubernetes with kind
  • Mac m1 - How to Install Kubernetes with minikube
  • Mac m1 - minikube - create multi node kubernetes cluster
  • Mac podman quick start guide
  • NestJS Quick start tutorial on Mac
  • NextJS Quick start tutorial on Mac
  • Vagarant quick start guide on Mac
  • Windows on Mac
  • minikube kubernetes - create deployment with multiple replica and load balancer
  • minikube kubernetes - how to access service IP endpoint using curl
  • minikube kubernetes - how to access specific pod IP endpoint using curl
 
  • Home
  • > Tutorials
  • > Mac

Mac – how to take timed screenshot

By admin on Dec 10, 2015

At times we need to take timed screenshots on Mac. Here are two approaches we can use to take timed screenshot on Mac.

Screenshot using GUI utility grab

Steps to take screenshot using Grab.

  1. Find grab application in Mac spotlight search and click on it.
    mac-grab-in-spotlight-search
  2. Select Capture Menu and click on Timed capture.
    mac-grab-menu-timed-screen-capture
  3. In Timed screen grab window, click on “Start Timer”. Now screenshot will be taken after 10 seconds.
    mac-grab-start-timer-prompt
  4. Once you hear screenshot sound, the screenshot picture will appear. Click on Grab File > Save menu to save it. Note that it will be saved in tiff format and later you can convert it to png of some other format using preview.
    mac-grab-file-save-capture-menu

Screenshot using command line screencapture

Screencapture is awesome command line tool to take screenshots. Some scenarios to take screenshots:

Take screenshot after 10 seconds without cursor

$ screencapture -T 10 screenshot.png

Take screenshot after 10 seconds with cursor

$ screencapture -T 10 -C foo.png

Few points to note about screencapture

  1. screenshot.png will be generated in current directory.
  2. screencapture can take screenshot in few other formats like pdf, jpg, tiff also using -t option.

Suggested posts:

  1. Mac – how to take screenshots
  2. adb – android debug bridge – quick tutorial
  3. Mysql find current timezone offset
  4. Get image width and ppi using imagemagick identify on command line
  5. Bash – how to check if a variable is set
  6. CSS outline-width
  7. AngularJS format date using date filter
  8. Meta robot noindex, follow for wordpress tags and category pages
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged Mac, Tutorials
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress