ffmpeg by sennchi
download ffmpeg:http://ffmpeg.org/releases/
install ffmpeg from c source
下载
wget http://ffmpeg.org/releases/ffmpeg-3.3.tar.gz
解压 tar -xzvf ffmpeg-3.3.tar.gz
cd ffmpeg-3.3
./configure
make
make install
install ffmpeg from binary file
download a binary file from server and copy it in local dictionary, then run ./ffmpeg