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.
VFW(Windows 视频)API 是否支持 Alpha 通道透明度?我希望能够导出带有 Alpha 通道信息的视频。如何在 VC6 中做到这一点?
我很确定确实如此;只需将像素格式设置为 RGB32,它应该会给你一个 alpha 通道来使用。
当然,找到适合您所有需求并支持 alpha 通道的视频压缩格式是另一个问题。