ffm_scale | R Documentation |
Scale (resize) the input video's frames to either a specific width and height (in pixels) or using an FFmpeg expression.
ffm_scale(object, width, height)
object |
An ffmpeg pipeline ( |
width |
The width of the output video (in pixels). Either (1) a positive real number or (2) a string that contains an FFmpeg expression. |
height |
The height of the output video (in pixels). Either (1) a positive real number or (2) a string that contains an FFmpeg expression. |
object
but with the added instruction to crop the image(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.