AydinAdn/MediaToolkit

How to merge images / frames to create video

Opened this issue · 1 comments

How can I merge frames / images to create a new video? Also how can I do the reverse -- extract every frame into a file. I see how to extract every frame 1 second -- but what if I want to extract every frame?

With PR #95 you can extract every single frame that exists in the video with ExtractFrames function.

The merge of frame images to video is accomplished with FramesToVideo