Add FFMPEG
This commit is contained in:
parent
1976bd3a90
commit
654c3840e4
|
@ -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 ============"
|
||||
|
|
Loading…
Reference in New Issue
Block a user