summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/export_mp4chaps.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/export_mp4chaps.lua b/scripts/export_mp4chaps.lua
index 98b5b9dc65..61c78c3a2f 100644
--- a/scripts/export_mp4chaps.lua
+++ b/scripts/export_mp4chaps.lua
@@ -27,7 +27,7 @@ function factory (unused_params) return function ()
if not l:is_mark() or string.find(name, "^xrun%d*$") then
goto next end
- local t = l:start()
+ local t = l:start() - Session:current_start_sample()
local h = math.floor(t / (3600*fr))
local r = t - (h*3600*fr)
local m = math.floor(r / (60*fr))