Thread: Mkvextract GUI
View Single Post
Old 10th April 2004, 00:50   #16  |  Link
ashyak
Registered User
 
Join Date: Dec 2003
Location: somewhere in europe
Posts: 7
Hi,

very great tool

Quote:
Originally posted by Kurtnoise13
A suggestion for the next release : adding support to extract chapters.
i think this not possible with mkvextract.exe, but with mkvinfo.exe, here a sample:

Code:
D:\Programme\mkvtoolnix-0.7.9>mkvinfo "G:\pearl jam - unplugged.mkv"
+ EBML head
+ Segment, size 203020766
|+ Seek head (subentries will be skipped)
|+ EbmlVoid (size: 4012)
|+ Segment information
| + Muxing application: libebml v0.6.4 + libmatroska v0.6.3
| + Writing application: mkvmerge v0.8.5 built on Feb 22 2004 12:17:21
| + Duration: 1270.708s (00:21:10.708)
| + Date: Fri Apr 09 15:23:05 2004 UTC
| + Segment UID: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x0
0 0x00 0x00 0x00
|+ Segment tracks
| + A track
|  + Track number: 1
|  + Track UID: 3615884962
|  + Track type: video
|  + MinCache: 1
|  + Timecode scale: 1.000000
|  + Codec ID: V_MS/VFW/FOURCC
|  + CodecPrivate, length 40 (FourCC: XVID, 0x44495658)
|  + Default duration: 40.000ms (25.000 fps for a video track)
|  + Default flag: 1
|  + Language: eng
|  + Video track
|   + Pixel width: 512
|   + Pixel height: 384
|   + Display width: 512
|   + Display height: 384
|  + Lacing flag: 0
| + A track
|  + Track number: 2
|  + Track UID: 4253427506
|  + Track type: audio
|  + MinCache: 0
|  + Timecode scale: 1.000000
|  + Codec ID: A_AAC/MPEG4/LC/SBR
|  + Default duration: 42.667ms (23.438 fps for a video track)
|  + Default flag: 1
|  + Language: eng
|  + Audio track
|   + Sampling frequency: 24000.000000
|   + Channels: 2
|   + Output sampling frequency: 48000.000000
|+ EbmlVoid (size: 1024)
|+ Chapters
| + Edition entry
|  + Chapter atom
|   + UID: 1975521926
|   + Start: 00:00:00.000
|   + Display
|    + String: state of love and trust
|    + Language: eng
|  + Chapter atom
|   + UID: 4066679778
|   + Start: 00:03:56.000
|   + Display
|    + String: alive
|    + Language: eng
|  + Chapter atom
|   + UID: 2282679044
|   + Start: 00:09:20.000
|   + Display
|    + String: jeremy
|    + Language: eng
|  + Chapter atom
|   + UID: 788539922
|   + Start: 00:14:40.000
|   + Display
|    + String: porch
|    + Language: eng
|+ Cluster
and this simple chapter list cames from, this ogg Chapterfile

Code:
CHAPTER01=00:00:00.000
CHAPTER01NAME=state of love and trust
CHAPTER02=00:03:56.000
CHAPTER02NAME=alive
CHAPTER03=00:09:20.000
CHAPTER03NAME=jeremy
CHAPTER04=00:14:40.000
CHAPTER04NAME=porch
I know matroska chapters can contain subchapters.



....cya
ashyak is offline   Reply With Quote