如何在发布流上应用过滤器
我开发了一个 Flash 视频录像机(使用 AS3、Flex),它可以捕获实时网络摄像头并流式传输到 Wowza 媒体服务器。
我正在尝试对捕获的实时视频应用锐度、对比度、饱和度和锐度滤镜。
我可以对屏幕上捕获的视频应用滤镜效果。我们如何应用过滤器以便它反映在正在发布的流中?
先感谢您 拉杰什
I've developed a Flash video recorder(using AS3, Flex) which captures live web cam and streams to Wowza media server.
I am trying to apply sharpness, contrast, saturation and sharpness filters on the live video being captured.
I am able to apply filter effects on the video being captured on the screen. How do we apply the filters so that it reflects in the stream being published ?
Thank you in advance
Rajesh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此代码来自测试应用程序,该应用程序是为了研究 adobe stratus 功能而制作的,并且重复了 Skype 的基本功能
这是处理类:
以及它如何附加到流(整个类,除了不执行任何操作的 NetStatusEvent 处理程序):
this code is from the test app that was made to research adobe stratus features and that repeats basic functionality of skype
here's the handling class:
and how it's attached to the stream (the whole class except
NetStatusEvent
handlers that do nothing):