MPV

作者: fuweiwei | 来源:发表于2018-03-11 18:14 被阅读0次

mpv is a free, open source, and cross-platform media player.

https://mpv.io/

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(选择默认显示的字幕为中文)
slang=zh,chi
#for GB2312 GBK BIG5 charset, use enca convert them to utf8(将非utf8编码的字幕转换成utf8,一招解决所有乱码问题,依赖enca)
sub-codepage=enca:zh:utf8

相关文章

  • Mac 软件

    视频播放器 --> MPV开源:https://github.com/mpv-player/mpv RAR压缩软件...

  • MPV

    mpv is a free, open source, and cross-platform media play...

  • mpv

    作为个人认为最好用的播放器之一的MPV播放器,其开源,体积小,支持的格式多样等等非常优秀的功能。常用到的快捷键: ...

  • mpv播放器

    官网: https://mpv.io/ mpv 配置文件的存放路径 Windows 平台 Linux 平台~/.c...

  • 日产贵士像棺材车?坐过的车主都说座椅像沙发!

    日产一款进口MPV,非常受忠实MPV爱好者的喜欢,就是贵士,这款车在其他人眼里有点像棺材车的感觉,但是MPV爱好者...

  • MPV 安装 import error setuptools

    MPV常见的配置文件 我遇到的问题:在执行按照MPV时遇到 import error setuptools Imp...

  • Fedora 终端模式下查看图片和视频

    安装def, 查看图片 使用: feh a.jpg 安装mpv, 查看视频 使用: mpv file.avi 播放走起

  • mpv编译

    第一步 第二步 详细步骤可参考 mpv编译

  • MPV Player

    这是我在Ubuntu上用来看视频的,其主页上(https://mpv.io/)说:a free, open sou...

  • mpv player for Mac(跨平台全能播放器) v0.

    mpv player for Mac是一款Mac平台上的全能播放器,mpv for mac为用户提供了一套完善的视...

网友评论

      本文标题:MPV

      本文链接:https://www.haomeiwen.com/subject/qluwfftx.html