From 0d5a0e8b06d5520f495acfad4abae996d2008c99 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 1 Mar 2023 19:29:59 -0800 Subject: [PATCH] fix linux ffmpeg --- docs/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 2157835c..fae3f435 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 # 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/ffprobe.exe /usr/bin/ffprobe + mv ffmpeg-master-latest-linux64-gpl/bin/ffmpeg /usr/bin/ffmpeg + mv ffmpeg-master-latest-linux64-gpl/bin/ffprobe /usr/bin/ffprobe 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 # 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/ffprobe.exe /usr/bin/ffprobe + mv ffmpeg-master-latest-linuxarm64-gpl/bin/ffmpeg /usr/bin/ffmpeg + mv ffmpeg-master-latest-linuxarm64-gpl/bin/ffprobe /usr/bin/ffprobe PIP