Obs studio официальный сайт скачать бесплатно windows 7

Программа OBS Studio для Windows 7 бесплатно на русском. С помощью OBS Studuo можно проводить видео-трансляции на площадке YouTube, Twitch или Facebook Live.
OBS Studio для windows 7 бесплатно Категория: Стриминг, запись видео.
Поддерживаемые ОС: Windows 7
Разрядность: 32 bit, 64 bit, x32, x64
Для устройств: Компьютер
Язык интерфейса: на Русском
Версия: Последняя
Разработчик: Сообщество OBS

Программа бесплатна по этому скачать OBS Studio для Windows 7 не будет сложной задачей, многие геймеры и стримеры выбирают Windows 7 как стабильную систему, поддерживающую практически все старые и новые игры. Для трансляции потока чаще выбирают Twitch, а для загрузки готовых видео — YouTube. Практически все используют программу OBS Studio, которая совершенно бесплатна, но имеет огромный функционал.

OBS Studio для Windows 7 на компьютер

Для хорошей трансляции нужно, чтобы зрители видели лицо стримера. Людям интересно наблюдать за живыми неподдельными эмоциями. Для этого в OBS Studio можно создать несколько сцен. Первая — игра или какое-то приложение, например, Photoshop или Visual Studio Code. Вторая — видео с веб-камеры, добавить которое можно в разделе «Источники». Утилита ОБС Студио позволяет накладывать сцены слоями, чтобы лицо стримера всегда было сверху. Некоторые игры на Windows 7 могут не сразу корректно отображаться в трансляции, но для этого в программе для стримингов есть много настроек, позволяющих решить все проблемы.

Например, изменить приоритеты захвата, выбрать перехватчик, запустить утилиту от имени администратора или выставить совместимость с другой операционной системой. Для добавления интерактивности в трансляцию, можно добавить еще 1 сцену, которая будет отображать чат или донаты. Многие стримеры ставят мини-видео, записанные заранее, на крупные суммы от зрителей. Всего OBS Studio поддерживает до 8 отдельных сцен, которые можно показывать одновременно, включать и деактивировать при необходимости. Таким образом создаются увлекательные трансляции и интересные видео для выгрузки в YouTube.

OBS Studio для версий windows:

  • OBS Studio для Windows 10

  • OBS Studio для Windows 8

  • OBS Studio для Windows 7

  • OBS Studio для Windows XP

Возможности и преимущества OBS Studio

Онлайн стриминг

Онлайн стриминг через OBS Studio

Запись видео с экрана

Запись видео с экрана в OBS Studio

Минимум нагрузки на ПК

Минимальные нагрузки на систему в OBS Studio

Множество настроек

Множество настроек в OBS Studio


Скачать OBS Studio для Windows 7 бесплатно

Приложение OS Формат Версия Загрузка
OBS Studio Windows 7 x64 Бесплатно (на русском)

Скачать ↓

OBS Studio Windows 7 x32 Бесплатно (на русском)

Скачать ↓


Как установить OBS Studio для windows 7:

Запустите файл.

OBS Studio установить скрин 1

Ознакомьтесь с информацией и нажмите «Далее».

OBS Studio бесплатно установить скрин 2

Нажмите «Далее», или снимите галочки с рекомендуемого ПО и нажмите «Далее». Если снять все галочки, рекомендуемое ПО не установится!

Установка OBS Studio (Yandex) скрин 3

После всех шагов нажмите «Установить».

Установка OBS Studio скрин 4


OBS Studio распространяется абсолютно бесплатно. Разработчики регулярно выпускают обновления, где исправляют баги, улучшают скорость и стабильность работы, а также добавляют новые функции. Утилита поддерживает современные стандарты кодировки видео (H264, AAC). В параметрах можно настраивать источники звука, изменяя каждый из них под свои нужды. Например, при игре в компании у некоторых людей микрофоны могут быть слишком чувствительными. В OBS Studio можно настроить громкость каждого источника. Панель управления интуитивно понятна и ее можно вынести в отдельное место или другой экран для удобства.

On this page, you can download OBS Studio (also known as Open Broadcaster Software Studio).
It’s free open-source and multiplatform software for video recording and live streaming.

With OBS Studio, you can stream on Twitch, YouTube, Facebook, Huya, Douyu, VK, and any other RTMP server.

There are Windows, mac OS X, and Linux versions are available. You can also build OBS Studio from source code.

Download OBS Studio for Windows

Supported Windows Versions (32 bit and 64 bit):

  • Windows 11
  • Windows 10
  • Windows 8 and 8.1

Download OBS Studio for mac OS X

Download OBS Studio for Linux

Any installation directions marked Unofficial are not maintained by the OBS Studio author and may not be up to date or stable.

NOTE: OpenGL 3.2 or later is required to use OBS Studio on Linux. You can check what version of OpenGL is supported by your system by typing the following into the terminal:

glxinfo | grep "OpenGL"

Ubuntu Linux

Requirements

  1. FFmpeg is required. If you do not have the FFmpeg installed (if you’re not sure, then you probably don’t have it), you can get it with the following commands:

    For Ubuntu 14.04 LTS, FFmpeg is not officially included so you will need a specific PPA:

    sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
    sudo apt-get update && sudo apt-get install ffmpeg

    For Ubuntu 15.04 and following versions, FFmpeg is officially included, so you don’t need add PPA and you can install it with this command:

    sudo apt-get install ffmpeg
  2. xserver-xorg version 1.18.4 or newer is recommended to avoid potential performance issues with certain features in OBS, such as the fullscreen projector.

Installation

You can install OBS Studio on Ubuntu Linux with the following commands:

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

Arch Linux (Unofficial)

“Release” version is available on community repository:

sudo pacman -S obs-studio

Manjaro Installation (Unofficial)

  • Graphical: search “obs-studio” on Pamac Manager or Octopi
  • Command-line: install it via pacman with the following command:
    sudo pacman -S obs-studio

