Sur cette page, vous pouvez télécharger OBS Studio (appelé également Open Broadcaster Software Studio).
Il s’agit d’un logiciel open-source gratuit pour l’enregistrement et la diffusion de vidéos sur YouTube, Facebook, Periscope, GoodGame, DailyMotion, Hitbox, VK et tout autre serveur RTMP.
Des versions Windows, Mac OS et Linux disponibles. Vous pouvez également créer OBS Studio à partir du code source.
Télécharger OBS Studio pour Windows
File | Size | Release date |
---|---|---|
OBS Studio x64 installer For 64-bit OS. |
116.73 MB | 04.02.2023 12:19 UTC |
OBS Studio x64 zip For 64-bit OS. Portable. |
139.52 MB | 04.02.2023 12:18 UTC |
OBS Studio x86 installer For 32-bit OS. |
101.92 MB | 30.03.2022 03:04 UTC |
OBS Studio x86 zip For 32-bit OS. Portable. |
117.91 MB | 30.03.2022 03:04 UTC |
La version complète du programme d’installation .exe et du zip contient OBS Studio 32bit, 64bit, Browser Source (anciennement CLR Browser Source Plugin) ainsi que le plugin Intel® RealSense™. Si vous utilisez le programme d’installation .exe, vous serez invité à installer le plugin Browser Source et RealSense au cours de l’installation. Dans le cas contraire, les composants sont inclus dans le zip.
Le petit programme d’installation .exe contient la version de base OBS Studio 32bit, 64bit ainsi que le plugin Intel® RealSense, mais ne contient pas le plugin Browser Source.
Versions Windows compatibles (32 bit et 64 bit)
- Windows 10
- Windows 8 et 8.1
Télécharger OBS Studio pour Mac OS X
File | Size | Release date |
---|---|---|
OBS Studio installer for mac OS X | 156.37 MB | 04.02.2023 12:19 UTC |
Télécharger OBS Studio pour 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
- 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
- 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
Télécharger le code source
Source code of OBS Studio :
Source code from master branch: