Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi video playback 1

Status
Not open for further replies.

romeo9535

Programmer
Jul 30, 2009
1
0
0
NO
New to this forum.

I'm wondering if anyone knows a way of controlling digital video playback in delphi?

Basically what i want to do is open a video file at a specific point. For instance, i want to open video1.avi at 30 seconds into the file.

At the moment i'm using ShellExecute to open the file. Is it possible to pass a string if i specify the player used to open the file that perhaps could be used to play the video back at the specified time?

Can anyone help?

Any help is greatly appreciated.

Thanks
 
You might research into using TMediaPlayer. As I recall, if your media will load into that (and AVI should), then you should be able to control it in any way you want.

Measurement is not management.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top