Posts

Showing posts from June, 2016

mpv 播放器无边框设置及快捷键

Image
万能播放器mpv美化操作 mpv player Windows版下载地址: https://mpv.srsfckn.biz/ 本身就已非常简洁,提供了悬浮操控栏,本身只有标题栏,但还可以进一步简化以使其成为无边框播放器 操作非常简单 Windows: 按下Win+R,在运行对话框中输入 %APPDATA%/mpv/,打开mpv配置路径 新建mpv.conf 文件,键入no-border Linux: the system-wide configuration file 'mpv.conf' is in your configuration directory (e.g. /etc/mpv or /usr/local/etc/mpv ), the user-specific one is ~/.config/mpv/mpv.conf . 同样在配置文件mpv.conf中键入no-border即可。  更多设置详见: https://github.com/argon-/mpv-config/blob/master/mpv.conf 快捷键操作 j = toggle subtitles    // 切换字幕 # = toggle audio Stream  //切换声道 A = toggle aspect ratio   //切换画面比例 ctrl++ Increase audio delay  //按下ctrl,不停地按“+"增加声音延迟   ctrl+- Decrease audio delay  //按下ctrl,不停地按“-"减少声音延迟 [ / ] Decrease / increase speed  // 左方括号减少快播,右方括号增加快播 m Mute / unmute audio     //按m键在静音,再次按下恢复 (下面按下奇数减少,偶数增加) 1 / 2 Decrease / increase contrast  //减少/增加对比度 3 / 4 Decrease / increase brightness  减少/增加亮度 5 / 6 Decrease / increase gamma 7 / 8 De