VideoTransformationFlagTrait
trait VideoTransformationFlagTrait
Trait VideoTransformationFlagTrait
Methods
Don't stream a video that is currently being generated on the fly. Wait until the video is fully generated.
Causes the video download to begin immediately, streaming it as a fragmented video file.
Deliver an HLS adaptive bitrate streaming file as HLS v3 instead of the default version (HLS v4).
Keep the Display Aspect Ratio metadata of the uploaded video.
Convert the audio channel to mono.
Truncate (trim) a video file based on the start time defined in the metadata.
Create a waveform image (in the format specified by the file extension) from the audio or video file.
Details
VideoTransformationFlagTrait
noStream()
Don't stream a video that is currently being generated on the fly. Wait until the video is fully generated.
VideoTransformationFlagTrait
streamingAttachment(string $filename = null)
Causes the video download to begin immediately, streaming it as a fragmented video file.
VideoTransformationFlagTrait
hlsv3()
Deliver an HLS adaptive bitrate streaming file as HLS v3 instead of the default version (HLS v4).
VideoTransformationFlagTrait
keepDar()
Keep the Display Aspect Ratio metadata of the uploaded video.
VideoTransformationFlagTrait
mono()
Convert the audio channel to mono.
VideoTransformationFlagTrait
truncateTS()
Truncate (trim) a video file based on the start time defined in the metadata.
VideoTransformationFlagTrait
waveform()
Create a waveform image (in the format specified by the file extension) from the audio or video file.