Build ffmpeg for Windows Phone 8

How can I build ffmpeg for Windows Phone 8, arm ?. I could not find information about this.

Can I call from C ++ to h.264 hardware encoder / decoder in Windows Phone 8? It looks like the Media Foundation is too limited.

Thanks.

+6
source share
2 answers

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 the 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 soon as they release the project using a possible toolchain, it is very likely that the project can be compiled for Windows Phone 8 (perhaps with some changes).

+2
source

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

So, I think FFMPEG can be compiled for WP8. However, the MoLi team is probably not going to share their custom GCC bundle.

0
source

All Articles