Please add support for mkv chapters.
Comment #1
Posted on Jan 4, 2012 by Grumpy Lionhave you such a file with chapters for testing? thanks for reporting this issue!
Comment #2
Posted on Jan 5, 2012 by Massive GiraffeCreated such sample from big_buck_bunny_1080p_h264.mov $ cat chapters.txt CHAPTER01=00:00:00.000 CHAPTER01NAME=Глава 01 CHAPTER02=00:00:5.000 CHAPTER02NAME=Глава 02 CHAPTER03=00:00:7.000 CHAPTER03NAME=Глава 03 CHAPTER04=00:00:16.000 CHAPTER04NAME=Глава 04 CHAPTER05=00:00:23.740 CHAPTER05NAME=Глава 05 CHAPTER06=00:00:27.180
$ "mkvmerge" -o "sample.mkv" "--language" "1:eng" "--default-track" "1:yes" "--forced-track" "1:no" "--display-dimensions" "1:512x288" "-d" "1" "-A" "-S" "-T" "--no-global-tags" "--no-chapters" "2012-01-05_19-46-11_crf-22.mkv" "--track-order" "0:1" "--chapter-language" "rus" "--chapters" "chapters.txt" mkvmerge v4.9.1 ('Ich will') сборка от Jan 3 2012 11:55:41 '2012-01-05_19-46-11_crf-22.mkv': Применяется демультиплексор Matroska. '2012-01-05_19-46-11_crf-22.mkv' дорожка 1: Применяется модуль вывода MPEG-4 Part 10 (AVC) видео. Файл 'sample.mkv' был открыт для записи. Обработано: 100% Пишутся записи cue (индекс)... Обработка заняла 0 секунд.
You can extract chapters from mkv: $ mkvextract chapters -s sample.mkv > sample_chapters.txt or: $ mkvextract chapters sample.mkv > sample_chapters.xml xml format supports translations and some advanced features like editions and external chapters. http://trac.videolan.org/vlc/ticket/4501
You can extract chapters from DVD with dvdxchap (ogmtools package).
P.S. Most of well-done dvd and bd rips keep chapters.
- sample.mkv 1.32MB
Comment #3
Posted on Jan 6, 2012 by Grumpy LionThanks! I'll look into that asap.
Comment #4
Posted on Jan 9, 2012 by Grumpy LionI had a look into this and problem is that there no support for this in gstreamer yet. Looks like people are working on this, but this feature is not yet available.
I have to postpone the fixing of this bug. Sorry see https://bugzilla.gnome.org/show_bug.cgi?id=540890 https://bugzilla.gnome.org/show_bug.cgi?id=481070
Status: Accepted
Labels:
Type-Enhancement
Priority-Low