LinuxCommandLibrary

obs

Open Broadcaster Software.

TLDR

Launch OBS

$ obs
copy


Launch OBS in portable mode
$ obs --portable
copy


Automatically start recording a video on launch
$ obs --startrecording
copy


Automatically start the replay buffer on launch
$ obs --startreplaybuffer
copy


Automatically start streaming on launch
$ obs --startstreaming
copy


Minimise to the system tray on launch
$ obs --minimize-to-tray
copy


Make the log more verbose (for debugging)
$ obs --verbose
copy

SYNOPSIS

obs

DESCRIPTION

obs (OBS Studio) provides efficient recording and streaming of live video content. It supports live RTP streaming to various streaming sites.

Other features include:

  • Encoding using H264 (x264) and AAC

  • Unlimited number of scenes and sources

  • File output to MP4 or FLV

  • GPU-based game capture for high performance game streaming

  • Bilinear or lanczos3 resampling

Note that OBS Studio requires an OpenGL 3.2 compatible video card.

Copied to clipboard