mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
6076ada562
Chapters take their timestamp from the total video frame time. With file splitting enabled in recording settings, the time offset since the start of the current split was made needs to be considered before submitting chapters to the muxer. Change to subtract start_time of the current output from the chapter timestamp.