Concatenate
class Concatenate extends VideoOverlay
Indicates that the video should be concatenated on to the container video and not added as an overlay.
Methods
Concatenate constructor.
Sets the timeline position of the overlay.
Indicates that the video should be used as a cutter for the main video.
Sets the source.
Concatenate video.
Concatenate audio.
Concatenate image.
Indicates whether to concatenate the video before the original video.
Specifies the video to use as a transition.
Sets the duration of the source video to keep.
Details
__construct(BaseSource|string $source = null)
Concatenate constructor.
BasePositionalSourceContainer
timeline(Timeline $timeline = null)
Sets the timeline position of the overlay.
$this
cutter()
Indicates that the video should be used as a cutter for the main video.
VideoOverlay
source(BaseSource $source)
Sets the source.
VideoOverlay
position(Position $position = null)
Sets the layer position.
static VideoSource
videoSource(mixed $source)
Concatenate video.
static AudioSource
audioSource(mixed $source)
Concatenate audio.
static ImageSource
imageSource(mixed $source)
Concatenate image.
$this
prepend(bool $prepend = true)
Indicates whether to concatenate the video before the original video.
$this
transition(BaseSource|mixed $source)
Specifies the video to use as a transition.
$this
duration(mixed $duration)
Sets the duration of the source video to keep.
- Always appears in the same component next to the l_{source}, and not next to the fl_layer_apply.