summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:43:41 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:43:41 -0700
commita26e7bb6f1c460b05b9fb1040977c2221c41d4e9 (patch)
treed2e21b2d885a28c8aae174cd7cf4f20da759da67
parentb48dabe0c0bb88ee94ecd475e98bd984da42d1a2 (diff)
parent9080af6fcab00f529f1c86696368570670068c68 (diff)
moin2iki: Importing Moin history for page ChapterSupport
-rw-r--r--ChapterSupport.moin18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChapterSupport.moin b/ChapterSupport.moin
new file mode 100644
index 0000000..1e952e7
--- /dev/null
+++ b/ChapterSupport.moin
@@ -0,0 +1,18 @@
+= Implement chapter support in more plugins =
+== Background ==
+[[https://bugzilla.gnome.org/show_bug.cgi?id=540890|Bug 540890]] provides a new API to GStreamer for chapter support in media files. [[https://bugzilla.gnome.org/show_bug.cgi?id=481070|Bug 481070]] implements that API for the matroska format. We need simillar patches for other plugins and make use of that in tools:
+
+=== Tools ===
+ * gst-discoverer should show the chapter structure
+ * gst-launch should have a option simillar to "-t" for tags to show chapters
+
+== Resources ==
+ * Riff-format: http://www.neurophys.wisc.edu/auditory/riff-format.txt, see "Cue-Points Chunk"
+ * Mp4-Format: http://xhelmboyx.tripod.com/formats/mp4-layout.txt, see "chapterlist"; also this may be useful: http://developer.apple.com/mac/library/documentation/QuickTime/QTFF/index.html, see "Chapter List"
+
+'''Mentor: '''
+
+Back to TaskList
+
+----
+[[CategoryGSOC2012]] CategoryTasks