V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  FurN1  ›  全部回复第 173 页 / 共 200 页
回复总数  3998
1 ... 169  170  171  172  173  174  175  176  177  178 ... 200  
2016-02-13 23:17:18 +08:00
回复了 FurN1 创建的主题 macOS 求解 mpv 播放网页视频问题
也不是什么问题了……分享我注释过的配置,这是 mpv.conf :
# You can also write file-specific configuration files
# You can also put the configuration file in the same directory as the file to be played
# Both require you to set the --use-filedir-conf option (either on the command line or in your global config file)
use-filedir-conf=yes
# If a file-specific configuration file is found in the same directory,
# no file-specific configuration is loaded from ~/.config/mpv.
# In addition, the --use-filedir-conf option enables directory-specific configuration files.
# For this, mpv first tries to load a mpv.conf from the same directory as the file played
# and then tries to load any file-specific configuration.

# Track Selection
# Specify a priority list of audio languages to use
alang=en,eng,zh,cmn,chi,zho
# Specify a priority list of subtitle languages to use
slang=cmn,chi,zho,zh,eng,en

# Program Behavior
# Always save the current playback position on quit
save-position-on-quit

# Video
# Specify a priority list of video output drivers to be used
vo=opengl-hq:interpolation:icc-profile-auto
# Set the display FPS used with the --video-sync=display-* modes
display-fps=60
# Specify the hardware video decoding API that should be used if possible
hwdec=auto

# Audio
# Specify a list of audio filters to apply to the audio stream
af=drc
# Set the startup volume
# 0 means silence, 100 means no volume reduction or amplification
# A value of -1 (the default) will not change the volume
volume=100

# Subtitles
# If your system supports iconv(3), you can use this option to specify the subtitle codepage
# For Arabic subtitles use 'cp1256'.
# For Chinese subtitles use 'gb2312'.
# For Western Europe(including German) subtitles use 'iso8859'.
# If the file seems to be valid UTF-8, prefer UTF-8.
sub-codepage=utf8:gb2312
# Load additional subtitle files matching the video filename
sub-auto=fuzzy

# Window
# Play video with window border and decorations
# Since this is on by default, use --no-border to disable the standard window decorations
border
# Adjust the initial window position or size
# If a percentage sign (%) is given after the argument, it turns the value into a percentage of the screen size in that direction
geometry=50%:50%
# Set the initial window size
# This option behaves exactly like --autofit,
# except the window size is only changed if the window would be larger than the specified size
autofit-larger=90%x90%
# This option behaves exactly like --autofit,
# except that it sets the minimum size of the window (just as --autofit-larger sets the maximum)
autofit-smaller=30%x30%

# OSD, On Screen Display
# Set the duration of the OSD messages in ms (default: 1000)
osd-duration=2000
# Specify font to use for OSD and for subtitles that do not themselves specify a particular font
# The default is sans-serif
osd-font='STZhongsong'
sub-text-font='STZhongsong'
# Specify the OSD/sub font size
# The unit is the size in scaled pixels at a window height of 720
osd-font-size=28
sub-text-font-size=32
# Height of the OSD bar, in percentage of the screen height (default: 3.125)
osd-bar-h=2.8
# See --osd-color. Color used for the OSD/sub font border
osd-border-color='#99000000'
# Size of the OSD/sub font border in scaled pixels (see --osd-font-size for details)
osd-border-size=2
sub-text-border-size=3
# Specify the color used for OSD
osd-color='#CCFFFFFF'

# Screenshot
# Specify the filename template used to save screenshots
screenshot-template=~/Pictures/mpv/%F_%p

# Miscellaneous
# How the player synchronizes audio and video
video-sync=display-resample
@maomaomao001 这都小事, HTML5 刚出来的时候 V 站里有热议论。

@loversInJapan 参见 /t/256302 , mpv 可以播放不支持 HTML5 的网站视频。 FFmpeg 硬解发热小。
2016-02-13 19:12:24 +08:00
回复了 liuxl8964 创建的主题 macOS 完蛋了 我不小心把整個盤放進垃圾桶裏了
好吓人
2016-02-12 21:28:04 +08:00
回复了 FurN1 创建的主题 macOS homebrew linkapps 的问题
@cxbig 搞定了!以前用的是 mpv 官网打好包的,写过配置文件。由于我想方便更新软件,就开始用之前不熟悉的 homebrew
2016-02-12 21:21:58 +08:00
回复了 FurN1 创建的主题 macOS homebrew linkapps 的问题
@pocketkids 啊刚刚打回复,刚刚看到~感谢!
2016-02-12 21:21:17 +08:00
回复了 FurN1 创建的主题 macOS homebrew linkapps 的问题
@cxbig
谢谢耐心解答!

brew doctor 经常做的,刚刚看了没问题;

brew info mpv ,结果有这么一行:
==> Options
--with-bundle
Enable compilation of the .app bundle.
所以请问这个 option 是哪个命令的 option ?是 mpv 的还是 brew install 的?
2016-02-12 21:11:48 +08:00
回复了 FurN1 创建的主题 macOS homebrew linkapps 的问题
@cxbig 执行完那条之后没有 info …… log 文件在哪里?
2016-02-12 12:25:44 +08:00
回复了 myhu 创建的主题 macOS 如何通过一根网线实现 Win 与 Mac 之间数据传输?
@mystryl “曲线救国”是最有特点的业界习语,体现了工程师们的
2016-02-12 08:38:33 +08:00
回复了 fourstring 创建的主题 macOS 求助, Mac 上有什么好的视频播放以及压缩文件软件?
@congeec
@VersusClyne
V 站应该按感谢数搞一个精华帖索引,尤其在 OS X 这类节点。月经帖比较现眼
2016-02-11 23:31:30 +08:00
回复了 fourstring 创建的主题 macOS 求助, Mac 上有什么好的视频播放以及压缩文件软件?
VLC 解码能力无力吐槽= =,楼上不要给楼主推荐了。楼主用 mpv 最好, V 站关于 mpv 的帖子很多很详细。
2016-02-11 19:17:10 +08:00
回复了 fourstring 创建的主题 macOS 求助, Mac 上有什么好的视频播放以及压缩文件软件?
真月经……
2016-02-09 12:48:13 +08:00
回复了 msuyj1984 创建的主题 配件 你们的 6s 都带的什么套
UAG
2016-02-07 10:13:37 +08:00
回复了 FurN1 创建的主题 MacBook 求助各位, A1181 的操作系统解决方案
@zwl2828 你给的这个链接太赞了!
2016-02-07 09:44:55 +08:00
回复了 FurN1 创建的主题 MacBook 求助各位, A1181 的操作系统解决方案
@Andy1999 换过内存条……我按你讲的试试啦,感谢
2016-02-07 00:42:23 +08:00
回复了 sytnishizuiai 创建的主题 MacBook MacBook 镀膜保修? iMac 当显示器?求助
2016-02-06 21:51:48 +08:00
回复了 vvtoo 创建的主题 macOS 想升级系统,可 MAS 里 10.11 的评价只有 3 星,各位的建议?
MAS 喷子多可是出了名的。
2016-02-06 09:54:23 +08:00
回复了 F2Sky 创建的主题 iPhone iPhone 屏幕投到 Macbook 上
在这个帖学到了新技能。
“苹果这软件质量”
2016-02-01 22:12:39 +08:00
回复了 endosome 创建的主题 macOS 可否推荐一个 mac 上的个人简历( curriculum vitae)制作 app?
LaTeX 套模版,一直这么用
不要用那个快捷方式,虽然我可以正常使用快捷方式,但我从来不用,都从库里启动
1 ... 169  170  171  172  173  174  175  176  177  178 ... 200  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   5263 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 80ms · UTC 05:48 · PVG 13:48 · LAX 22:48 · JFK 01:48
♥ Do have faith in what you're doing.