mkstill
The mkstill
command is used to generate still images from a picture. The static image is displayed when the decoder is not receiving a video stream.
The supported source formats for the static image are JPEG and PNG.
Note
The maximum size of the source image is 2048x2048 pixels.The resulting still image files are stored on the Makito X Series file system under /usr/share/haivision/still_images
.
Synopsis
mkstill <infile> resolution [-f] |
Parameters
Name | Default | Option | Description/Values |
---|---|---|---|
infile | n/a | The name of the image file to convert into a still image. | |
resolution | n/a | Specifies the desired resolution of the still image.
| |
-f | Forces overwrite of the still image at the destination. |
Example
# mkstill myimage.jpg resolution=1080 Converts the image file |
Related Topics