fix linux ffmpeg
This commit is contained in:
parent
14ecfa89d1
commit
0d5a0e8b06
1 changed files with 4 additions and 4 deletions
|
|
@ -89,8 +89,8 @@ You can also install using yt-dlp's ffmpeg builds. This ensures your ffmpeg is u
|
||||||
chmod +x ffmpeg-master-latest-linux64-gpl/bin/ffprobe
|
chmod +x ffmpeg-master-latest-linux64-gpl/bin/ffprobe
|
||||||
|
|
||||||
# May need sudo / root permissions to perform
|
# May need sudo / root permissions to perform
|
||||||
mv ffmpeg-master-latest-linux64-gpl/bin/ffmpeg.exe /usr/bin/ffmpeg
|
mv ffmpeg-master-latest-linux64-gpl/bin/ffmpeg /usr/bin/ffmpeg
|
||||||
mv ffmpeg-master-latest-linux64-gpl/bin/ffprobe.exe /usr/bin/ffprobe
|
mv ffmpeg-master-latest-linux64-gpl/bin/ffprobe /usr/bin/ffprobe
|
||||||
|
|
||||||
Linux ARM
|
Linux ARM
|
||||||
--------------
|
--------------
|
||||||
|
|
@ -112,8 +112,8 @@ You can also install using yt-dlp's ffmpeg builds. This ensures your ffmpeg is u
|
||||||
chmod +x ffmpeg-master-latest-linuxarm64-gpl/bin/ffprobe
|
chmod +x ffmpeg-master-latest-linuxarm64-gpl/bin/ffprobe
|
||||||
|
|
||||||
# May need sudo / root permissions to perform
|
# May need sudo / root permissions to perform
|
||||||
mv ffmpeg-master-latest-linuxarm64-gpl/bin/ffmpeg.exe /usr/bin/ffmpeg
|
mv ffmpeg-master-latest-linuxarm64-gpl/bin/ffmpeg /usr/bin/ffmpeg
|
||||||
mv ffmpeg-master-latest-linuxarm64-gpl/bin/ffprobe.exe /usr/bin/ffprobe
|
mv ffmpeg-master-latest-linuxarm64-gpl/bin/ffprobe /usr/bin/ffprobe
|
||||||
|
|
||||||
|
|
||||||
PIP
|
PIP
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue