Added support for exporting mp4 chapter marks
authorJohannes Mueller <github@johannes-mueller.org>
Sun, 12 Apr 2015 12:26:39 +0000 (14:26 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 21 Apr 2015 16:15:29 +0000 (18:15 +0200)
commitacd1ee1989549ecd48ee896a3e1d2158c92d6609
treefccdd4a4c9ecec915be36d00e7b129009fbffaa2
parent9241f581883ddcdd51560c56c83c6afa6dc3815a
Added support for exporting mp4 chapter marks

The mp4 file format supports chapter marks using the so called
mp4chaps format to enable chapter wise navigation in an mp4 file. The
format is like

hh:mm:ss.sss Chapter Title

This commit adds the ability to export those kind of chapter marks
along with TOC and CUE marks. The filename extension for the chapter
mark file is "chapters.txt". The format specification description is
"MP4ch".
gtk2_ardour/export_format_dialog.cc
gtk2_ardour/export_format_dialog.h
libs/ardour/ardour/export_format_manager.h
libs/ardour/ardour/export_format_specification.h
libs/ardour/ardour/export_handler.h
libs/ardour/ardour/types.h
libs/ardour/export_format_manager.cc
libs/ardour/export_format_specification.cc
libs/ardour/export_handler.cc