LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

obs

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 virtual camera
$ obs --startvirtualcam
copy
Start minimized
$ obs --minimize-to-tray
copy
Use specific profile and scene collection
$ obs --profile "[profile_name]" --collection "[collection_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.
--startvirtualcam
Start virtual camera on launch.
--startreplaybuffer
Start replay buffer on launch.
--collection NAME
Use scene collection.
--minimize-to-tray
Start minimized to system tray.
--studio-mode
Enable studio mode.
--multi, -m
Allow multiple instances without warning.
--portable, -p
Use portable mode (settings stored in application directory).
--always-on-top
Start in always-on-top mode.
--verbose
Make log output more verbose.
--version, -V
Print version information.
--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)

Copied to clipboard
Kai