File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 55
55
--enable-demuxer=webvtt \
56
56
--enable-muxer=srt \
57
57
--enable-protocol=file \
58
- --enable-iconv
59
58
60
59
- name : Build and install FFmpeg
61
60
shell : msys2 {0}
@@ -64,12 +63,18 @@ jobs:
64
63
make
65
64
make install
66
65
67
- - name : Package FFmpeg
66
+ - name : Copy dependencies
68
67
shell : msys2 {0}
69
68
run : |
70
69
mkdir -p /usr/local/bin/ffmpeg
71
- mv /usr/local/bin/ffmpeg.exe /usr/local/bin/ffmpeg/
72
-
70
+ cp /usr/local/bin/ffmpeg.exe /usr/local/bin/ffmpeg/
71
+ cp /mingw64/bin/libbz2-1.dll /usr/local/bin/ffmpeg/
72
+ cp /mingw64/bin/libiconv-2.dll /usr/local/bin/ffmpeg/
73
+ cp /mingw64/bin/liblzma-5.dll /usr/local/bin/ffmpeg/
74
+ cp /mingw64/bin/libwinpthread-1.dll /usr/local/bin/ffmpeg/
75
+ cp /mingw64/bin/zlib1.dll /usr/local/bin/ffmpeg/
76
+
77
+
73
78
74
79
- name : Upload artifact
75
80
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments