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
|
||||
|
||||
|
||||
echo "========== Setup FFMPEG ============"
|
||||
sudo apt-get install git -y
|
||||
sudo git clone git://source.ffmpeg.org/ffmpeg.git
|
||||
cd ffmpeg
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
||||
echo "========== Setup libav ============"
|
||||
sudo apt-get install libav-tools
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user