Play Many mpg simultaneously

  • Thread starter Thread starter alayle
  • Start date Start date
A

alayle

need to make application to view simultaneously, 4 mpg files, how can
i do that, if i want to view frame by frame this mpgs synchronous.
 
Well, I imagine you will need four instances of a media player control
of some sort (Windows Media Player comes to mind initially). If you want,
you can delve into the DirectShow API (through COM interop) and draw the
video streams yourself on a surface if you wish, but that's a drastic step,
so you will have to be prepared for a lot of work in that case.
 
Back
Top