mpv is a free, open source, and cross-platform media player.
mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more.
mpv:github https://github.com/mpv-player/mpv
安裝mpv
brew install mpv --with-bundle
將安裝的信息鏈接到資源面板中
brew linkapps mpv
以下是配置的mpv信息:
路徑:~/.config/mpv/mpv.conf
#icc auto
icc-profile-auto=yes
#osd message, you can press o to display the osd message
osd-status-msg="${time-pos/full} / ${length/full} (${percent-pos}%)"
#makes the player window stay on top of other windows
ontop=yes
#always save the current playback position on quit
save-position-on-quit=yes
#adjust the initial window size to 50%
geometry=50%
#for network play
cache=8192
#choose the default subtitle to chinese(選擇默認(rèn)顯示的字幕為中文)
slang=zh,chi
#for GB2312 GBK BIG5 charset, use enca convert them to utf8(將非utf8編碼的字幕轉(zhuǎn)換成utf8,一招解決所有亂碼問題,依賴enca)
sub-codepage=enca:zh:utf8