You are not only a "BSPlayer Master", to me, you are a "Hero of BSplayer Universe".
The conversation with you taught me a lot undocumented facts about this versatile program and was important help!
Thank you very much!
I hope that Ico-Man reads our conversation. He may freely use my findings summaries screenshots for a future F1 Help or a future User's Guide).
One last item:
Again, refering #5:
Quote:
Originally Posted by adicoto ... My file ... is an MKV with embeded chapters and it's working fine. It's not my creation, it's just downloaded from internet... |
How about a small part from this file? Just a chunck with 2 or 3 chapters. Would be interesting to analyze the embedding. Could you please upload a sample chunck from this file? (refering #11, #13)
PLEASE!
Edit:
P.S.
Just tested extracting embedded chapters from mediafile.mkv
using Chapters Extraction with MKVExtractGUI2
MKVExtractGUI-2 | Free software downloads at SourceForge.net
1. Drop media_file into Input File.
2. Tag Chapters.
3. Select Chapters format: ogm -> get media_file.ogm
4. Select Chapters format: xml -> get media_file.xml
results for your sample2.mkv (after copy/paste into a notepad text file):
Code:
simple list
00:00:00.000 Live Show
00:00:16.720 Intro
00:00:35.320 Part1
chf
[CHAPTERS]
1=00:00:00.000 Live Show
2=00:00:16.720 Intro
3=00:00:35.320 Part1
ogm
CHAPTER01=00:00:00.000
CHAPTER01NAME=Live Show
CHAPTER02=00:00:16.720
CHAPTER02NAME=Intro
CHAPTER03=00:00:35.320
CHAPTER03NAME=Part1
xml
<?xml version="1.0"?>
<!-- <!DOCTYPE Chapters SYSTEM "matroskachapters.dtd"> -->
-<Chapters> -<EditionEntry> -<ChapterAtom> <ChapterUID>9141465354991259573</ChapterUID> <ChapterTimeStart>00:00:00.000000000</ChapterTimeStart> -<ChapterDisplay> <ChapterString>Live Show</ChapterString> <ChapterLanguage>und</ChapterLanguage> </ChapterDisplay> </ChapterAtom> -<ChapterAtom> <ChapterUID>17829219263264052865</ChapterUID> <ChapterTimeStart>00:00:16.720000000</ChapterTimeStart> -<ChapterDisplay> <ChapterString>Intro</ChapterString> <ChapterLanguage>und</ChapterLanguage> </ChapterDisplay> </ChapterAtom> -<ChapterAtom> <ChapterUID>4750944468411959174</ChapterUID> <ChapterTimeStart>00:00:35.320000000</ChapterTimeStart> -<ChapterDisplay> <ChapterString>Part1</ChapterString> <ChapterLanguage>und</ChapterLanguage> </ChapterDisplay> </ChapterAtom> <EditionUID>3977143588776185984</EditionUID> </EditionEntry> </Chapters>
(xml file looks better, i.e. structured, in an internet browser)
Instead of uploading a chunck from the file refring in #5, #11, #13 you may prefer to let MKVExtractGUI2
extract the ogm and xml versions of the embedded chapters and append the *.ogm und *.xml files?