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?
 
Back
Top