LinuxCommandLibrary

obs

studio, an open-source streaming and recording program

TLDR

Start OBS Studio

$ obs
copy
Start with specific scene
$ obs --scene "[scene_name]"
copy
Start and begin recording
$ obs --startrecording
copy
Start and begin streaming
$ obs --startstreaming
copy
Start minimized
$ obs --minimize-to-tray
copy
Use specific profile
$ obs --profile "[profile_name]"
copy

SYNOPSIS

obs [options]

DESCRIPTION

obs is OBS Studio, an open-source streaming and recording program.
The application provides video capture, scene composition, and streaming. Cross-platform.

PARAMETERS

--scene NAME

Start with scene.
--profile NAME
Use profile.
--startrecording
Begin recording on launch.
--startstreaming
Begin streaming on launch.
--minimize-to-tray
Start minimized.
--help
Display help information.

CAVEATS

Requires graphics hardware. Resource intensive. Plugin ecosystem available.

HISTORY

OBS Studio was created by Hugh Bailey as free, open-source streaming software.

SEE ALSO

ffmpeg(1), vlc(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community