3

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

Kotoff
  • 59
  • 8

1 Answers1

2

I believe this should be doable using Media Foundation, but I have not done that myself. They did mention some APIs for these though at //Build/ - check this one: http://channel9.msdn.com/Events/Build/2012/3-106

Filip Skakun
  • 31,624
  • 6
  • 74
  • 100
  • I think it's right way, but I still can't find solution. I can't create stream from images. – Kotoff Nov 12 '12 at 09:06
  • Watch the video carefully. I remember someone asking almost that same question and they mentioning some specific API calls to use there. – Filip Skakun Nov 12 '12 at 17:49