Fedora Installation (Unofficial)

  • OBS Studio is included in RPM Fusion. If you do not have it configured (if you’re not sure, then you probably don’t have it), you can do so with the following command:
    sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm 
  • Then you can install OBS with the following command (this pulls all dependencies, including NVENC-enabled ffmpeg):
    sudo dnf install obs-studio 
  • For NVIDIA Hardware accelerated encoding make sure you have CUDA installed (in case of an older card, install xorg-x11-drv-nvidia-340xx-cuda instead):
    sudo dnf install xorg-x11-drv-nvidia-cuda
  • The Packman repository contains the obs-studio package since it requires the fuller version of FFmpeg which is in Packman for legal reasons. If you do not already have the Packman repository add it as shown below.

    For openSUSE Tumbleweed:

    sudo zypper ar --refresh --priority 90 http://packman.inode.at/suse/openSUSE_Tumbleweed packman 

    For openSUSE Leap 42.3:

    sudo zypper ar --refresh http://packman.inode.at/suse/openSUSE_Leap_42.3 packman 

    For openSUSE Leap 42.2:

    sudo zypper ar --refresh http://packman.inode.at/suse/openSUSE_Leap_42.2 packman 

    For openSUSE Leap 42.1:

    sudo zypper ar --refresh http://packman.inode.at/suse/openSUSE_Leap_42.1 packman 

    For openSUSE 13.2:

    sudo zypper ar --refresh http://packman.inode.at/suse/openSUSE_13.2 packman 

    It is recommended to set the priority for Packman lower so it takes precedence over base repositories (skip on Tumbleweed as included in initial command).

    sudo zypper mr --priority 90 packman 
  • The Packman version of FFmpeg should be used for full codec support.

    To ensure any existing FFmpeg packages are switched to Packman versions execute the following before installing obs-studio.

    sudo zypper dup --repo packman 
  • Install the obs-studio package.
    sudo zypper in obs-studio

NixOS Installation (Unofficial)

nix-env -i obs-studio

Download source code

Source code of OBS Studio 29.0.2:

  • zipball (zip archive)
  • tarball (tar archive)

The latest source code of OBS Studio (master branch):

  • master.zip

Open Broadcaster Software OBS Studio – бесплатное приложение, с помощью которого записываются стримы (прямые трансляции) и видео на YouTube и аналогичные сайты. Полное название звучит как Open Broadcaster Software. Пользователям, которые хотят познакомиться с софтом, будет предложено большое количество функций и мощный API, позволяющий создавать собственные плагины. Софт поддерживает выходы нескольких потоков, а также сцены пробных просмотров. OBS Studio работает на разных ОС: Linux, Windows, Mac OS. На нашем сайте вы можете скачать obs на русском.

Технические требования ясные, а пользовательский интерфейс понятный и удобный. Плюс есть поддержка русского языка. Вам придется приложить минимум усилий, чтобы познакомиться с бесплатным приложением.

  • совершать кодирование, используя AAC и H264;
  • записывать компьютерные игры, видео с экрана ПК и других источников. Запись осуществляется в flv или mp4;
  • захватывать компьютерные игры, используя GPU. Это наиболее производительный стриминг;
  • осуществлять запись с устройств, используя DirectShow;
  • стримить на сервисы, которые работают по протоколу RTMP (это Twitch, Hitbox, YouTube и др.).

Чтобы оценить все прелести Open Broadcaster Software, скачивайте его по ссылке с этой страницы. Программа бесплатна.

Говоря о OBS Studio, сразу приходят на ум такие слова, как надежность и простота управления. Осуществив всего несколько простых настроек, вы уже будете готовы продемонстрировать интернет-аудитории свое мастерство в видеоигре или навыки и профессионализм по какому-либо вопросу (в виде конференции). Очень немаловажный плюс – это поддержка практически всех существующих стриминговых сервисов. Зрители будут наблюдать видео высочайшего качества с отличным звуком без лагов.

Рекомендуем выбрать несколько источников, если совершаете одновременную запись. Например, рабочий стол, как целиком, так и его части или же окно видеоигры или приложения. Главная панель в этом случае имеет параметры громкости, эфира, потока и т.п. «Горячие» клавиши помогут осуществить управление ключевыми опциями стрима (поставить видео на паузу, приступить к записи или, наоборот, закончить ее и т.п.).

Если во время стрима оборвалось соединение, то OBS сможет возобновить трансляцию в автоматическом режиме. Нет необходимости в проверке доступности эфира.

Помимо прочего, пользователи могут сделать запись своего стрима на оптический диск в каком-нибудь популярном видеоформате, а после загрузить на сервисы или отправить по e-mail.

OBS Studio очень популярен среди интернет-аудитории, поэтому скачав софт, вы присоединитесь к указанной группе лиц.

Приведем несколько признанных и неоспоримых преимуществ OBS, которые выделяют пользователи:

  • изменение опций по настройке качества аудио и видео;
  • прямое подключение к серверам;
  • поддержка различных видов кодировок;
  • корректировка параметров разрешения дисплея.

Загрузка приложения так же проста, как и запуск самого OBS. В случае не удовлетворения функциями в стандартной версии программного продукта, вы всегда можете скачать дополнительные расширения и плагины, которые увеличат функционал софта. Если вы используете открытый исходный код, то сможете создать плагины своими силами, включить их в состав дистрибутива, а значит, так вы примите участие в усовершенствовании версии. Но для начала скачайте Open Broadcaster Software по прямой ссылке. Ведь OBS не даром считается одной из самых удачных программ, целью которых является трансляция файлов мультимедиа в сеть или их запись на компьютер. Набор нужных инструментов, понятный интерфейс, возможность загрузить приложение на русском языке и бесплатно, и делают OBS таким известным среди пользователей.

Скачать ОБС для Виндовс 7 бесплатно

OBS Studio 29.0.2

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

29.0.2 Hotfix Changes

  • Fixed a bug introduced in 29.0.1 which caused sources with an upward compressor filter to stop audio playback under certain circumstances [notr1ch/pkv]

29.0.1 Hotfix Changes

  • Fixed the «NVIDIA AUDIO Effects SDK is outdated» message appearing on the noise reduction filter properties when the SDK wasn’t installed [notr1ch]
  • Fixed a crash that could happen if you use NVIDIA’s audio effect filters and then later uninstall the SDK [pkv]
  • Fixed the expander and upward compressor audio filters sounding distorted [pkv/norihiro]
  • Added «Knee Width» option to the upward compressor audio filter to improve quality [pkv/norihiro]
  • Fixed a bug where overriding the theme on Linux could cause the program not to start up [kkartaltepe]
  • Fixed software rendering not working properly on Linux [columbarius]
  • Fixed a bug where the Stats window/panel would show an incorrect disk space calculation when pausing recordings [notr1ch]
  • Fixed a bug on Windows where the «Force SDR» setting in window capture wasn’t showing up [jpark37]
  • Fixed a bug on macOS where the virtual camera would show up red [PatTheMav]
  • Fixed a bug where Linux captures would not work correctly on X11 [kkartaltepe]
  • Fixed a crash on Linux when using Wayland and trying to use the automatic scene switcher [GeorgesStavracas]
  • Fixed a bug where alpha wouldn’t output properly when setting OBS to use BGRA color format [jpark37]
  • Fixed a crash on startup when OBS was minimized [derrod]
  • Fixed a bug where projectors could look washed out when projecting SDR content while using an HDR display [jpark37]
  • Fixed a bug on Windows where secondary displays could sometimes not show up in the display capture properties [jpark37]
  • Fixed a crash when using the virtual camera as an OBS source and changing the canvas resolution [notr1ch]
  • Fixed a bug on macOS where the properties window would go behind the main window after opening a file selection dialog [gxalpha]
  • Fixed a bug where profile encoder settings would not properly update when switching between services that require a different encoder [tytan652]
  • Fixed a bug in custom ffmpeg output mode where RTMP would force certain encoders [flaeri]

