FFmpeg for Windows Phone development

為{幸葍}努か 提交于 2019-12-10 18:42:07

问题


I have used FFmpeg in ASP.Net web-based applications. Now I want to use it for Windows Phone development.

Is it possible to use it? If yes, then how?


回答1:


FFmpeg is not supported on Windows Phone 7 at all and, as far as I could find it on the web, there is no port to Windows Phone 8. Windows Phone 7 never supported native code which was introduced back in Windows Phone 8.

Apparently it is not possible to compile it for Windows Phone 8 and heavy investment must be made.

If you want to play video files, you can do it with the MediaElement control. You can read more about it here: http://developer.nokia.com/Community/Wiki/Video_Playback_with_MediaElement_in_Windows_Phone.



来源:https://stackoverflow.com/questions/18545384/ffmpeg-for-windows-phone-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!