Do video clips require duration to be stated? #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Clips ex https://indiancine.ma/AMGS/editor/IV
should simply play to end.
Adding manual duration adds potential mistakes and is much slower to do.
Ah, interesting - right now - yes, everything requires an explicit duration.
I guess it's potentially possible to play "to the end" if it's a video, but may require a bit of restructuring - also handling multiple URL styles: i.e. direct to clip, or with explicit timecodes..
@j - i guess options here are changing the way we go to the next slide by catching an "ended" event or so of the video and then triggering a "next()" for these kinds of videos OR using the API to fetch the duration and setting the timeout / duration accordingly or in the case of time-code URLs, of course, parsing the URL string to get duration.
For now, @ashok - maybe nice to have explicit durations, but I agree, this would be nice to get automatically in the case of videos.