OBS Studio 29.0.1

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Hotfix Changes

  • Fixed the «NVIDIA AUDIO Effects SDK is outdated» message appearing on the noise reduction filter properties when the SDK wasn’t installed [notr1ch]
  • Fixed a crash that could happen if you use NVIDIA’s audio effect filters and then later uninstall the SDK [pkv]
  • Fixed the expander and upward compressor audio filters sounding distorted [pkv/norihiro]
  • Added «Knee Width» option to the upward compressor audio filter to improve quality [pkv/norihiro]
  • Fixed a bug where overriding the theme on Linux could cause the program not to start up [kkartaltepe]
  • Fixed software rendering not working properly on Linux [columbarius]
  • Fixed a bug where the Stats window/panel would show an incorrect disk space calculation when pausing recordings [notr1ch]
  • Fixed a bug on Windows where the «Force SDR» setting in window capture wasn’t showing up [jpark37]
  • Fixed a bug on macOS where the virtual camera would show up red [PatTheMav]
  • Fixed a bug where Linux captures would not work correctly on X11 [kkartaltepe]
  • Fixed a crash on Linux when using Wayland and trying to use the automatic scene switcher [GeorgesStavracas]
  • Fixed a bug where alpha wouldn’t output properly when setting OBS to use BGRA color format [jpark37]
  • Fixed a crash on startup when OBS was minimized [derrod]
  • Fixed a bug where projectors could look washed out when projecting SDR content while using an HDR display [jpark37]
  • Fixed a bug on Windows where secondary displays could sometimes not show up in the display capture properties [jpark37]
  • Fixed a crash when using the virtual camera as an OBS source and changing the canvas resolution [notr1ch]
  • Fixed a bug on macOS where the properties window would go behind the main window after opening a file selection dialog [gxalpha]
  • Fixed a bug where profile encoder settings would not properly update when switching between services that require a different encoder [tytan652]
  • Fixed a bug in custom ffmpeg output mode where RTMP would force certain encoders [flaeri]

OBS Studio 29.0

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Features

  • Added support for the AMD AV1 Encoder for the RX7000 series GPUs on Windows [AMD/Jim]
  • Added support for the Intel AV1 Encoder for Arc GPUs on Windows [Intel/Jim]
    • Note: CQP is available but not fully supported
  • Added support for the Intel HEVC Encoder on Windows [yuriy-chumak/rcdrone/Jim]
  • Added an upward compressor filter [pkv]
  • Added a 3-band equalizer filter [Jim]
  • Added support for native HEVC and ProRes encoders on macOS, including P010 and HDR [Developer-Ecosystem-Engineering/PatTheMav/gxalpha]
  • Added support for macOS Desk View [Developer-Ecosystem-Engineering]
  • Added update channels for opting into receiving beta/release-candidate builds to Windows [Rodney]
    • Work is still underway to get everything ready on the server side, updating via the built-in updater may not be available until later in the OBS 30.0 beta-testing period
  • Websockets updated to 5.1.0, which has a number of bug fixes, UI improvements, and new stream reconnect events. [tt2468]

Tweaks and Improvements

  • The Replay Buffer’s memory limit is now set to 75% of installed system RAM rather than fixed to 8GB [Rodney]
  • Added media key support in Linux [kkartaltepe]
  • Various improvements to NVIDIA Video and Audio filters, including a Mask Refresh slider and support for temporal processing, which provides better quality masking [pkv]
  • Improved Display Capture screen naming & saving on Windows; indexes should now match regardless of Mode, and reconnected displays should show the correct monitor [jpark37]
    • Note: This does mean existing Display Capture sources will be blank until manually configured, to avoid showing the wrong display
  • Added support for encryption and authentication for SRT and RIST outputs [pkv]
  • Disabled ScreenCaptureKit Display & App capture on macOS 12 due to various issues; users should either update to macOS 13 or use the existing Screen Capture source [PatTheMav]
  • Removed the automatic numbering on Multiview labels [Warchamp7]
  • Added the ability to mute individual browser docks [WizardCM]
  • Added the ability to right click and ‘Inspect’ individual browser docks [WizardCM]
  • Changed the default Simple Output NVENC preset to P5 for better compatibility & performance [RytoEX]
  • Added support for higher refresh rates in the Video Capture Device source on Windows [WizardCM/EposVox]
  • Added the Apple VT Hardware encoder to the Auto Configuration Wizard [gxalpha]
  • Improved FFmpeg VA-API enablement by directly using Libva to check device capabilities [tytan652]
  • Various minor UX/accessibility tweaks in the UI [Warchamp7/cg2121]
  • Raised the speed at which dynamic bitrate recovers after a drop [Jim]
  • Audio should now be automatically captured for most capture card brands using the Video Capture Device source on Windows [WizardCM/EposVox]
  • Added a slide counter to the Source Toolbar when an Image Slide Show is selected [cg2121]

Bug Fixes

  • Fixed issues with async filters (such as Delay) not rendering correctly [jpark37]
  • Various performance improvements to Decklink preview output [jpark37]
  • Fixed an issue where source Projector windows wouldn’t close when a source was deleted [cg2121]
  • Fixed an issue where cursors would disappear or display incorrectly on screen captures on Windows [caesay]
  • Fixed issues with CQP rate control for SVT and AOM AV1 encoders [flaeri]
  • Fixed an issue with CQP rate control for AMD HEVC and H264 [flaeri]
  • Fixed Virtual Camera not working with Webex and GoToMeeting [Jim]
  • Fixed capturing UHD/4K YUV on the AJA Kona HDMI [paulh-aja]
  • Fixed a bug where slideshow sources wouldn’t remove cleared files when removing missing files [gxalpha]
  • Fixed slideshow counter on the source context toolbar showing «1/0» when empty, now shows «-/-» instead [cg2121]
  • Fixed chroma location for VAAPI [jpark37]
  • Fixed a case where macOS’ VideoToolBox HEVC encoder would be parsed as AVC [jpark37]
  • Allow SRT streams to disconnect after timeout [pkv]
  • Fixed color space being incorrect for some video devices running in MJPEG video format on Windows [jpark37]
  • Fixed monitor names in the Fullscreen Projector & Multiview menus on Windows [WizardCM]

