I'm working on creating media file from list of image files. On desktop we have different ways to stich image files into video (AviFile lib, FFMPEG and DirectShow with managed wrapers). Is there a way to use sme of this libraries on WinRT or may be another solution exists?
UPDATE
I found solution. WinRT component to create a video file using Media Foundation http://blogs.msdn.com/b/eternalcoding/archive/2013/03/06/developing-a-winrt-component-to-create-a-video-file-using-media-foundation.aspx