在 Flash Player 上对 Flash 视频应用视频滤镜

发布于 2024-12-09 03:07:07 字数 326 浏览 0 评论 0 原文

我们有一个为 Adob​​e Flash Player 构建的普通视频播放器,它可以流式传输视频文件并在浏览器上播放。 然而,有些视频文件不够清晰,我们需要额外的视频滤镜,例如锐度滤镜,而其他视频文件可能需要对比度滤镜色调和色调滤镜< /em> 由于其色彩平衡。

问题是,Flash Player 的核心视频组件是否提供任何功能来在客户端动态应用此类过滤器?

这里的假设是:

  • 无法对正在流式传输到播放器的视频文件进行重新编码

We have an ordinary video player built for Adobe Flash Player that streams a video file and plays it on a browser.
However some of the video files aren't clear enough that we need additional video filters like sharpness filter while the others may require contrast filter or hue and tint filter due to its color balance.

The question is, is there any feature that are provided by Flash Player's core video component to apply those kind of filters on the fly at client-side?

Assumption here is that:

  • You cannot re-encode the video files that are being streamed to the player.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云巢 2024-12-16 03:07:07

是的。请参阅 ColorMatrixFilter卷积过滤器,和 Grant Skinner 的 ColorMatrix 用于轻松对比度/色调。

Yes. See ColorMatrixFilter, ConvolutionFilter, and Grant Skinner's ColorMatrix for easy contrast/hue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文