Blocks within video
List of all the block within the video group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
condition v15.0.0 Extracts a single frame from a video as a JPEG poster image. Runs inline — it decodes one frame, not the whole file. compress value v15.0.0 Compresses a video file with ffmpeg as a background queue job. Use a preset for standard message-media output, or override individual settings. Wire on_complete_function / on_error_function to react to the result. probe condition v15.0.0 Reads width, height, duration, size and whether the file has audio — without transcoding. Runs inline (ffprobe is milliseconds), so branch on the result before deciding whether to compress. Back to
video Return to the main group to view all sub-groups