Remove filename extension for chapter mark file
authorJohannes Mueller <github@johannes-mueller.org>
Wed, 15 Apr 2015 17:55:48 +0000 (19:55 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 21 Apr 2015 16:15:29 +0000 (18:15 +0200)
commit9ba98ae2d340fd22d5a8a3995feb7045d7b729d5
treea94b2e914ef1c8849bed9ab5fa455151c6ee2095
parentca8ff9542090d02d61052b80467f02e9a9cab3bb
Remove filename extension for chapter mark file

The tool mp4chaps by the following command

$ mp4chaps -i test.mp4

looks for the file "test.chapters.txt" to read the chapter marks
from. So removing the original file name extension (e.g. wav or flac)
makes it slightly more convenient for the user.
libs/ardour/export_handler.cc