Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 2.05 KB

OBS.md

File metadata and controls

33 lines (18 loc) · 2.05 KB

obs Logo

Solution for offline video recording and live streaming.

Detailed description & quick guide

OBS Studio is a free and open-source app for screencasting and live streaming. Written in C/C++ and built with Qt, OBS Studio provides real-time capture, scene composition, recording, encoding, and broadcasting via the Real Time Messaging Protocol (RTMP). It can stream videos to any RTMP-supporting destination, including YouTube, Twitch, Instagram and Facebook.

For video encoding, OBS Studio can use the x264 transcoder, Intel Quick Sync Video, Nvidia NVENC and the AMD Video Coding Engine to encode video streams into the H.264/MPEG-4 AVC or H.265/HEVC formats. It can encode multiple tracks of audio in the AAC format. More experienced users can choose any codecs and containers available in libavcodec and libavformat, or output the stream to a custom FFmpeg.

Additional details

  • Subscription mode: Free
  • Platform: GNU/Linux, MacOS, Windows
  • Tested by: UAH (Elisa); UA (Romeu); UA (Paulo); HTW (Xenia); TUL (Gertruda)

References

  • OBS website: OBS

See also...