Spaces:
Sleeping
Sleeping
DeFactOfficial
commited on
Commit
•
598a2d1
1
Parent(s):
dde71af
Update ffmpeg_install.sh
Browse files- ffmpeg_install.sh +1 -2
ffmpeg_install.sh
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
|
2 |
unxz ./ffmpeg-release-amd64-static.tar.xz
|
3 |
-
tar -xvf ./ffmpeg-release-amd64-static.tar
|
4 |
-
export PATH="/home/user/app/ffmpeg-7.0.2-amd64-static:$PATH"
|
|
|
1 |
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
|
2 |
unxz ./ffmpeg-release-amd64-static.tar.xz
|
3 |
+
tar -xvf ./ffmpeg-release-amd64-static.tar
|
|