IT/Streaming
[Streaming] x264 설치 방법 (Linux)
Oziraper
2020. 7. 20. 21:44
x264는 비디오를 H.264 (MPEG-4 AVC) 비디오 스트림으로 인코딩하는 오픈 소스 프로그램입니다. 간단한 커맨드로 설치할 수 있습니다.
sudo apt-get update
sudo apt-get install x264
참고 링크: https://www.howtoinstall.me/ubuntu/18-04/x264/
How to Install x264 in Ubuntu 18.04
How to Install x264 in Ubuntu 18.04 Install x264 by entering the following commands in the terminal: sudo apt update sudo apt install x264 Description: video encoder for the H.264/MPEG-4 AVC standard x264 is an advanced commandline encoder for creating H.2
www.howtoinstall.me