Last active 1778390012

Revision a557896165d020c79b0f5267f68a166ca49ae693

install-ffmpeg.sh Raw
1#!/usr/bin/env bash
2
3stat ffmpeg-master-latest-linux64-gpl.tar.xz || wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl.tar.xz
4
5tar xvf ffmpeg-master-latest-linux64-gpl.tar.xz
6
7cp -v ffmpeg-master-latest-*/bin/* /usr/bin/
8
9chmod +x /usr/bin/ffmpeg /usr/bin/ffprobe /usr/bin/ffplay
10
11cp -v ffmpeg-master-latest-*/man/man1/* /usr/local/share/man/man1/
12
13cp -v ffmpeg-master-latest-*/man/man3/* /usr/local/share/man/man3/
14
15ffmpeg -version