Skip to content

Commit 176e8e8

Browse files
Updating to use custom ffmpeg-builds with CUDA filters
1 parent 5436ab3 commit 176e8e8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

build/index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ curl -fsSL 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n6.1:/LICENSE.md
4141
curl -fsSL 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n6.1:/README.md' -o ../bin/win32-x64.README
4242

4343
echo 'linux x64'
44-
download 'https://descript-public.s3.amazonaws.com/descript-builds/ffmpeg-static/ffmpeg-n7.1-155-g0529b466fa-linux64-nonfree-7.1.tar.xz' linux-x64.tar.xz
44+
download 'https://descript-public.s3.amazonaws.com/descript-builds/ffmpeg-static/artifacts/ffmpeg-n7.1.2-9-g7332326229-linux64-nonfree-descript-7.1.tar.xz' linux-x64.tar.xz
4545
echo ' extracting'
4646
xzcat linux-x64.tar.xz | $tar_exec -x -C ../bin --strip-components 2 --wildcards '*/ffmpeg' '*/ffprobe'
4747
mv ../bin/ffmpeg ../bin/ffmpeg-linux-x64

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@descript/ffmpeg-ffprobe-static",
3-
"version": "7.1.2-rc.2",
3+
"version": "7.1.3-rc.1",
44
"description": "Non-free versions of ffmpeg and ffprobe static binaries for Mac OSX, Linux, and Windows for server-side use only",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -17,8 +17,8 @@
1717
"prepublishOnly": "npm run lint && npm test"
1818
},
1919
"ffmpeg-static": {
20-
"binary-release-tag": "b7.1.2",
21-
"binary-release-name": "7.1.2"
20+
"binary-release-tag": "b7.1.3",
21+
"binary-release-name": "7.1.3"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)