You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: "**MPV git commit**: https://github.com/dyphire/mpv/commit/${{ fromJson(needs.params.outputs.params).sha }}\n- Remove video encoders: x264, x265, aom, libvpx, xvidcore\n- LuaSocket is built and included, so [simple-mpv-webui](https://github.com/open-dynaMIX/simple-mpv-webui) can be used out of the box\n- Test: add `--secondary-sub-override` and `--sub-ass-feature-*` options\n\n**Build Details**: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}\n**Build Time**: ${{ env.long_time }}"
464
+
body: "**MPV git commit**: https://github.com/dyphire/mpv/commit/${{ fromJson(needs.params.outputs.params).sha }}\n- LuaSocket is built and included, so [simple-mpv-webui](https://github.com/open-dynaMIX/simple-mpv-webui) can be used out of the box\n- Test: add `--secondary-sub-override` and `--sub-ass-feature-*` options\n\n**Build Details**: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}\n**Build Time**: ${{ env.long_time }}"
Copy file name to clipboardexpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ Use Github Action to build mpv-win with latest commit.
11
11
-**MPV** Based on https://github.com/shinchiro/mpv-winbuild-cmake. [](https://github.com/shinchiro/mpv-winbuild-cmake)
12
12
13
13
-**MPV_OWN** Based on https://github.com/dyphire/mpv-winbuild-cmake. [](https://github.com/dyphire/mpv-winbuild-cmake)
14
-
- Remove video encoders: x264, x265, aom, libvpx, xvidcore
15
14
- LuaSocket is built and included, so [simple-mpv-webui](https://github.com/open-dynaMIX/simple-mpv-webui) can be used out of the box
16
15
-**Test**: mpv from [dyphire/mpv](https://github.com/dyphire/mpv/tree/patch)
17
16
- add `--secondary-sub-override` and `--sub-ass-feature-*` options
@@ -27,8 +26,7 @@ This repo only provides 64-bit version. If you need a 32-bit version, you can fo
27
26
> Some media players based on libmpv will need `libmpv-2.dll`.You can upgrade their built-in libmpv version by overwriting libmpv-2.dll.
28
27
29
28
### Release Retention Policy
30
-
- The last build of each month is kept for one years.
31
-
- The last 30 weekly builds are kept.
29
+
The last 30 weekly builds are kept.
32
30
33
31
## Information about packages
34
32
@@ -43,11 +41,14 @@ Same as [shinchiro](https://github.com/shinchiro/mpv-winbuild-cmake/blob/master/
0 commit comments