OBS Studio 29.0 Beta 3

Beta 3 Changes

  • Fixed two bugs where systems with multiple video adapters with hardware encoders would not show support for their respective hardware encoders [Jim]
  • Fixed AMD AV1 encoder’s default CQP value being 7 rather than 20 [Jim]
  • Fixed upward compressor sounding like it’s peaking or a bit blown out when used [pkv]
  • Added a couple rate control methods for AMD’s AVC/HEVC encoders [rhutsAMD]
  • Fixed chroma location for VAAPI [jpark37]
  • Fixed a case where macOS’ VideoToolBox HEVC encoder would be parsed as AVC [jpark37]
  • Allow SRT streams to disconnect after timeout [pkv]
  • Fixed a bug where slideshow sources wouldn’t remove cleared files when removing missing files [gxalpha]
  • Fixed slideshow counter on the source context toolbar showing «1/0» when empty, now shows «-/-» instead [cg2121]

Beta 2 Changes

  • Fixed QSV just generally not working properly for some/most people (my fault -Jim)
  • Fixed QSV not even showing up for some people (also my fault -Jim)
  • Fixed color space being incorrect for some video devices running in MJPEG video format on Windows [jpark37]
  • Fixed monitor names in the Fullscreen Projector & Multiview menus on Windows [WizardCM]
  • Fixed CQP rate control on AMF H.264 encoder [Flaeri]

Features

  • Added support for the AMD AV1 Encoder for RDNA3 GPUs on Windows [AMD/Jim]
  • Added support for the Intel AV1 Encoder for Arc GPUs on Windows [Intel/Jim]
    • Note: CQP is available but not fully supported
  • Added support for the Intel HEVC Encoder on Windows [yuriy-chumak/rcdrone/Jim]
  • Added an upward compressor filter [pkv]
  • Added a 3-band equalizer filter [Jim]
  • Added support for native HEVC and ProRes encoders on macOS, including P010 and HDR [Developer-Ecosystem-Engineering/PatTheMav/gxalpha]
  • Added support for macOS Desk View [Developer-Ecosystem-Engineering]
  • Added update channels for opting into receiving beta/release-candidate builds to Windows [Rodney]
    • Work is still underway to get everything ready on the server side, updating via the built-in updater may not be available until later in the OBS 29.0 beta-testing period
  • Websockets updated to 5.1.0, which has a number of bug fixes, UI improvements, and new stream reconnect events. [tt2468]

Tweaks and Improvements

  • The Replay Buffer’s memory limit is now set to 75% of installed system RAM rather than fixed to 8GB [Rodney]
  • Added media key support in Linux [kkartaltepe]
  • Various improvements to NVIDIA Video and Audio filters, including a Mask Refresh slider and support for temporal processing, which provides better quality masking [pkv]
  • Improved Display Capture screen naming & saving on Windows; indexes should now match regardless of Mode, and reconnected displays should show the correct monitor [jpark37]
    • Note: This does mean existing Display Capture sources will be blank until manually configured, to avoid showing the wrong display
  • Added support for encryption and authentication for SRT and RIST outputs [pkv]
  • Disabled ScreenCaptureKit Display & App capture on macOS 12 due to various issues; users should either update to macOS 13 or use the existing Screen Capture source [PatTheMav]
  • Removed the automatic numbering on Multiview labels [Warchamp7]
  • Added the ability to mute individual browser docks [WizardCM]
  • Added the ability to right click and ‘Inspect’ individual browser docks [WizardCM]
  • Changed the default Simple Output NVENC preset to P5 for better compatibility & performance [RytoEX]
  • Added support for higher refresh rates in the Video Capture Device source on Windows [WizardCM/EposVox]
  • Added the Apple VT Hardware encoder to the Auto Configuration Wizard [gxalpha]
  • Improved FFmpeg VA-API enablement by directly using Libva to check device capabilities [tytan652]
  • Various minor UX/accessibility tweaks in the UI [Warchamp7/cg2121]
  • Raised the speed at which dynamic bitrate recovers after a drop [Jim]
  • Audio should now be automatically captured for most capture card brands using the Video Capture Device source on Windows [WizardCM/EposVox]
  • Added a slide counter to the Source Toolbar when an Image Slide Show is selected [cg2121]
  • Updated dependencies, including switching to Qt 6.4.1, which should fix a number of issues [RytoEX/tytan652]

Bug Fixes

  • Fixed issues with async filters (such as Delay) not rendering correctly [jpark37]
  • Various performance improvements to Decklink preview output [jpark37]
  • Fixed an issue where source Projector windows wouldn’t close when a source was deleted [cg2121]
  • Fixed an issue where cursors would disappear or display incorrectly on screen captures on Windows [caesay]
  • Fixed issues with CQP rate control for SVT and AOM AV1 encoders [flaeri]
  • Fixed issue with CQP rate control for AMD HEVC when using CQP [flaeri]
  • Fixed Virtual Camera not working with Webex and GoToMeeting [Jim]
  • Fixed capturing UHD/4K YUV on the AJA Kona HDMI [paulh-aja]

OBS Studio 29.0 Beta 2

Beta 2 Changes

  • Fixed QSV just generally not working properly for some/most people (my fault -Jim)
  • Fixed QSV not even showing up for some people (also my fault -Jim)
  • Fixed color space being incorrect for some video devices running in MJPEG video format on Windows [jpark37]
  • Fixed monitor names in the Fullscreen Projector & Multiview menus on Windows [WizardCM]

Features

  • Added support for the AMD AV1 Encoder for RDNA3 GPUs on Windows [AMD/Jim]
  • Added support for the Intel AV1 Encoder for Arc GPUs on Windows [Intel/Jim]
    • Note: CQP is available but not fully supported
  • Added support for the Intel HEVC Encoder on Windows [yuriy-chumak/rcdrone/Jim]
  • Added an upward compressor filter [pkv]
  • Added a 3-band equalizer filter [Jim]
  • Added support for native HEVC and ProRes encoders on macOS, including P010 and HDR [Developer-Ecosystem-Engineering/PatTheMav/gxalpha]
  • Added support for macOS Desk View [Developer-Ecosystem-Engineering]
  • Added update channels for opting into receiving beta/release-candidate builds to Windows [Rodney]
    • Work is still underway to get everything ready on the server side, updating via the built-in updater may not be available until later in the OBS 29.0 beta-testing period

