Do video clips require duration to be stated? #9

Open
opened 2018-03-18 19:36:50 +00:00 by ashok · 1 comment

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.

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.
Owner

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.

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.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sanj/padmaEmbeds#9
No description provided.