emacs插件(6)——錄屏 gif-screencast

1、參考

emacs系列文章目錄——更新ingphp

神器:EMACS GIF屏幕錄製git

emacs-gif-screencastgithub

2、依賴安裝(MacOS)

2.1 安裝imagemagick

brew install imagemagick

或者macos

tar包安裝segmentfault

出現問題:ide

(1)依賴版本問題post

image.png

個人解決方式是從新安裝brew,詳見從新安裝brewui

注:我選擇的是科大源spa

image.png

2.2 安裝 ffmpeg

brew install ffmpeg

2.3 安裝 gifsicle

brew install gifsicle

3、配置使用

3.1 配置 init.el

image.png

(with-eval-after-load 'gif-screencast
  (setq gif-screencast-args '("-x")) ;; To shut up the shutter sound of `screencapture' (see `gif-screencast-command').
  (setq gif-screencast-cropping-program "mogrify") ;; Optional: Used to crop the capture to the Emacs frame.
  (setq gif-screencast-capture-format "ppm")) ;; Optional: Required to crop captured images.

3.2 經常使用的命令

命令 說明
M-x gif-screencast 開始錄製
M-x gif-screencast-toggle-pause 暫停錄製
M-x gif-screencast-stop 中止錄製

注意:默認的保存路徑是 ~/Videos/emacs code

相關文章
相關標籤/搜索