Tweaks and Improvements

  • The Replay Buffer’s memory limit is now set to 75% of installed system RAM rather than fixed to 8GB [Rodney]
  • Added media key support in Linux [kkartaltepe]
  • Various improvements to NVIDIA Video and Audio filters, including a Mask Refresh slider and support for temporal processing, which provides better quality masking [pkv]
  • Improved Display Capture screen naming & saving on Windows; indexes should now match regardless of Mode, and reconnected displays should show the correct monitor [jpark37]
    • Note: This does mean existing Display Capture sources will be blank until manually configured, to avoid showing the wrong display
  • Added support for encryption and authentication for SRT and RIST outputs [pkv]
  • Disabled ScreenCaptureKit Display & App capture on macOS 12 due to various issues; users should either update to macOS 13 or use the existing Screen Capture source [PatTheMav]
  • Removed the automatic numbering on Multiview labels [Warchamp7]
  • Added the ability to mute individual browser docks [WizardCM]
  • Added the ability to right click and ‘Inspect’ individual browser docks [WizardCM]
  • Changed the default Simple Output NVENC preset to P5 for better compatibility & performance [RytoEX]
  • Added support for higher refresh rates in the Video Capture Device source on Windows [WizardCM/EposVox]
  • Added the Apple VT Hardware encoder to the Auto Configuration Wizard [gxalpha]
  • Improved FFmpeg VA-API enablement by directly using Libva to check device capabilities [tytan652]
  • Various minor UX/accessibility tweaks in the UI [Warchamp7/cg2121]
  • Raised the speed at which dynamic bitrate recovers after a drop [Jim]
  • Audio should now be automatically captured for most capture card brands using the Video Capture Device source on Windows [WizardCM/EposVox]
  • Added a slide counter to the Source Toolbar when an Image Slide Show is selected [cg2121]
  • Updated dependencies, including switching to Qt 6.4.1, which should fix a number of issues [RytoEX/tytan652]

Bug Fixes

  • Fixed issues with async filters (such as Delay) not rendering correctly [jpark37]
  • Various performance improvements to Decklink preview output [jpark37]
  • Fixed an issue where source Projector windows wouldn’t close when a source was deleted [cg2121]
  • Fixed an issue where cursors would disappear or display incorrectly on screen captures on Windows [caesay]
  • Fixed issues with CQP rate control for SVT and AOM AV1 encoders [flaeri]
  • Fixed issue with CQP rate control for AMD HEVC when using CQP [flaeri]
  • Fixed Virtual Camera not working with Webex and GoToMeeting [Jim]
  • Fixed capturing UHD/4K YUV on the AJA Kona HDMI [paulh-aja]

OBS Studio 29.0 Beta 1

Features

  • Added support for the AMD AV1 Encoder for RDNA3 GPUs on Windows [AMD/Jim]
  • Added support for the Intel AV1 Encoder for Arc GPUs on Windows [Intel/Jim]
    • Note: CQP is available but not fully supported
  • Added support for the Intel HEVC Encoder on Windows [yuriy-chumak/rcdrone/Jim]
  • Added an upward compressor filter [pkv]
  • Added a 3-band equalizer filter [Jim]
  • Added support for native HEVC and ProRes encoders on macOS, including P010 and HDR [Developer-Ecosystem-Engineering/PatTheMav/gxalpha]
  • Added support for macOS Desk View [Developer-Ecosystem-Engineering]
  • Added update channels for opting into receiving beta/release-candidate builds to Windows [Rodney]
    • Work is still underway to get everything ready on the server side, updating via the built-in updater may not be available until later in the OBS 29.0 beta-testing period

Tweaks and Improvements

  • The Replay Buffer’s memory limit is now set to 75% of installed system RAM rather than fixed to 8GB [Rodney]
  • Added media key support in Linux [kkartaltepe]
  • Various improvements to NVIDIA Video and Audio filters, including a Mask Refresh slider and support for temporal processing, which provides better quality masking [pkv]
  • Improved Display Capture screen naming & saving on Windows; indexes should now match regardless of Mode, and reconnected displays should show the correct monitor [jpark37]
    • Note: This does mean existing Display Capture sources will be blank until manually configured, to avoid showing the wrong display
  • Added support for encryption and authentication for SRT and RIST outputs [pkv]
  • Disabled ScreenCaptureKit Display & App capture on macOS 12 due to various issues; users should either update to macOS 13 or use the existing Screen Capture source [PatTheMav]
  • Removed the automatic numbering on Multiview labels [Warchamp7]
  • Added the ability to mute individual browser docks [WizardCM]
  • Added the ability to right click and ‘Inspect’ individual browser docks [WizardCM]
  • Changed the default Simple Output NVENC preset to P5 for better compatibility & performance [RytoEX]
  • Added support for higher refresh rates in the Video Capture Device source on Windows [WizardCM/EposVox]
  • Added the Apple VT Hardware encoder to the Auto Configuration Wizard [gxalpha]
  • Improved FFmpeg VA-API enablement by directly using Libva to check device capabilities [tytan652]
  • Various minor UX/accessibility tweaks in the UI [Warchamp7/cg2121]
  • Raised the speed at which dynamic bitrate recovers after a drop [Jim]
  • Audio should now be automatically captured for most capture card brands using the Video Capture Device source on Windows [WizardCM/EposVox]
  • Added a slide counter to the Source Toolbar when an Image Slide Show is selected [cg2121]
  • Updated dependencies, including switching to Qt 6.4.1, which should fix a number of issues [RytoEX/tytan652]

Bug Fixes

  • Fixed issues with async filters (such as Delay) not rendering correctly [jpark37]
  • Various performance improvements to Decklink preview output [jpark37]
  • Fixed an issue where source Projector windows wouldn’t close when a source was deleted [cg2121]
  • Fixed an issue where cursors would disappear or display incorrectly on screen captures on Windows [caesay]
  • Fixed issues with CQP rate control for SVT and AOM AV1 encoders [flaeri]
  • Fixed issue with CQP rate control for AMD HEVC when using CQP [flaeri]
  • Fixed Virtual Camera not working with Webex and GoTo Meeting [Jim]
  • Fixed capturing UHD/4K YUV on the AJA Kona HDMI [paulh-aja]

OBS Studio 28.1.2

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

NOTE: Some plugins may not be compatible with OBS 28. You can check the status of the most common plugins on the OBS Plugin Compatibility page.

28.1.2 Hotfix Changes

  • Fixed a Browser Source crash that could happen under certain circumstances [WizardCM]
  • Fixed «Always on Top» not saving on exit [notr1ch]

28.1.1 Hotfix Changes

  • Fixed NVENC preset not being migrated properly in simple output mode [RytoEX]
  • Fixed the inability to start the encoder when NVENC is set to a bframe count higher than is supported by the device [RytoEX]

