Skip to content

Instantly share code, notes, and snippets.

@oishimilk
Created June 15, 2021 15:47
Show Gist options
  • Save oishimilk/7a088f9c784097cc13b5f706919ddbe3 to your computer and use it in GitHub Desktop.
Save oishimilk/7a088f9c784097cc13b5f706919ddbe3 to your computer and use it in GitHub Desktop.
動画を撮るやつ
#!/bin/sh
ffmpeg -f x11grab -video_size 1366x768 -r 30 -show_region 1 -i ${DISPLAY}+0,167 -f pulse -i default -vcodec h264_nvenc output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment