问题描述
我在Windows 7 x64中使用Chrome 22.当我在视频标签中查看MP4视频时,与在Media Player Classic中本地查看的源视频相比,它显得模糊且对比度低。
I am in Windows 7 x64, using Chrome 22. When I view an MP4 video in the video tag, it appears blurry and low-contrast compared to the source video viewed locally in Media Player Classic.
屏幕测量应用程序显示两个玩家都在显示其原生尺寸(400x300)的视频。
A screen-measuring app shows that both players are displaying the video at exactly its native dimensions (400x300).
这似乎是仅在安装Chrome时出现问题。该视频在其他机器,Mac和PC上看起来都很完美。我尝试重新安装Chrome,停用所有扩展程序,卸载我的编解码器包(CCCP),然后重新安装我的编解码器包,但都无济于事。
This appears to be a problem only with my installation of Chrome. The video looks perfect on other machines, Macs and PCs alike. I have tried reinstalling Chrome, disabling all extensions, uninstalling my codec pack (CCCP), and reinstalling my codec pack, all to no avail.
<video src="http://d.pr/f/Nq6a+" width="400" height="300" controls ></video>
我最终的比较截图:
jsFiddle中的视频标签
Media Player Classic
推荐答案
这实际上是一个视频大小问题。有点棘手但是......试试这个:
It's actually a video size issue. A little tricky but... try this:http://webz.ro/blurry-html5-video/
这篇关于HTML5视频在我的Chrome安装中模糊且低对比度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!