Build ffmpeg for windows phone 8

雨燕双飞 提交于 2020-01-03 09:28:32

问题


How could I build ffmpeg for windows phone 8, arm?. I couldn't find any info about it.

Could I call from c++ to h.264 hardware encoder/decoder in windows phone 8? It looks like Media Foundation is too limitted.

Thank you.


回答1:


AFAIK it is not possible to compile ffmpeg for Windows Phone 8 at the moment due to a missing toolchain. But there is a kickstarter project for a Windows 8 port (http://www.kickstarter.com/projects/1061646928/vlc-for-the-new-windows-8-user-experience-metro), stating that there will be a version for ARM tablets as well. Once they release the project with a possible toolchain it is very likely that the project can be compiled for Windows Phone 8 as well (probably with some modifications).




回答2:


Checkout MoliPlayer for Windows Phone 8. It should be using FFMPEG as decoder library to support various video/audio codecs. (Is there anything else?)

So I guess that FFMPEG can be compiled for WP8. However, MoLi team probably won't going to share their custom build GCC toolchain.



来源:https://stackoverflow.com/questions/14789252/build-ffmpeg-for-windows-phone-8

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