Add readme.md

This commit is contained in:
BitMaster Admin
2023-12-19 14:12:03 +00:00
commit 020eb93ec0

8
readme.md Normal file
View File

@@ -0,0 +1,8 @@
#download and setup ffmpeg
```shell script
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
tar -xf ffmpeg-release-amd64-static.tar.xz
cp -r ffmpeg-6.0-amd64-static/* /usr/bin
```