28.1 Changes

  • Added NVENC AV1 hardware encoder on Windows [Jim]
    • Currently only works with the NV12 (OBS default) and P010 color formats
    • Currently does not support the «rescale» feature in advanced output mode
    • Only available for RTX 40 Series video cards from NVIDIA
  • Updated NVENC presets [Jim]
    • Presets have been split into 3 different settings: Preset, Tuning, and Multipass mode
    • Presets are now P1-P7, lower numbers being lower quality, higher numbers being higher quality. Note that higher presets may incur higher GPU usage which could impact the performance of games running simultaneously with OBS. The number of simultaneous NVENC encoding sessions may be lower when using the highest presets. OBS will automatically map your current NVENC settings to the closest preset when upgrading.
    • Tuning is used to determine whether to prioritize latency or quality. It has three settings: High Quality, Low Latency, and Ultra Low Latency.
    • Multipass Mode is used to determine whether a second pass is used in encoding, and has three settings: Disabled, Quarter Resolution, and Full Resolution. Enabling this will give higher quality at the cost of more GPU resource usage.
  • Fixed a bug where Direct3D 9 games stopped capturing properly with game capture on Windows 11 22H2 [Rodney]
  • Moved «Always on Top» to the View menu [gxalpha]
  • You can now select a specific source for the Virtual Camera [chippydip]
  • Fixed a crash on resolution change of Windows Virtual Camera [Jim]
  • Fixed a Discord crash with Windows Virtual Camera [Jim]
  • Fixed crashes with macOS applications loading the virtual camera [PatTheMav]
  • Fixed Steam version launching x86_64 version on Apple Silicon devices [Rodney]
  • Fixed Stats widget appearance issues [tytan652]
  • Fixed Blend Method in Studio Mode [rcdrone]
  • Fixed case where video capture is darkened when both luma wipe and scale filtering are set [rcdrone]

OBS Studio 28.1.1

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

NOTE: Some plugins may not be compatible with OBS 28. You can check the status of the most common plugins on the OBS Plugin Compatibility page.

28.1.1 Hotfix Changes

  • Fixed NVENC preset not being migrated properly in simple output mode [RytoEX]
  • Fixed the inability to start the encoder when NVENC is set to a bframe count higher than is supported by the device [RytoEX]

28.1 Changes

  • Added NVENC AV1 hardware encoder on Windows [Jim]
    • Currently only works with the NV12 (OBS default) and P010 color formats
    • Currently does not support the «rescale» feature in advanced output mode
    • Only available for RTX 40 Series video cards from NVIDIA
  • Updated NVENC presets [Jim]
    • Presets have been split into 3 different settings: Preset, Tuning, and Multipass mode
    • Presets are now P1-P7, lower numbers being lower quality, higher numbers being higher quality. Note that higher presets may incur higher GPU usage which could impact the performance of games running simultaneously with OBS. The number of simultaneous NVENC encoding sessions may be lower when using the highest presets. OBS will automatically map your current NVENC settings to the closest preset when upgrading.
    • Tuning is used to determine whether to prioritize latency or quality. It has three settings: High Quality, Low Latency, and Ultra Low Latency.
    • Multipass Mode is used to determine whether a second pass is used in encoding, and has three settings: Disabled, Quarter Resolution, and Full Resolution. Enabling this will give higher quality at the cost of more GPU resource usage.
  • Fixed a bug where Direct3D 9 games stopped capturing properly with game capture on Windows 11 22H2 [Rodney]
  • Moved «Always on Top» to the View menu [gxalpha]
  • You can now select a specific source for the Virtual Camera [chippydip]
  • Fixed a crash on resolution change of Windows Virtual Camera [Jim]
  • Fixed a Discord crash with Windows Virtual Camera [Jim]
  • Fixed crashes with macOS applications loading the virtual camera [PatTheMav]
  • Fixed Steam version launching x86_64 version on Apple Silicon devices [Rodney]
  • Fixed Stats widget appearance issues [tytan652]
  • Fixed Blend Method in Studio Mode [rcdrone]
  • Fixed case where video capture is darkened when both luma wipe and scale filtering are set [rcdrone]

OBS Studio 28.1

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

NOTE: Some plugins may not be compatible with OBS 28. You can check the status of the most common plugins on the OBS Plugin Compatibility page.

28.1 Changes

  • Added NVENC AV1 hardware encoder on Windows [Jim]
    • Currently only works with the NV12 (OBS default) and P010 color formats
    • Currently does not support the «rescale» feature in advanced output mode
    • Only available for RTX 40 Series video cards from NVIDIA
  • Updated NVENC presets [Jim]
    • Presets have been split into 3 different settings: Preset, Tuning, and Multipass mode
    • Presets are now P1-P7, lower numbers being lower quality, higher numbers being higher quality. Note that higher presets may incur higher GPU usage which could impact the performance of games running simultaneously with OBS. The number of simultaneous NVENC encoding sessions may be lower when using the highest presets. OBS will automatically map your current NVENC settings to the closest preset when upgrading.
    • Tuning is used to determine whether to prioritize latency or quality. It has three settings: High Quality, Low Latency, and Ultra Low Latency.
    • Multipass Mode is used to determine whether a second pass is used in encoding, and has three settings: Disabled, Quarter Resolution, and Full Resolution. Enabling this will give higher quality at the cost of more GPU resource usage.
  • Fixed a bug where Direct3D 9 games stopped capturing properly with game capture on Windows 11 22H2 [Rodney]
  • Moved «Always on Top» to the View menu [gxalpha]
  • You can now select a specific source for the Virtual Camera [chippydip]
  • Fixed a crash on resolution change of Windows Virtual Camera [Jim]
  • Fixed a Discord crash with Windows Virtual Camera [Jim]
  • Fixed crashes with macOS applications loading the virtual camera [PatTheMav]
  • Fixed Steam version launching x86_64 version on Apple Silicon devices [Rodney]
  • Fixed Stats widget appearance issues [tytan652]
  • Fixed Blend Method in Studio Mode [rcdrone]
  • Fixed case where video capture is darkened when both luma wipe and scale filtering are set [rcdrone]

OBS Studio 28.1 Release Candidate 1

28.1 Release Candidate 1 Changes

  • Fixed Stats widget appearance and font size [tytan652]
  • Fixed theme selection after clicking apply and cancel in Settings [tytan652]
  • Fixed Steam launching x86 version under Rosetta [Rodney]
  • Fixed crashes in apps loading macOS Virtual Camera [PatTheMav/steven-michaud]
  • The correct title will now be used when the replay buffer fails to start [gxalpha]
  • Fixed a crash on resolution change of Windows Virtual Camera [Jim]
  • Fixed a possible crash when making quick UI changes [PatTheMav]
  • Fixed a crash related to Windows Virtual Camera [Jim]
  • Fixed a crash after running autoconfig at less than 240p [r1ch]
  • Fixed Max Quality and Quality NVENC Preset upgrade mappings [RytoEX]

