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.
我想在视频缩略图上叠加图像。如下图所示,这是一个视频缩略图,右下角显示了 WMP 图像。
有没有办法用视频缩略图上显示的自定义 WMP 图像覆盖视频缩略图。如上图所示,任何库或方法可以在 c# 中执行此操作吗?
您是否考虑过使用与视频缩略图大小匹配且除 WMP 图标外是透明的叠加图像?通过这种方式,您可以以编程方式将叠加层添加到相同的坐标(在左上角对齐)。 .png 格式适用于此目的。