vqzhanshi / mpv-winbuild

Use Github Action to build mpv for Windows with latest commit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpv-winbuild

GitHub Workflow Status releases downloads

Use Github Action to build mpv for Windows with latest commit.

Based on https://github.com/shinchiro/mpv-winbuild-cmake.

Auto-Builds

Builds run daily at 12:00 UTC (trigger by pipedream) and are automatically released on success.

This repo only provides 64-bit version. If you need a 32-bit version, you can fork this repo and edit mpv.yml.

mpv-dev-x86_64-xxxx.7z is 64-bit libmpv version, including the libmpv-2.dll file.

Some media players based on libmpv use libmpv-2.dll or mpv-2.dll.You can upgrade their libmpv version by overwriting this dll.

Release Retention Policy

  • The last build of each month is kept for one year.
  • The last 14 daily builds are kept.

CI Builds

Every hour, check whether there is a new commit in mpv repo, if there is a new commit, builds will run automatically but will not be released.

You can go to the the Action tab in this repo,and download artifact from any successful action.

Information about packages

same as shinchiro

  • Git/Hg

    • ANGLE ANGLE
    • FFmpeg FFmpeg
    • xz xz
    • x264 x264
    • x265 (multilib) x265
    • uchardet uchardet
    • rubberband rubberband
    • opus opus
    • openal-soft openal-soft
    • mpv mpv
    • luajit luajit
    • libvpx libvpx
    • libwebp libwebp
    • libpng libpng
    • libsoxr libsoxr
    • libzimg (with graphengine) libzimg
    • libdvdread libdvdread
    • libdvdnav libdvdnav
    • libdvdcss libdvdcss
    • libudfread libdvdcss
    • libbluray libbluray
    • libunibreak libunibreak
    • libass libass
    • libmysofa libmysofa
    • lcms2 lcms2
    • lame lame
    • harfbuzz harfbuzz
    • game-music-emu game-music-emu
    • freetype2 freetype2
    • mujs mujs
    • libarchive libarchive
    • libjpeg libjpeg
    • shaderc (with spirv-headers, spirv-tools, glslang) shaderc
    • vulkan-header Vulkan-Headers
    • vulkan Vulkan
    • spirv-cross spirv-cross
    • fribidi fribidi
    • nettle nettle
    • libxml2 libxml2
    • amf-headers amf-headers
    • avisynth-headers avisynth-headers
    • nvcodec-headers nvcodec-headers
    • libvpl libvpl
    • aom
    • dav1d dav1d
    • libplacebo (with glad) libplacebo
    • fontconfig uchardet
    • libbs2b libbs2b
    • libssh
    • libsrt libsrt
    • libjxl (with brotli, highway) libjxl
    • libmodplug libmodplug
    • uavs3d uavs3d
    • davs2 davs2
    • libdovi libdovi
    • libva libva
    • libzvbi libzvbi
    • rav1e rav1e
    • libaribcaption libaribcaption
  • Zip

About

Use Github Action to build mpv for Windows with latest commit.

License:MIT License


Languages

Language:Shell 100.0%