상세 컨텐츠

본문 제목

Download OBS on Linux

카테고리 없음

by Riella 2022. 4. 6. 07:51

본문

728x90

OBS는 무료로 화면을 (소리와 함께) 녹화 할 수 있는 툴이며 방송도 가능하다.

공식 사이트: https://obsproject.com/wiki/install-instructions#linux

 

사실 이렇게까지 적을 필요 없는거긴 하다.

[OpenGL 버전 확인]

sudo apt install mesa-utils
glxinfo | grep "OpenGL"

아래처럼 나온다. 적어도 버전 3 이상이어야함

OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 2060/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 510.47.03
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 510.47.03
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 510.47.03
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

[Ubuntu 18.04 이상 버전에서 설치]

sudo add-apt-repository ppa:obsproject/obs-studio

뭐 물어보면 enter누르기

sudo apt update
sudo apt install obs-studio

설치 완.

댓글 영역