Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to make a Desktop Capture Video, and merge it at the same time with another video (already captured from a camera) and have both images side by side in a new video. With VideoMixingRenderer9 Filter I can achieve the above effect, from a video with two outputs, same I can generate a still Video from an Image.

What I need is something like Afroge.ffmpeg
C#
WriteVideoFrame()
, unfortunately I can't use ffmpeg, for the reason above as I need to create the specific video with two outputs on runtime.

one workaround is to create the Desktop Capture video in a temp folder with ffmpeg, then create the other needed video. But this is not the best solution, also I would need to delete each time afterward the created desktop Capture video in the temp folder.

Isn't there any possibility to reuse the same graph with a different source file, in my case an image?

What I have tried:

Create the Desktop capture video separately with
Afroge.ffmpeg
+ separate Graph to create a new video with two output and then render it with
VideoMixingRenderer9 
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900