28.1 Changes

  • Added NVENC AV1 hardware encoder on Windows [Jim]
    • Currently only works with the NV12 (OBS default) and P010 color formats
    • Currently does not support the «rescale» feature in advanced output mode
    • Only available for RTX 40 Series video cards from NVIDIA
  • Updated NVENC presets [Jim]
    • Presets have been split into 3 different settings: Preset, Tuning, and Multipass mode
    • Presets are now P1-P7, lower numbers being lower quality, higher numbers being higher quality. Note that higher presets may incur higher GPU usage which could impact the performance of games running simultaneously with OBS. The number of simultaneous NVENC encoding sessions may be lower when using the highest presets. OBS will automatically map your current NVENC settings to the closest preset when upgrading.
    • Tuning is used to determine whether to prioritize latency or quality. It has three settings: High Quality, Low Latency, and Ultra Low Latency.
    • Multipass Mode is used to determine whether a second pass is used in encoding, and has three settings: Disabled, Quarter Resolution, and Full Resolution. Enabling this will give higher quality at the cost of more GPU resource usage.
  • Fixed a bug where Direct3D 9 games stopped capturing properly with game capture on Windows 11 22H2 [Rodney]
  • Moved «Always on Top» to the View menu [gxalpha]
  • You can now select a specific source for the Virtual Camera [chippydip]

Содержание

  • 1 OBS Studio для Windows
  • 2 OBS Classic для Windows
  • 3 OBS Studio для MacOS
  • 4 OBS Studio для Linux

OBS Studio для Windows

Windows версия OBS Studio поддерживает Windows 7, 8, 8.1 и 10.

Файл Дата выхода Действие
OBS-Studio-26.1.1-Full-Installer-x64.exe 6 Января 2021 года Скачать
OBS-Studio-26.1.1-Full-Installer-x86.exe 6 Января 2021 года Скачать
OBS-Studio-26.1.1-Full-x64.zip 6 Января 2021 года Скачать
OBS-Studio-26.1.1-Full-Installer-x64.exe.torren 6 Января 2021 года Скачать через Bittorrent

OBS Classic для Windows

OBS Classic больше не поддерживается и не обслуживается.

Эта программа и ее исходный код свободно доступны всем для использования и изменения под лицензией GNU General Public License v2.0 (или выше), с которой вы соглашаетесь при использовании этой программы или ее исходного кода.

Файл Дата выхода Действие
OBS_0_659b.exe 30 Августа 2016 года Скачать
OBS_0_659b.zip 30 Августа 2016 года Скачать

OBS Studio для MacOS

macOS версия OBS Studio поддерживает macOS 10.13 и новее.

Файл Дата выхода Действие
obs-mac-26.1.2-installer.pkg 8 Января 2021 года Скачать

OBS Studio для Linux

Linux версия официально доступна для Ubuntu 14.04 и новее. Необходим FFmpeg.

Для Ubuntu 14.04 LTS, FFmpeg официально не включен, так что вам  нужно установить его:

sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
sudo apt-get update && sudo apt-get install ffmpeg

Для Ubuntu 15.04 и следующих версий, FFmpeg официально включен:

sudo apt-get install ffmpeg

После установки FFmpeg, установите OBS Studio с помощью:

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

Login

Store

Community

Support

Change language

View desktop website

STEAM

OBS Studio

About This Software

OBS Studio is a free and open source program for livestreaming and video recording.

Create scenes with multiple types of video sources, including your computer display, video games, webcams, video files, and more.

Stream your video productions on sites like Twitch, YouTube, or Facebook live, or record your videos locally to share.

Features

  • Livestream video to sites like Twitch, YouTube, Facebook Live, and many more, including your own custom servers
  • Record videos to save to your hard drive and share with friends
  • High performance real time video/audio capturing and mixing. Create scenes made up of multiple sources including window captures, images, text, browser windows, webcams, capture cards and more
  • Set up an unlimited number of scenes you can switch between seamlessly via custom transitions
  • Intuitive audio mixer with per-source filters such as noise gate, noise suppression, and gain. Take full control with VST plugin support
  • Powerful and easy to use configuration options. Add new Sources, duplicate existing ones, and adjust their properties effortlessly
  • Streamlined Settings panel gives you access to a wide array of configuration options to tweak every aspect of your broadcast or recording
  • Modular ‘Dock’ UI allows you to rearrange the layout exactly as you like. You can even pop out each individual Dock to its own window
  • Choose from a number of different and customizable transitions for when you switch between your scenes or add your own stinger video files
  • Set hotkeys for nearly every sort of action, such as switching between scenes, starting/stopping streams or recordings, muting audio sources, push to talk, and more
  • Studio Mode lets you preview your scenes and sources before pushing them live. Adjust your scenes and sources or create new ones and ensure they’re perfect before your viewers ever see them
  • Get a high level view of your production using the Multiview. Monitor 8 different scenes and easily cue or transition to any of them with merely a single or double click

System Requirements

    Minimum:

    • Requires a 64-bit processor and operating system
    • OS: Windows 10 (64 bit)
    • Processor: Intel i5 2500K, AMD Ryzen 1300X
    • Memory: 4 GB RAM
    • Graphics: GeForce GTX 900 Series, Radeon RX 400 Series, Intel HD Graphics 500
    • DirectX: Version 11
    • Storage: 600 MB available space
    • Additional Notes: Hardware encoders recommended
    Recommended:

    • Requires a 64-bit processor and operating system
    • OS: Windows 11 (64 bit)
    • Processor: Intel i7 8700K, AMD Ryzen 1600X
    • Memory: 8 GB RAM
    • Graphics: GeForce 10 Series, Radeon 5000 Series, Intel Xe
    • DirectX: Version 11
    • Network: Broadband Internet connection
    • Storage: 600 MB available space

    Minimum:

    • Requires a 64-bit processor and operating system
    • OS: 10.15 or higher
    • Processor: Intel quad-core recommended
    • Memory: 4 GB RAM
    • Graphics: Intel or AMD
    • Storage: 800 MB available space
    Recommended:

    • Requires a 64-bit processor and operating system
    • OS: 12.5 or higher
    • Processor: Intel quad-core or Apple Silicon (M1/M2)
    • Memory: 8 GB RAM
    • Graphics: Intel, AMD, or Apple
    • Network: Broadband Internet connection
    • Storage: 800 MB available space

© 2023 Wizards of OBS, LLC

OBS Studio is released and distributed under the terms of the GNU General Public License 2+.

What Curators Say

61 Curators have reviewed this product. Click here to see them.

Customer reviews

Overall Reviews:

