问题描述
是否可以以编程方式创建视频文件 (例如 .wmv、.avi 等)
(合并 BMP
和 .wav
文件) 在 Windows Phone 上?我找到了很多 3rd 方实用程序,但实际上它们是基于 C++ 的,无法在 Windows Phone 平台 上运行.
Is it possible to create programmatically video file (e.g. .wmv, .avi, etc.)
(merge BMP
and .wav
files) on Windows Phone?I found a lot of 3rd party utilities, but actually they are C++ based and won't work on Windows Phone Platform.
非常感谢,任何帮助将不胜感激.
Many thanks,Any help will be appreciated.
推荐答案
即使有可能,考虑到手机的性能,我也会质疑它的实用性.在 1-1.4GHz 单核上编码视频并不是一个好主意.您将需要低级优化或硬件编码,这两者都不适用于 3rd 方开发者.
Even if it was possible I would question its usefulness taking into acount performance of the phones. Encoding video on 1-1.4GHz single core is not really a good idea. You would need either low-level optimizations or hardware encoding, both which are not available to 3rd party developers.
这篇关于在 Windows Phone 7 上创建视频文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!