Skip to content

Donny-Hikari/screenrecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ScreenRecord

Description: A shell script for recording screen under linux.

Author: Donny (c) 2018

Version: 0.1.8

Dependencies: ffmpeg, notify-send (optional)

Usage

Help options:

-h|--help
  Print help options

Behaviors 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.

Recording options:

-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

Author

Donny Hikari
Donny Hikari

About

A shell script for recording screen under linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages