Skip to content

Commit e7257ea

Browse files
committed
up version ffmpeg to 6.1.1
1 parent a6d8700 commit e7257ea

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.github/workflows/package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: .NET
22

33
on:
44
push:
5-
branches: [ "master", "v4.4.4", "v5.1.4", "v6.1.1" ]
5+
branches: [ "master", "ffmpeg_4.4.4", "ffmpeg_5.1.4", "ffmpeg_6.1.1" ]
66
pull_request:
77
branches: [ "master" ]
88

@@ -25,12 +25,12 @@ jobs:
2525
sudo apt-get install -qq -y --no-install-recommends wget curl git-core patchelf unzip zip gzip tar xz-utils
2626
- name: Download FFmpeg
2727
run: |
28-
echo "Download ffmpeg-n4.4-linux"
29-
curl -L https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n4.4.4-6-gd5fa6e3a91-linux64-gpl-shared-4.4.tar.xz -o ffmpeg-n4.4-linux64.tar.xz
30-
tar xf ./ffmpeg-n4.4-linux64.tar.xz && rm ffmpeg-n4.4-linux64.tar.xz && mv ffmpeg-n4.4* linux64
31-
echo "Download ffmpeg-n4.4-windows"
32-
curl -L https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-11-30-12-55/ffmpeg-n4.4.4-6-gd5fa6e3a91-win64-gpl-shared-4.4.zip -o ffmpeg-n4.4-win64.zip
33-
unzip ./ffmpeg-n4.4-win64.zip && rm ffmpeg-n4.4-win64.zip && mv ffmpeg-n4.4* win64
28+
echo "Download ffmpeg-n6.1.1-linux"
29+
curl -L https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-06-30-12-49/ffmpeg-n6.1.1-155-g07fac14653-linux64-gpl-shared-6.1.tar.xz -o ffmpeg-n6.1.1-linux64.tar.xz
30+
tar xf ./ffmpeg-n6.1.1-linux64.tar.xz && rm ffmpeg-n6.1.1-linux64.tar.xz && mv ffmpeg-n6* linux64
31+
echo "Download ffmpeg-n6.1.1-windows"
32+
curl -L https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-06-30-12-49/ffmpeg-n6.1.1-155-g07fac14653-win64-gpl-shared-6.1.zip -o ffmpeg-n6.1.1-win64.zip
33+
unzip ./ffmpeg-n6.1.1-win64.zip && rm ffmpeg-n6.1.1-win64.zip && mv ffmpeg-n6* win64
3434
# Delete extra files
3535
rm linux64/bin/*
3636
rm win64/bin/*.exe
@@ -40,7 +40,7 @@ jobs:
4040
rm win64/doc -R
4141
- name: Patch FFmpeg
4242
run: |
43-
echo "Patch ffmpeg-n4.4-linux"
43+
echo "Patch ffmpeg-n6.1.1-linux"
4444
patchelf --set-rpath '$ORIGIN/.' linux64/lib/libpostproc.so
4545
patchelf --set-rpath '$ORIGIN/.' linux64/lib/libavdevice.so
4646
patchelf --set-rpath '$ORIGIN/.' linux64/lib/libavcodec.so

FFMpeg.runtime.nuspec

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>FFMpeg.runtime</id>
5-
<version>4.4.4</version>
5+
<version>6.1.1</version>
66
<title>FFMpeg native bindings for linux, windows</title>
77
<authors>zerpico</authors>
88
<icon>icon.png</icon>
@@ -25,23 +25,23 @@
2525
<file src="LICENSE" target="LICENSE" />
2626
<file src="README.md" target="README.md" />
2727

28-
<file src="win64/bin/avcodec-58.dll" target="runtimes/win-x64/native" />
29-
<file src="win64/bin/avdevice-58.dll" target="runtimes/win-x64/native" />
30-
<file src="win64/bin/avfilter-7.dll" target="runtimes/win-x64/native" />
31-
<file src="win64/bin/avformat-58.dll" target="runtimes/win-x64/native" />
32-
<file src="win64/bin/avutil-56.dll" target="runtimes/win-x64/native" />
33-
<file src="win64/bin/postproc-55.dll" target="runtimes/win-x64/native" />
34-
<file src="win64/bin/swresample-3.dll" target="runtimes/win-x64/native" />
35-
<file src="win64/bin/swscale-5.dll" target="runtimes/win-x64/native" />
28+
<file src="win64/bin/avcodec-60.dll" target="runtimes/win-x64/native" />
29+
<file src="win64/bin/avdevice-60.dll" target="runtimes/win-x64/native" />
30+
<file src="win64/bin/avfilter-9.dll" target="runtimes/win-x64/native" />
31+
<file src="win64/bin/avformat-60.dll" target="runtimes/win-x64/native" />
32+
<file src="win64/bin/avutil-58.dll" target="runtimes/win-x64/native" />
33+
<file src="win64/bin/postproc-57.dll" target="runtimes/win-x64/native" />
34+
<file src="win64/bin/swresample-4.dll" target="runtimes/win-x64/native" />
35+
<file src="win64/bin/swscale-7.dll" target="runtimes/win-x64/native" />
3636

37-
<file src="linux64/lib/libavcodec.so.58" target="runtimes/linux-x64/native" />
38-
<file src="linux64/lib/libavdevice.so.58" target="runtimes/linux-x64/native" />
39-
<file src="linux64/lib/libavfilter.so.7" target="runtimes/linux-x64/native" />
40-
<file src="linux64/lib/libavformat.so.58" target="runtimes/linux-x64/native" />
41-
<file src="linux64/lib/libavutil.so.56" target="runtimes/linux-x64/native" />
42-
<file src="linux64/lib/libpostproc.so.55" target="runtimes/linux-x64/native" />
43-
<file src="linux64/lib/libswresample.so.3" target="runtimes/linux-x64/native" />
44-
<file src="linux64/lib/libswscale.so.5" target="runtimes/linux-x64/native" />
37+
<file src="linux64/lib/libavcodec.so.60" target="runtimes/linux-x64/native" />
38+
<file src="linux64/lib/libavdevice.so.60" target="runtimes/linux-x64/native" />
39+
<file src="linux64/lib/libavfilter.so.9" target="runtimes/linux-x64/native" />
40+
<file src="linux64/lib/libavformat.so.60" target="runtimes/linux-x64/native" />
41+
<file src="linux64/lib/libavutil.so.58" target="runtimes/linux-x64/native" />
42+
<file src="linux64/lib/libpostproc.so.57" target="runtimes/linux-x64/native" />
43+
<file src="linux64/lib/libswresample.so.4" target="runtimes/linux-x64/native" />
44+
<file src="linux64/lib/libswscale.so.7" target="runtimes/linux-x64/native" />
4545
</files>
4646

4747
</package>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FFmpeg-nuget-package
22
[![main](https://github.com/Zerpico/FFmpeg-nuget-package/actions/workflows/package.yml/badge.svg)](https://github.com/Zerpico/FFmpeg-nuget-package/actions/workflows/package.yml)
33
[![nuget](https://img.shields.io/nuget/v/FFmpeg.runtime.svg)](https://www.nuget.org/packages/FFmpeg.runtime/)
4-
FFmpeg v.4.4 Auto-Builds nuget package
4+
FFmpeg v.6.1.1 Auto-Builds nuget package
55

66
- [FFmpeg latest release](https://github.com/Zerpico/FFmpeg-nuget-package/releases/latest)
77
- [FFmpeg nuget package](https://www.nuget.org/packages/FFMpeg.runtime)

0 commit comments

Comments
 (0)