From ca8ff9542090d02d61052b80467f02e9a9cab3bb Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Wed, 15 Apr 2015 18:03:39 +0200 Subject: Put an Intro chapter at position 00:00:00.000 Players like vlc seem to stumble, if there es no chapter at the zero position. As Ardour wouldn't let us put a track mark at the zero position we can just use our header_func to put some kind of dummy intro chapter. If a future version of Ardour allows track marks at zero, we need to do a bit more work. --- libs/ardour/export_handler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/export_handler.cc') diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc index 33e19d663f..bcc2783104 100644 --- a/libs/ardour/export_handler.cc +++ b/libs/ardour/export_handler.cc @@ -603,6 +603,7 @@ ExportHandler::write_toc_header (CDMarkerStatus & status) void ExportHandler::write_mp4ch_header (CDMarkerStatus & status) { + status.out << "00:00:00.000 Intro" << endl; } void -- cgit v1.2.3