I’m a newbie to the directshow development. I want to merge 4 simultaneous video streams with equal bitrate and frame rate into a single stream where each frame of the output stream consists of frames with similar time stamp of each the input streams. Also the output stream is to be broadcast over a network as a live stream. The algorithm i have in my mind is as follows.
For (each time stamp)
{
Get frames from all input streams;
Draw them in the output frame;
Add output frame in to live stream to be broadcast over the network.
}
I don’t know how far will be succeeded. So i have some questions before i start implementing this.
1) In order to implement this algorithm what how can I use the window sdk?
2) Is there any inbuilt API support for the merging phase I mentioned earlier? If yes what are they?
3) Any other algorithm we can use with windows sdk to achieve low delay and improve efficiency?
Thank you very much.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 1 of 1
			
		Similar Threads
- 
  Help with simultaneous video outputsBy Rob #3 in forum Media Center PC / MediaCentersReplies: 0Last Post: 7th May 2010, 22:53
- 
  Play multiple streams in DVD (Merge multiple streams)By sebastien91 in forum SubtitleReplies: 0Last Post: 25th Apr 2009, 19:44
- 
  simultaneous display of 2 subpicture streams?By Radish in forum Authoring (DVD)Replies: 3Last Post: 12th Mar 2009, 03:31
- 
  Simultaneous video layering?By SamZee in forum EditingReplies: 10Last Post: 15th Oct 2008, 08:13
- 
  Video Conversion for Parallel/Gird Connected PCsBy Alterego in forum Video ConversionReplies: 5Last Post: 16th Jun 2008, 21:06


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote