Description: A shell script for recording screen under linux.
Author: Donny (c) 2018
Version: 0.1.8
Dependencies: ffmpeg, notify-send (optional)
-h|--help
Print help options
--delay number
delay "number" seconds before recording
-m|--capture-mode mode
set the capture mode; one of "window"|"screen"|WxH+X+Y; default: "Window"
--noui
suppress ui output, which means not using notify-send
--preview
preview the parameters only, not doing actual recording
-c|--config-file filename
set config file; settings in the config file will be loaded, but covered by the new parameters given.
-o|--output filename
set the output filename
-d|--duration number
record "number" seconds of video/webp
-f|--framerate number
set the recording frame rate
-s|scale widthxheight
scale the recording output to widthxheight
--webp
output webp
--video
output video; by default a video will be produced if neither --webp nor --video option is given
--options-in
set options placed before ffmpeg input stream when recording
--options-out
set options placed before ffmpeg output stream when recording
Donny Hikari |