Overwhelmingly Positive
(7,945 reviews)

Recent Reviews:

Very Positive
(901 reviews)

Review Type

All (7,945)

Positive (7,576)

Negative (369)

Purchase Type

All (7,945)

Steam Purchasers (0)

Other (7,945)

Language

All Languages (7,945)

Your Languages (1,791)

Date Range

To view reviews within a date range, please click and drag a selection on a graph above or click on a specific bar.

Show graph

Lifetime

Only Specific Range (Select on graph above) 

Exclude Specific Range (Select on graph above) 

Playtime

Filter reviews by the user’s playtime when the review was written:

No Minimum

Over 1 hour

Over 10 hours

No minimum to No maximum

Display As:

Show graph
Hide graph

Filters

Excluding Off-topic Review Activity

Playtime:

There are no more reviews that match the filters set above

Adjust the filters above to see other reviews

Open Broadcaster Software, или OBS Studio, используется для записи и сохранения на компьютер потокового видео и ведения вещания в режиме онлайн. Он совместим с платформами Windows, Linux и Mac. Имеются версии для систем с архитектурой 32 и 64 bit. Это приложение поддерживает множество популярных стриминговых сервисов: CyberGame, Youtube, Daily Motion, Cash Play, Hitbox, Twitch и многие другие.

OBS является программным обеспечением с открытым кодом. Любой пользователь может скачать бесплатно OBS Studio и пользоваться программой без каких-либо ограничений.

Удобное управление

Удобное управление

ПО обладает простым интерфейсом и понятным принципом управления. Программа доступна на русском языке, поэтому в ней легко разобраться с первого запуска.

Удобный конфигуратор настроек позволяет устанавливать горячие клавиши для каждого действия и даже включать таймер записи на экране. Начинающие пользователи могут скачать бесплатно русскую версию OBS Studio и запустить автоматическую настройку. Эта функция сама подберет оптимальные установки для вашего ПК.

Запись с нескольких источников

Запись с нескольких источников

Программа предлагает сразу несколько способов записи видео. Чтобы сохранить передачу из интернета или IP-телевидения, подключите его к ПК, скачайте бесплатно ОБС и запустите захват. Фиксируйте на видео действия с монитора или браузера, записывайте аудиопотоки, подключайте мониторы и устройства через HDMI и вытягивайте стрим из сети. Можно встроить изображение и текст прямо во время записи видеоряда.

Интеграция с другими сервисами

Интеграция с другими сервисами

Создатели видеоконтента могут скачать ОБС для стрима и облегчить повседневную рутину, создавая трансляции для всех популярных площадок. Программа интегрируется в ваш аккаунт на YouTube, Twitch, Facebook Live, Twitter, GameTips и поддерживает многие другие сервисы. Опытные пользователи могут настраивать стрим на разные площадки, самостоятельно указав сервер и ключ потока.

Запись в высоком качестве

Режим студии

Хотите совместить видео из нескольких источников в одной картинке? Для этого нужно скачать ОБС, установить его на ПК и запустить режим студии.

Здесь вы можете подключать разные стриминги, сайты и браузеры, накладывать изображения, встраивать в ролик переходы и отслеживать все изменения в окне превью. Гибкий интерфейс позволяет настраивать управление под себя, добавлять и убирать отдельные окна.

1

Фильтры

OBS включает инструменты для коррекции видео во время записи. Применяйте отдельные фильтры для каждого источника. Накладывайте маски, меняйте фон, корректируйте цветовой баланс.

2

Микшеры

Записывайте системные звуки или аудио с подключенного устройства и синхронизируйте их в реальном времени. Удобный микшер поможет подавить шум и настроить громкость.

3

Переходы

Встроенные переходы помогут настроить плавную смену сцен в видео. Доступны эффекты затухания и обрезки. Пользователь может вручную установить длительность каждого перехода.

4

Скрипты

Расширяйте возможности программы при помощи подключаемых плагинов. Разработчики и фанаты OBS делятся на официальном форуме расширениями, которые ускорят работу с софтом.

Операционная система: Linux, Mac OS, Windows 8, 10

Процессор: рекомендуется Intel I5 или AMD FX series

Видеокарта: совместимая с DirectX 10.1

Оперативная память: рекомендуется 4 ГБ

OBS Studio (Open Broadcaster Software) – популярная программа для ПК Windows, Linux и MacOS с открытым исходным кодом. Оно используется для записи игрового процесса, редактирования и онлайн-трансляций. Если вы хотите попробовать себя в роли онлайн-стримера при помощи программы OBS, скачать бесплатно русскую версию можно по ссылке ниже. Программа может транслировать на такие платформы, как Twitch, YouTube, Facebook Live, Twitter, а также используется для создания скринкастов.

OBS Studio включает в себя множество функций и настроек, хотя именно богатство выбора могут стать главным препятствием для пользователя, только что открывшего для себя программу. Но если вы готовы потратить время на ее изучение, то она предлагает удивительную гибкость для опытных пользователей. Чтобы упростить процесс обучения, здесь есть встроенный мастер настройки, который поможет вам оптимизировать установки для потоковой передачи или записи видео при первом запуске.

Приложение позволяет переключаться между двумя режимами: базовым рекордером и студией редактирования, где вы можете обработать полученный материал. Софт предлагает сразу несколько источников захвата, в том числе трансляции по веб-ссылке, запись с экрана монитора и подключенной камеры, аудиопоток с микрофона или системные звуки, специальный игровой режим и встраивание локальных файлов. Добавленные сцены можно перемещать на экране и накладывать друг на друга. Все настройки можно освоить достаточно быстро, так как Open Broadcaster Software доступна на русском языке.

Большим плюсом программы является богатый выбор функций для стрима. Несмотря на то, что OBS полностью бесплатна, она не уступает платным конкурентам вроде Streamlabs и позволяет транслироваться на площадки Twitch, Facebook Live, YouTube, Twitter, Api.Video, own3Dpro.

Cофт показывает небольшую нагрузку даже на бюджетные компьютеры. При запуске сильной игры вроде CS Go на ПК со слабой видеокартой он показывает значительный спад fps. Но если выбирать что-то вроде The Division или Metro: Last Light Redux, параметр не опустится ниже 58.

Скачать ОБС для виндовс можно на официальном сайте, там же доступна версия для платформ MacOS и Linux. OBS поддерживает системы 64 b 32-bit и практически все сборки ОС, от Windows 10 до 7.

Понравилась статья? Поделить с друзьями:
  • Obs studio не устанавливается на windows 10
  • Obs studio не запускается на windows 10
  • Obs studio для windows 7 какая версия
  • Obs studio для windows 7 32 разрядная скачать
  • Obs studio download windows 7 32 bit