replace FFMPEG with libav
This commit is contained in:
parent
bc52bec634
commit
585b813674
|
@ -108,14 +108,8 @@ echo "========== Installing htop ============"
|
||||||
sudo apt-get install htop -y
|
sudo apt-get install htop -y
|
||||||
|
|
||||||
|
|
||||||
echo "========== Setup FFMPEG ============"
|
echo "========== Setup libav ============"
|
||||||
sudo apt-get install git -y
|
sudo apt-get install libav-tools
|
||||||
sudo git clone git://source.ffmpeg.org/ffmpeg.git
|
|
||||||
cd ffmpeg
|
|
||||||
./configure
|
|
||||||
make
|
|
||||||
make install
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user