在 MPV 觀看巴哈姆特動畫瘋時,可以支援彈幕列表
-
快捷鍵開關彈幕
-
快捷鍵切換彈幕位置
-
預設開啟 / 關閉彈幕
-
預設彈幕字體大小可調整
-
預設彈幕位置可調整
將專案下載至電腦後解壓縮
https://github.com/Yooootsuba/ani-gamer-danmu/archive/refs/heads/main.zip
將 scripts/ani-gamer-danmu.lua 放到你的 MPV scripts 資料夾
將 script-opts/ani-gamer-danmu.conf 放到你的 MPV script-opts 資料夾(非必要)
此時你的 MPV 資料夾結構會像是:
.
├── input.conf
├── mpv.conf
├── script-opts
│ └── ani-gamer-danmu.conf
├── scripts
│ └── ani-gamer-danmu.lua
└── shaders
將以下設定寫入 MPV 資料夾的 input.conf
之後即可使用 Ctrl + a 更改彈幕位置,Ctrl + d 開關彈幕,可自行更換快捷鍵
CTRL+a script-message danmu-anchor
CTRL+d script-message danmu-hidden
請確認你已經將 script-opts/ani-gamer-danmu.conf 放到你的 MPV script-opts 資料夾
color 可以開關彈幕高亮化,請填入 yes 或 no
anchor 可以調整彈幕預設位置,一共有 1-9 可以選擇,經調整後彈幕的位置會像是數字鍵盤 1-9 的方位一樣
danmu-hidden-default 可以選擇是否預設開啟彈幕,請填入 yes 或 no
color=yes
font-size=16
danmu-duration=10000
danmu-gap=0
anchor=1
danmu-hidden-default=no
-
Emojis 顯示不清楚
-
某些罕見字可能會顯示亂碼
This code is based on the mpv-youtube-chat project by BanchouBoo.
Original code: BanchouBoo/mpv-youtube-chat
License: MIT License