Video playback help
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi My application needs to be able to playback multiple videos simultaneously and each video needs to be synched by time. I need an API that allows me to get frames from videos rather than just using Play(), Stop() etc. I know that using Microsoft.DirectX.AudioVideoPlayback I can get a frame but its very slow. So does anyone know a high speed way of getting frames from video files or any documents I can read? Thanx