Click here to Skip to main content
15,904,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: File with permission Pin
uday kiran janaswamy26-Apr-07 19:32
uday kiran janaswamy26-Apr-07 19:32 
AnswerRe: File with permission Pin
skornel27-Apr-07 4:41
skornel27-Apr-07 4:41 
GeneralRe: File with permission Pin
vivekphlp27-Apr-07 17:40
vivekphlp27-Apr-07 17:40 
QuestionEmai Processing System Pin
xinxin062926-Apr-07 16:51
xinxin062926-Apr-07 16:51 
QuestionFile name to video buffer Pin
hmaturana26-Apr-07 16:34
hmaturana26-Apr-07 16:34 
QuestionRe: File name to video buffer Pin
Mark Salsbery29-Apr-07 10:06
Mark Salsbery29-Apr-07 10:06 
AnswerRe: File name to video buffer Pin
hmaturana30-Apr-07 13:28
hmaturana30-Apr-07 13:28 
GeneralRe: File name to video buffer [modified] Pin
Mark Salsbery1-May-07 5:21
Mark Salsbery1-May-07 5:21 
You probaly need to build your own filter graph instead of using RenderFile so you can control the
VMR. Even if you do this though, you'll have to deal with when to play the two streams. The
streams are buffered (5 seconds by default) before they start playing so you'd need to
preroll somehow to get a smooth transition.

A much easier alternative may be to use DirectShow Editing Services to build a timeline based
on the two streams. Then the render engine is used to preview (play) the combined streams.
The render engine in DES handles all the messy work of building a filter graph, connecting
the VMR, and rendering/playing the sreams at the right time. It also provides effects and
transitions you could use between the two videos to make it fancy (some of these don't work
great in preview mode though unfortunately Frown | :( .
Check it out....it may be what you're looking for and save you alot of work. It's in the
DirectShow SDK, which is part of the Platform SDK: DirectShow Editing Services[^]



-- modified at 13:17 Tuesday 1st May, 2007

"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: File name to video buffer Pin
hmaturana1-May-07 7:06
hmaturana1-May-07 7:06 
Questionclass construction Pin
hch326-Apr-07 16:27
hch326-Apr-07 16:27 
AnswerRe: class construction Pin
Stephen Hewitt26-Apr-07 17:25
Stephen Hewitt26-Apr-07 17:25 
GeneralRe: class construction Pin
hch327-Apr-07 4:44
hch327-Apr-07 4:44 
GeneralRe: class construction Pin
Stephen Hewitt27-Apr-07 14:45
Stephen Hewitt27-Apr-07 14:45 
Questionabout "MSDN Library for Visual Studio 2005" Pin
HOW WHAT26-Apr-07 16:14
HOW WHAT26-Apr-07 16:14 
AnswerRe: about "MSDN Library for Visual Studio 2005" Pin
Paresh Chitte26-Apr-07 20:10
Paresh Chitte26-Apr-07 20:10 
Questioncreate static text area to SDI framewnd Pin
gurucplusplus26-Apr-07 15:59
gurucplusplus26-Apr-07 15:59 
AnswerRe: create static text area to SDI framewnd Pin
Arman S.26-Apr-07 19:26
Arman S.26-Apr-07 19:26 
GeneralRe: create static text area to SDI framewnd Pin
gurucplusplus27-Apr-07 6:28
gurucplusplus27-Apr-07 6:28 
QuestionPlaying Windows Explorer Sounds Pin
Ryan Sikma26-Apr-07 14:02
Ryan Sikma26-Apr-07 14:02 
AnswerRe: Playing Windows Explorer Sounds Pin
Steve Echols26-Apr-07 17:33
Steve Echols26-Apr-07 17:33 
GeneralRe: Playing Windows Explorer Sounds Pin
Ryan Sikma27-Apr-07 6:09
Ryan Sikma27-Apr-07 6:09 
GeneralRe: Playing Windows Explorer Sounds Pin
JudyL_MD27-Apr-07 7:45
JudyL_MD27-Apr-07 7:45 
GeneralRe: Playing Windows Explorer Sounds Pin
Ryan Sikma27-Apr-07 8:23
Ryan Sikma27-Apr-07 8:23 
QuestionQuestion about resizing views ? Pin
Arris7426-Apr-07 11:06
Arris7426-Apr-07 11:06 
AnswerRe: Question about resizing views ? Pin
Steve Echols26-Apr-07 17:15
Steve Echols26-Apr-07 17:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.