forked from 0x2620/oxjs
add chapter marker, use in video edit panel
This commit is contained in:
parent
ef26d84c9a
commit
55fbe25ccc
4 changed files with 10 additions and 2 deletions
|
|
@ -460,6 +460,7 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
|
||||
function getTimeline() {
|
||||
return Ox.LargeVideoTimeline({
|
||||
chapters: self.chapters,
|
||||
cuts: self.cuts,
|
||||
duration: self.options.duration,
|
||||
getImageURL: self.options.getLargeTimelineURL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue