1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Mac】コマンドでスクリーンショットを撮影する方法

Last updated at Posted at 2025-03-15

スクリーンショットを撮影するにはscreencaptureコマンドを使用します。

使い方

スクリーンショットを撮り、クリップボードに保存する。

screencapture -c

スクリーンショットを撮り、ファイルに保存する。

screencapture path/to/file.png

マウスカーソルを含むスクリーンショットを撮る。

screencapture -C path/to/file.png。

スクリーンショットを撮り、保存する代わりにプレビューで開く。

screencapture -P

選択した矩形領域のスクリーンショットを撮る。

screencapture -i path/to/file.png。

指定した秒数遅延してスクリーンショットを撮る。

screencapture -T 秒 path/to/file.png

スクリーンレコーディングを行い、ファイルに保存する。

screencapture -v path/to/file.mp4

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?