This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#script based on fcecagno's script | |
#!/bin/bash | |
set -xe | |
sudo apt-get update && sudo apt-get install -y yasm nasm wget git-core build-essential checkinstall yasm texi2html libvorbis-dev libx11-dev libvpx-dev libxfixes-dev zlib1g-dev pkg-config libxext-dev libv4l-dev netcat librtmp-dev libx264-dev libmp3lame-dev libopus-dev libtheora-dev libwebp-dev libspeex-dev libfreetype6-dev | |
FFMPEG_VERSION=3.3.2 | |
if [ ! -d "/usr/local/src/ffmpeg-${FFMPEG_VERSION}" ]; then |