{"id":13712058,"url":"https://github.com/dyphire/mpv-config","last_synced_at":"2026-04-14T11:02:25.463Z","repository":{"id":37535274,"uuid":"365401079","full_name":"dyphire/mpv-config","owner":"dyphire","description":"本项目为 windows 下 mpv 播放器的配置文件 (This project is the configuration file of mpv player on Windows)","archived":false,"fork":false,"pushed_at":"2024-04-14T07:12:50.000Z","size":84636,"stargazers_count":336,"open_issues_count":0,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T08:05:11.241Z","etag":null,"topics":["glsl","lua","mpv","mpv-config","mpv-script","mpv-scripts"],"latest_commit_sha":null,"homepage":"","language":"GLSL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dyphire.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-08T02:32:20.000Z","updated_at":"2024-04-16T13:40:43.585Z","dependencies_parsed_at":"2024-04-16T13:40:42.268Z","dependency_job_id":"970f2882-30bc-4707-a24f-f8696d838055","html_url":"https://github.com/dyphire/mpv-config","commit_stats":null,"previous_names":[],"tags_count":30,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyphire%2Fmpv-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyphire%2Fmpv-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyphire%2Fmpv-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyphire%2Fmpv-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyphire","download_url":"https://codeload.github.com/dyphire/mpv-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445682,"owners_count":20939961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["glsl","lua","mpv","mpv-config","mpv-script","mpv-scripts"],"created_at":"2024-08-02T23:01:14.458Z","updated_at":"2026-02-19T12:03:20.694Z","avatar_url":"https://github.com/dyphire.png","language":"GLSL","funding_links":[],"categories":["Other","GLSL","lua"],"sub_categories":[],"readme":"## MPV config ([English branch](https://github.com/dyphire/mpv-config/tree/eng))\n\n### 项目介绍\n\n本项目为 windows 下 [mpv](https://github.com/mpv-player/mpv) 播放器的配置文件，应放入`mpv.exe`所在目录的`portable_config`文件夹内，\n\n或 mpv 配置默认路径`%APPDATA%/mpv/`下，这种方式全局生效。\n\n使用`portable_config`时会覆盖全局配置方案。\n\nPS：自行编辑配置文件时，注意编码格式应为 UTF-8，换行符为 Unix，否则 MPV 可能无法识别\n\n**mpv 整合包下载**：[Releases](https://github.com/dyphire/mpv-config/releases)\n\n### mpv 客户端\n\n- 目前 mpv 没有官方发布的客户端，官网上有放一些推荐的第三方编译版：[https://mpv.io/installation](https://mpv.io/installation)\n  - windows 上推荐使用 shinchiro 版： [shinchiro_mpv](https://github.com/shinchiro/mpv-winbuild-cmake/releases) ![releases](https://img.shields.io/github/v/release/shinchiro/mpv-winbuild-cmake)\n  - 每日构建版：[zhongfly_mpv](https://github.com/zhongfly/mpv-winbuild) [![releases](https://img.shields.io/github/v/release/zhongfly/mpv-winbuild)](https://github.com/zhongfly/mpv-winbuild/releases)\n  - 基于个人修改版 [mpv](https://github.com/dyphire/mpv/tree/patch) 构建版：[dyphire_mpv](https://github.com/dyphire/mpv-winbuild) [![releases](https://img.shields.io/github/v/release/dyphire/mpv-winbuild)](https://github.com/dyphire/mpv-winbuild/releases)\n    - [修改版 mpv 相关说明](https://github.com/dyphire/mpv-config/discussions/7)\n- 目前比较成熟的 mpv/libmpv 前端推荐： [mpv.net](https://github.com/mpvnet-player/mpv.net) [![mpv.net](https://flat.badgen.net/github/last-commit/mpvnet-player/mpv.net?scale=1.0\u0026cache=1800)](https://github.com/mpvnet-player/mpv.net) [![releases](https://img.shields.io/github/v/release/mpvnet-player/mpv.net)](https://github.com/mpvnet-player/mpv.net/releases)\n  - 个人 mpv.net 配置文件参考：https://github.com/dyphire/mpv-config/tree/mpvnet\n- 浏览器调用 mpv 播放的方法推荐\n  - [mpv-handler](https://github.com/akiirui/mpv-handler) 配合脚本 [play-with-mpv](https://greasyfork.org/zh-CN/scripts/416271-play-with-mpv)\n  - [external-player](https://github.com/LuckyPuppy514/external-player)\n- 单实例模式：[umpv](https://github.com/zhongfly/umpv-go)\n\n### 脚本着色器说明\n\n本项目使用的 mpv 脚本及功能介绍详见 wiki 内容： [脚本说明-wiki](https://github.com/dyphire/mpv-config/wiki/脚本说明)\n\n本项目涉及的着色器见 mpv.conf 中相关内容\n\n### 预览\n\n ![image-20231103224421000](https://cdn.jsdelivr.net/gh/dyphire/PicGo/img/2023/11/03/image-20231103224421000.png)\n\n![image-20231103224540075](https://cdn.jsdelivr.net/gh/dyphire/PicGo/img/2023/11/03/image-20231103224540075.png)\n\n![image-20231103224557019](https://cdn.jsdelivr.net/gh/dyphire/PicGo/img/2023/11/03/image-20231103224557019.png)\n\n| 拼音搜索（支持首字母）                                                                                    | 字幕下载                                                                                           |\n| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |\n| ![image](https://cdn.jsdelivr.net/gh/dyphire/PicGo/img/2023/11/03/image-20231103224614449.png) | ![image](https://cdn.jsdelivr.net/gh/dyphire/PicGo/img/2023/11/03/image-20231103224721066.png) |\n\n### 参考\n\n* [hooke007 配置手册](https://hooke007.github.io/mpv-lazy/mpv.html)\n* [mpv 原版官方的开发版手册（英文）](https://mpv.io/manual/master/)\n* [mpv 官方文档的汉化版-hooke007](https://github.com/hooke007/mpv_doc-CN)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyphire%2Fmpv-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyphire%2Fmpv-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyphire%2Fmpv-config/lists"}