Add FFMPEG

pull/155/head
Yossi 2017-12-11 11:35:18 +02:00
parent 1976bd3a90
commit 654c3840e4
1 changed files with 13 additions and 0 deletions

View File

@ -104,6 +104,19 @@ fi
echo "========== Installing gpac ============"
sudo apt-get install gpac -y
echo "========== Installing htop ============"
sudo apt-get install htop -y
echo "========== Setup FFMPEG ============"
sudo git clone git://source.ffmpeg.org/ffmpeg.git
cd ffmpeg
./configure
make
make install
# Install Node
echo "========== Installing Node ============"