Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Chrome 中使用色调旋转、模糊、对比度和亮度,但 Firefox 不支持它们。
有没有其他方法可以使用<video>?
<video>
CSS 滤镜效果还不是标准,仅在 Webkit 中受支持,但有一个 polyfill可能适合您。
使用视频+画布。可能比非标准 css 滤镜效果更好的支持。
http://html5doctor.com/video-canvas-magic/