开发者

Applying video filters on a Flash video on Flash Player

开发者 https://www.devze.com 2023-04-12 14:38 出处:网络
We have an ordinary video player built for Adobe Flash Player that streams a video file and plays it on a browser.

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 appl开发者_如何学运维y 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消