Re: Exporting markers as mp4chaps
Johannes Mueller <[email protected]>
| Newsgroups | gmane.comp.audio.ardour.devel |
|---|---|
| Message-ID | <9051995.knZAehRRnU@yksi> |
I wrote: > Hello everyone, > > I implemented the option of exporting markers into mp4chaps files. I pushd my changes to a fork on github. So here you go ... The following changes since commit 9391da0c24000ac479adc00a04a7ad7e197f2049: portaudio backend: allow Pa_GetDeviceInfo to fail. (2015-04-15 03:05:09 +0200) are available in the git repository at: [email protected]:johannes-mueller/ardour.git for you to fetch changes up to 1583c5b79510fa08fdc1756b54a04f052cbfc815: Put an Intro chapter at position 00:00:00.000 (2015-04-15 18:03:39 +0200) ---------------------------------------------------------------- Johannes Mueller (2): Added support for exporting mp4 chapter marks Put an Intro chapter at position 00:00:00.000 gtk2_ardour/export_format_dialog.cc | 9 ++++ gtk2_ardour/export_format_dialog.h | 2 + libs/ardour/ardour/export_format_manager.h | 1 + libs/ardour/ardour/export_format_specification.h | 4 ++ libs/ardour/ardour/export_handler.h | 5 +++ libs/ardour/ardour/types.h | 3 +- libs/ardour/export_format_manager.cc | 6 +++ libs/ardour/export_format_specification.cc | 17 ++++++-- libs/ardour/export_handler.cc | 55 ++++++++++++++++++++++-- 9 files changed, 94 insertions(+), 8 deletions(-) -- https://github.com/johannes-mueller/