Jump to content

OBS Studio: Difference between revisions

From Wiki
Tag: Reverted
Kangmus (talk | contribs)
Tag: Manual revert
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:


==Installasi ==
==Installasi ==
<syntaxhighlight lang="shell">
 
sudo add-apt-repository ppa:obsproject/obs-studio
sudo add-apt-repository ppa:obsproject/obs-studio
</syntaxhighlight><syntaxhighlight lang="shell">
 
sudo apt update && sudo apt install obs-studio
sudo apt update && sudo apt install obs-studio
</syntaxhighlight>


==Exsternal Link==
==Exsternal Link==
Line 21: Line 20:


[[Category:Software]][[Category:Linux]]
[[Category:Software]][[Category:Linux]]
{{DISPLAYTITLE:OBS Studio}}

Latest revision as of 22:52, 21 April 2024

Source: logodix.com

OBS Studio (Open Broadcaster Software) adalah perangkat lunak yang sangat berguna bagi konten creator untuk menampilkan live video secara real time, dengan, multi streamer, tampilan muka yang cukup friendly. Support multi OS Windows, MAC, dan Linux.

Changes in the Release 27.0

  • Display Capture on laptops now allows for capturing displays on different GPUs
  • Added a missing files warning when loading scene collections
  • Added service integration and browser dock support to macOS and Linux
  • (Windows only) Added support for NVIDIA Noise Removal in the Noise Suppression filter
  • Added a Track Matte mode to stinger transitions
  • Added support for SRGB texture formats

Installasi

sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt update && sudo apt install obs-studio