Skip to content

Commit

Permalink
Creating pinned ffmpeg 6.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Jul 24, 2024
1 parent 1062381 commit c6daf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo ' downloading from gyan.dev'
download 'https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-6.1.1-essentials_build.7z' win32-x64.7z
echo ' extracting'
tmpdir=$(mktemp -d)
7zr e -y -bd -o"$tmpdir" win32-x64.7z >/dev/null
7z e -y -bd -o"$tmpdir" win32-x64.7z >/dev/null
mv "$tmpdir/ffmpeg.exe" ../bin/ffmpeg-win32-x64
mv "$tmpdir/ffprobe.exe" ../bin/ffprobe-win32-x64
mv "$tmpdir/LICENSE" ../bin/win32-x64.LICENSE
Expand Down

0 comments on commit c6daf86

Please sign in to comment.