Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build ffmpeg for windows phone 8

Tags:

ffmpeg

h.264

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.

like image 849
Fernando Sanchez Avatar asked Feb 09 '13 14:02

Fernando Sanchez


1 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 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).

like image 152
Hyndrix Avatar answered Sep 23 '22 01:09

Hyndrix