Skip to content
forked from hooke007/MPV_lazy

🔄 mpv播放器折腾记录 windows conf ; 中文注释 快速帮助萌新入门 ; MPV懒人包 win10 x64 见链接

Notifications You must be signed in to change notification settings

jhq223/MPV_lazy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpv播放器折腾记录

从萌新到大白,用前嫌麻烦 用后真香系列

MPV播放器 https://github.com/mpv-player/mpv

这里是我的个人设置备份
各文件夹内的md也有进一步的说明
建议直接下载本仓库内的原档文件进行修改,自行新建文本编辑注意编码格式应为 UTF-8 ,换行符为 Unix ,否则MPV可能无法识别
旧版BOX界面和缩略图脚本 https://github.com/hooke007/MPV_lazy_osc

原lazy系列手册已迁移至 我的主页#系列手册
从零开始接触mpv且不使用懒人包的话可以参考这个:https://hooke007.github.io/mpv-lazy/mpv.html

本地文件树结构

我使用的是便携化设置文件夹 https://mpv.io/manual/master/#files-on-windows
此时在 mpv.conf~~/引用的相对路径即指向 ...\mpv-lazy\portable_config\

    ...\mpv-lazy\
        mpv.exe & mpv.com
        mpv-BenchMark.conf
        mpv-test.conf
        mpv-??模式.bat

    ...\mpv-lazy\portable_config\
            input.conf
            mpv.conf
            mvtools-???.vpy
            profiles.conf
            svpflow-???.vpy

    ...\mpv-lazy\portable_config\scripts\
                autoload.lua
                cycle-adevice.lua
                ontop-playback.lua
                open-file-dialog.lua
                playlistmanager.lua
                Thumbnailer.lua
                Thumbnailer_OSC.lua
                Thumbnailer_Worker.lua

    ...\mpv-lazy\portable_config\script-opts\
                autoload.conf
                console.conf
                osc.conf
                playlistmanager.conf
                stats.conf
                thumbnailer.conf
                Thumbnailer_OSC.conf
                ytdl_hook.conf

    ...\mpv-lazy\portable_config\shaders\
                ?????.glsl
                ?????.hook

我也使用便携版Python和VapourSynth
即解压所有包内文件到 mpv.exe 的同级

    ...\mpv-lazy\
        python.exe
        VapourSynth.dll
        xxxx.py
        <等等文件>

    ...\mpv-lazy\vapoursynth64\plugins\
                <这里放置自行添加的vs插件>

youtube-dl或YT-DLP和FFmpeg也被我顺手放一起

    ...\mpv-lazy\
        ffmpeg.exe
        youtube-dl.exe
        yt-dlp.exe

懒人包

懒人包是解压即可使用的完整解决方案 快速说明
下载见 Releases

About

🔄 mpv播放器折腾记录 windows conf ; 中文注释 快速帮助萌新入门 ; MPV懒人包 win10 x64 见链接

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 87.5%
  • GLSL 7.3%
  • Python 3.5%
  • Batchfile 1.7%