如何使用C#在视频中添加滚动新闻?
我是这个领域的新手。我正在尝试创建一个新闻滚动条,它将使用 C# 滚动视频。我在哪里可以找到必要的帮助,或者是否有可能?
I am new in this area. I am trying to create a news scroll bar which will scroll over a video using C# . Where will I find necessary helps, or is it even possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用透明控件覆盖视频控件,也可以使用动画文本为视频添加水印。看看 Microsoft 表达式编码器,有免费版本。
但由于您想要滚动新闻,因此您会希望文本是动态的,因此您可能需要进行覆盖。
You can either overlay the video control with a transparent control or you can watermark the video with animated text. Have a look at Microsoft expression encoder, there's a free version.
But since you want to scroll news, you'll want the text to be dynamic, so you'll probably need to do an overlay.