Repetición de segmentos

  Lo sentimos, esta página está pendiente de traducción al español

Such a repeating segment of playback can be useful for training video.

To enable the interface for creating looped segment, you need to enable the option Segment interface in the timeline settings in the PRO version of the builder.

Please also create a separate custom button for enabling markers. You need to assign the api:cut command to this button.

You can view a template with such an interface.

API

You can also control the segment via the JS API with the cut command, if the player already knows the duration of the content.

player.api("cut",1); enables the segment from the current position + 30 seconds (this interval can be changed in the settings)

player.api("cut",0); disables the segment

player.api("cut"); enables / disables the segment

player.api("cut","10-20"); enables the segment from 10 to 20 seconds

player.api("cut?"); return an array with segment points


19.10.26
2024 © PlayerJS

Inicio de sesión

Conectarse

Regístrate gratis

Inscríbete
Al registrarte, aceptas Condiciones del servicio
Iniciar sesión si tienes una cuenta.

Restaurar contraseña

Restaurar
¿Ha olvidado su correo electrónico? Contacte con nosotros