WMV format problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In programming point of view, I want to insert some marks into a wmv
file(like timestamps), then the video will be packaged into several
partitions.

.......{"header"+"video partition"+"footer"}......

I am programming with C#. What tools can help to do so?
 
You will need to use Windows Media Format SDK.
You are looking for the interface IWMHeaderInfo3, specifically method
AddMarker

In the Samples directory there is a managed sample. It includes a managed
wrapper for that particular interface.

Did I mention this is entirely wrong newsgroup for this kind of questions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top