We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e33a9 commit 5fda36bCopy full SHA for 5fda36b
.github/actions/setup-ffmpeg/action.yml
@@ -1,5 +1,5 @@
1
name: Setup FFmpeg and FFprobe
2
-description: Install FFmpeg and FFprobe across Linux, MacOS (Intel), and Windows
+description: Install FFmpeg and FFprobe across Linux, macOS, and Windows
3
inputs:
4
ffmpeg-version:
5
description: FFmpeg version to install
@@ -28,11 +28,9 @@ runs:
28
curl -L "https://evermeet.cx/ffmpeg/ffmpeg-$FF_VERSION.zip" -o ffmpeg.zip
29
unzip -q ffmpeg.zip
30
mv ffmpeg "$INSTALL_DIR/ffmpeg"
31
-
32
curl -L "https://evermeet.cx/ffmpeg/ffprobe-$FF_VERSION.zip" -o ffprobe.zip
33
unzip -q ffprobe.zip
34
mv ffprobe "$INSTALL_DIR/ffprobe"
35
36
chmod +x "$INSTALL_DIR/"*
37
38
elif [[ "${{ runner.os }}" == "Windows" ]]; then
0 commit comments