Question

I want to know answers for the below questions as I'm totally confused with what to do and how to do.

I thought of developing one video editor application for Windows Phone 8. But I couldn't find out the proper API that supports doing this.

On browsing and on seeing the Microsoft website I came to know that DirectShow is completely not used in Windows Phone 8. If so, the only alternative is Media Foundation. Does media foundation support video editing, which includes encoding and decoding, on Windows Phone 8? I specifically need it to support Windows Phone 8. Do any links exist out there regarding this? If Media Foundation also doesn't support Windows Phone 8, what is the alternative for video editing in Windows Phone 8? I'm trying to use the metro UI.

Was it helpful?

Solution

Media Foundation support is limited to playback functions on Windows Phone. For video editing you're pretty much limited to what you can do in .NET and standard C/C++ (i.e. code the codecs yourself or use 3rd party libraries).

OTHER TIPS

I also need the video frames on Windows Phone 8 for some research stuff (not video editor). Have you already looked at the "TransferVideoFrame" method in the Media Foundation framework? I am still trying to understand how this works but according to the documentation this method should do the trick.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top