OBS Studio: Difference between revisions
Appearance
No edit summary |
No edit summary Tags: Reverted Visual edit |
||
| Line 11: | Line 11: | ||
==Installasi == | ==Installasi == | ||
<syntaxhighlight lang="shell"> | |||
sudo add-apt-repository ppa:obsproject/obs-studio | |||
</syntaxhighlight><syntaxhighlight lang="shell"> | |||
sudo apt update && sudo apt install obs-studio | |||
</syntaxhighlight> | |||
==Exsternal Link== | ==Exsternal Link== | ||
Revision as of 23:27, 24 August 2022

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