|
|
|
@ -6,6 +6,6 @@ rm ffmpeg*
|
|
|
|
wget "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-5.1.zip"
|
|
|
|
wget "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-5.1.zip"
|
|
|
|
unzip ffmpeg-n5.1-latest-win64-gpl-5.1.zip
|
|
|
|
unzip ffmpeg-n5.1-latest-win64-gpl-5.1.zip
|
|
|
|
cp ffmpeg-n5.1-latest-win64-gpl-5.1/bin/ffmpeg.exe ffmpeg.exe
|
|
|
|
cp ffmpeg-n5.1-latest-win64-gpl-5.1/bin/ffmpeg.exe ffmpeg.exe
|
|
|
|
chmod 777 ffmpeg.exe
|
|
|
|
chmod +x ffmpeg.exe
|
|
|
|
rm -rf ffmpeg-n5.1-latest-win64-gpl-5.1
|
|
|
|
rm -rf ffmpeg-n5.1-latest-win64-gpl-5.1
|
|
|
|
rm ffmpeg-n5.1-latest-win64-gpl-5.1.zip
|
|
|
|
rm ffmpeg-n5.1-latest-win64-gpl-5.1.zip
|