MrC
11th September 2009, 12:39
Using mediainfo lib, how it is possible to extract chapters timestamps from a media file (i.e. mkv)?
I mean, using following functions (VB6 implementation):
MediaInfo_Get(Handle, MediaInfo_Stream_Menu, 0, StrPtr("Chapters_Pos_Begin"), MediaInfo_Info_Text, MediaInfo_Info_Name)
MediaInfo_Get(Handle, MediaInfo_Stream_Menu, 0, StrPtr("Chapters_Pos_End"), MediaInfo_Info_Text, MediaInfo_Info_Name)
and subtract them, it is possible to know the number of chapters, but is there any way to read the timestamps themselves?
:thanks: in advance
Bye
I mean, using following functions (VB6 implementation):
MediaInfo_Get(Handle, MediaInfo_Stream_Menu, 0, StrPtr("Chapters_Pos_Begin"), MediaInfo_Info_Text, MediaInfo_Info_Name)
MediaInfo_Get(Handle, MediaInfo_Stream_Menu, 0, StrPtr("Chapters_Pos_End"), MediaInfo_Info_Text, MediaInfo_Info_Name)
and subtract them, it is possible to know the number of chapters, but is there any way to read the timestamps themselves?
:thanks: in advance
Bye