Frame
The selected frame will appear after formatting the video into image.
e:frame
This transformation can be used only with formatting.
Parameters
- integers (only positive): selected frame
Limitations
- Only positive integer
- If given higher value than the overall frame count, the last frame will be selected
- Enterprise feature, not available for every user. For more information, please contact our support »
Dependencies
Examples
See the following examples about the possible ways of usage.
Without frame
With frame (42)
format:jpeg_frame:42
use shardimage\shardimagephp\factories\Transformation;
$transformations = (new Transformation())->toJpeg()->frame(42);