Scroll to navigation

SIMPLESCREENRECORDER(1) SimpleScreenRecorder Manual SIMPLESCREENRECORDER(1)

NAME

simplescreenrecorder - A feature-rich screen recorder that supports X11 and OpenGL.

SYNOPSIS

simplescreenrecorder [OPTIONS]

DESCRIPTION

SimpleScreenRecorder is a feature-rich screen recorder that supports X11 and OpenGL. It has a Qt-based graphical user interface. It can record the entire screen or part of it, or record OpenGL applications directly. The recording can be paused and resumed at any time. Many different file formats and codecs are supported.

OPTIONS

Show this help message.
Show version information.
Load and save program settings to FILE. If omitted, ~/.ssr/settings.conf is used.
Write log messages to FILE. If FILE is omitted, ~/.ssr/log-DATE_TIME.txt is used.
Write recording statistics to FILE. If FILE is omitted, /dev/shm/simplescreenrecorder-stats-PID is used. It will be updated continuously and deleted when the recording page is closed.
Don't show the system tray icon.
Start the application in hidden form.
Start the recording immediately.
Activate the recording schedule immediately.
Show synchronization diagram (for debugging).
Run the internal benchmark.

COMMANDS ACCEPTED THROUGH STDIN

Start the recording.
Pause the recording.
Cancel the recording and delete the output file.
Finish the recording and save the output file.
Activate the recording schedule.
Deactivate the recording schedule.
Show the application window.
Hide the application window.
Quit the application.

FILE LOCATIONS

The files used by SimpleScreenRecorder can be found in the following locations:

Settings:

~/.ssr/settings.conf

Logs:

~/.ssr/logs/

Input profiles:

/usr/share/simplescreenrecorder/input-profiles/
~/.ssr/input-profiles/

Output profiles:

/usr/share/simplescreenrecorder/output-profiles/
~/.ssr/output-profiles/

Translations:

/usr/share/simplescreenrecorder/translations/

SEE ALSO

More documentation can be found at:
https://www.maartenbaert.be/simplescreenrecorder/

May 2020 SimpleScreenRecorder