Lua script to export markers as mp4 chapters
authorJohannes Mueller <github@johannes-mueller.org>
Thu, 8 Sep 2016 20:34:39 +0000 (22:34 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 12 Sep 2016 10:03:16 +0000 (12:03 +0200)
commit9d927b54c178a90cc65eeffb01fe51ea6c3bba6a
treea5b5219a0a5df681cf729027fa41ef1c7ad8837b
parent5eaec8c82de1e9881d047b75f481b435a68200e3
Lua script to export markers as mp4 chapters

Location markers, that are not xruns are exported as mp4 chapter
marks. This requires `Location::name()` to be exposed to Lua.
scripts/export_mp4chaps.lua [new file with mode: 0644]