Jump to content

OBS Studio: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
point Streamlabs OBS to Streamlabs#Products
Balthas (talk | contribs)
suggesting new page on "open collective" - have not found this on wikipedia. Might be relevant.
Line 85: Line 85:


{{Use dmy dates|date=May 2013}}
{{Use dmy dates|date=May 2013}}
'''OBS Studio''' (formerly '''Open Broadcaster Software''' or '''OBS''', for short)<ref>{{cite web|title=OBS Classic is no longer supported - Here's how to easily switch to OBS Studio|url= https://obsproject.com/forum/threads/obs-classic-is-no-longer-supported-heres-how-to-easily-switch-to-obs-studio.55820/|publisher=The OBS Project|access-date=26 March 2020}}</ref> is a [[free and open-source|free, open-source]], and [[cross-platform]] [[Software vision mixer|screencasting and streaming app]]. It is available for [[Windows]], [[macOS]], [[Linux distribution]]s,{{efn|name=LinuxMeans}} and [[Berkeley Software Distribution|BSD]].{{efn|name=BSDmeans}} OBS Project raises funds on Open Collective and [[Patreon]].<ref>{{Cite web|title=Open Broadcaster Software - Open Collective|url=https://opencollective.com/obsproject|access-date=2021-03-23|website=opencollective.com|language=en}}</ref><ref>{{Cite web|title=Hugh Bailey ("Jim") is creating the OBS Project|url=https://www.patreon.com/obsproject|access-date=2021-03-23|website=Patreon|language=en-US}}</ref>
'''OBS Studio''' (formerly '''Open Broadcaster Software''' or '''OBS''', for short)<ref>{{cite web|title=OBS Classic is no longer supported - Here's how to easily switch to OBS Studio|url= https://obsproject.com/forum/threads/obs-classic-is-no-longer-supported-heres-how-to-easily-switch-to-obs-studio.55820/|publisher=The OBS Project|access-date=26 March 2020}}</ref> is a [[free and open-source|free, open-source]], and [[cross-platform]] [[Software vision mixer|screencasting and streaming app]]. It is available for [[Windows]], [[macOS]], [[Linux distribution]]s,{{efn|name=LinuxMeans}} and [[Berkeley Software Distribution|BSD]].{{efn|name=BSDmeans}} OBS Project raises funds on [[Open Collective]] and [[Patreon]].<ref>{{Cite web|title=Open Broadcaster Software - Open Collective|url=https://opencollective.com/obsproject|access-date=2021-03-23|website=opencollective.com|language=en}}</ref><ref>{{Cite web|title=Hugh Bailey ("Jim") is creating the OBS Project|url=https://www.patreon.com/obsproject|access-date=2021-03-23|website=Patreon|language=en-US}}</ref>


== Overview ==
== Overview ==

Revision as of 17:39, 23 November 2021

OBS Studio
Developer(s)Hugh "Jim" Bailey and community volunteers
Initial releasev0.32a / 1 September 2012; 11 years ago (2012-09-01)[1]
Stable release
27.1.3 / 4 October 2021; 2 years ago (2021-10-04)[2]
Repositoryhttps://github.com/obsproject/obs-studio
Written inC, C++[2]
Operating systemWindows 8 and later, macOS 10.13 and later, Linux[a], BSD[b][3][4]
PlatformIA-32 and x86-64
Available in59 languages[5]
List of languages
  • Afrikaans
  • Albanian
  • Arabic (Saudi Arabia)
  • Azerbaijani
  • Bashkir
  • Basque
  • Bengali
  • Bulgarian
  • Catalan
  • Chinese (Simplified)
  • Chinese (Traditional)
  • Croatian
  • Czech
  • Danish
  • Dutch (Netherlands)
  • English (UK)
  • English (US)
  • Estonian
  • Farsi
  • Filipino
  • Finnish
  • French
  • Gaelic (Scotland)
  • Galician
  • Georgian
  • German
  • Greek
  • Hebrew
  • Hindi
  • Hungarian
  • Indonesian
  • Italian
  • Japanese
  • Korean
  • Kurdish
  • Lithuanian
  • Malay
  • Mongolian
  • Norwegian (Bokmål)
  • Norwegian (Nynorsk)
  • Polish
  • Portuguese (Brazil)
  • Portuguese
  • Punjabi
  • Romanian
  • Russian
  • Serbian (Cyrillic)
  • Serbian (Latin)
  • Slovak
  • Slovene
  • Spanish
  • Swedish
  • Tagalog
  • Tamil
  • Thai
  • Turkish
  • Ukrainian
  • Urdu
  • Vietnamese
TypeSoftware vision mixer, streaming media
LicenseGPL 2 or later[6]
Websitehttps://obsproject.com/

OBS Studio (formerly Open Broadcaster Software or OBS, for short)[7] is a free, open-source, and cross-platform screencasting and streaming app. It is available for Windows, macOS, Linux distributions,[a] and BSD.[b] OBS Project raises funds on Open Collective and Patreon.[8][9]

Overview

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.[10]

For video encoding, OBS Studio can use the x264 transcoder,[11] 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.[12] 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 URL.[13]

OBS Studio also supports plug-ins to extend its functionality.[14]

User interface

The main user interface is organized into five sections: scenes, sources, audio mixer, transitions, and controls. Scenes are groups of sources like live and recorded video, text and audio. The mixer panel lets the user mute the audio, and adjust the volume through virtual faders, and apply effects by pressing the cogwheel next to the mute button. The control panel has options for starting/stopping a stream or recording, a button to transform OBS to a more professional Studio Mode (see below), a button for opening the settings menu and a button to exit the program. The upper section has a live video preview, used to monitor and edit the current scene. The user interface can be switched to a variety of themes, including both dark and light themes, depending on what the user prefers.

When in Studio Mode, there are two canvas preview windows, the left one for modifying and preview of non-active scenes, while the right window is for preview of the live scene ("Preview" and "Program" respectively). In the middle there is a secondary transition button, allowing for transitioning to the non-active scene in the left window using user-defined "quick transitions".

There are some simple tutorials on the Internet that show how to use OBS Studio,[15][16][17] including more in-depth tutorials designed to cover every aspect of the application.[18]

History

OBS Studio started out as a small project created by Hugh "Jim" Bailey, but quickly grew with the help of many online collaborators working both to improve OBS and spread the knowledge about the program. The first version was released in August 2012.[19] In 2013, development started on a rewritten version known as OBS Multiplatform (later renamed OBS Studio) for multi-platform support, a more thorough feature set, and a more powerful API.[20] In 2016, OBS "Classic" was no longer supported, and OBS Studio became the primary version.[21]

Usage in other software

Streamlabs Desktop (formerly Streamlabs OBS)[22] is a live streaming app that integrates OBS Studio with viewer interactions, chat management, and tip donations.[23][24] The app uses OBS Studio for media streaming and Electron for its user interface.[25] It distributes contents over Twitch, YouTube Live, and Facebook Live.[26][27] The developing company, Streamlabs, was founded in 2014.[28] The first version of the app, however, was launched on 31 March 2020 for macOS.[29][30] On 18 November 2021, following criticism, the app's name changed to Streamlabs Desktop to prevent any illusion of affiliation with OBS Studio.[31][22]

See also

Free and open-source software portal

Notes

  1. ^ a b "Linux", in this context, refers to Alpine Linux, ALT Linux, Arch Linux, CentOS, Debian, Fedora, KaOS, Mageia, OpenMandriva, openSUSE, PCLinuxOS,Slackware, Solus, Ubuntu
  2. ^ a b "BSD", in this context, refers to FreeBSD and NetBSD

References

  1. ^ "Open Broadcaster Software - Changelog". The OBS Project. Archived from the original on 17 May 2013. Retrieved 13 October 2020.
  2. ^ a b "Download | OBS". The OBS Project. Retrieved 7 October 2021.
  3. ^ "Open Broadcaster Software | OBS". The OBS Project. Retrieved 13 October 2020.
  4. ^ "Obs-studio Download (APK, DEB, EOPKG, RPM, TGZ, TXZ, ZST)". pkgs.org. Retrieved 10 August 2021.
  5. ^ "Locales". The OBS Project. Retrieved 13 October 2020.
  6. ^ "COPYING". obsproject/obs-studio. Retrieved 13 October 2020 – via GitHub.
  7. ^ "OBS Classic is no longer supported - Here's how to easily switch to OBS Studio". The OBS Project. Retrieved 26 March 2020.
  8. ^ "Open Broadcaster Software - Open Collective". opencollective.com. Retrieved 23 March 2021.
  9. ^ "Hugh Bailey ("Jim") is creating the OBS Project". Patreon. Retrieved 23 March 2021.
  10. ^ "How to stream games with Open Broadcaster: a fast, free livestreaming application - News - PC Gamer". Future Publishing Limited. Retrieved 2 June 2013.
  11. ^ "x264 Home Page". VideoLan Organization. Retrieved 11 March 2011. In addition to being free to use under the GNU GPL, x264 is also available under a commercial license from x264 LLC and CoreCodec.
  12. ^ "General Performance And Encoding Issues". obsproject.com.
  13. ^ "Surround Sound Streaming And Recording | OBS". obsproject.com.
  14. ^ "Plugins — OBS Studio 24.0.0 documentation". obsproject.com.
  15. ^ "How To Use OBS For Streaming". Answerslave. Retrieved 7 March 2018.
  16. ^ "What is an OBS – How to Use it for Live Streaming". Broodle. 21 December 2017. Retrieved 10 March 2018.
  17. ^ "How to live Stream Any Video To Facebook Page Using OBS". techsite.io. Retrieved 19 November 2018.
  18. ^ EposVox (28 December 2017), The Most In-Depth OBS Studio Tutorial Course Ever Made | OBS STUDIO MASTER CLASS 2018, retrieved 12 May 2019
  19. ^ Bailey, Hugh (31 August 2012). "I made a streaming application so I could stream startcraft. Now it's open source and free for everyone". Reddit. Retrieved 10 May 2021.
  20. ^ "obs-studio/README (first commit)". Retrieved 19 November 2021.
  21. ^ "OBS Classic is no longer supported - Here's how to easily switch to OBS Studio". The OBS Project. Retrieved 30 April 2017.
  22. ^ a b https://github.com/stream-labs/streamlabs-obs/commit/751f2a22f3efb066905054bcd18ebfaf7fbd2b81#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
  23. ^ Kaser, Rachel (30 November 2018). "Streamlabs CEO describes building monetization tools for Twitch & YouTube". TNW. Financial Times.
  24. ^ Glum, Julia (16 August 2018). "This 34-Year-Old CEO Is Helping People Earn Thousands by Playing Video Games". Money.com. Retrieved 4 November 2019.
  25. ^ May, Ethan (25 March 2021). "Streamlabs OBS V1 is Officially Here!". Streamlabs.com. StreamLabs. Electron, the desktop framework that powers our app
  26. ^ Ballard, John (3 November 2019). "Logitech Is Making an $89 Million Bet on Game Streaming". The Motley Fool.
  27. ^ Downing, Shane (14 December 2018). "How these brothers run a gaming startups without sibling rivalry -". San Francisco Business Times.
  28. ^ Marino, Andrew (8 October 2019). "Logitech CEO Bracken Darrell on acquiring live-streaming app Streamlabs". The Verge. Vox Media.
  29. ^ Stephen, Bijan (31 March 2020). "Popular livestreaming software Streamlabs OBS is launching on Mac today". The Verge. Vox Media.
  30. ^ Neely, Amber (31 March 2020). "Logitech launching Streamlabs OBS on macOS". AppleInsider. Quiller Media.
  31. ^ Roth, Emma (17 November 2017). "Streamlabs will drop 'OBS' name after getting called out by open-source app". The Verge. Vox Media.