18 September 2013 - Video Overlay changes
over 11 years ago by Encoding.com Product Team
Parameters overlay_x and overlay_y are now deprecated. Please use overlay_left, overlay_right, overlay_top and overlay_bottom parameters for video overlay positioning.
Also now you can specify video overlay size as percent from result video width.
Field Name | Description | Allowed Values | Default Values |
---|---|---|---|
overlay_left | position x of left overlay's side (with starting point from left) | non-negative integer or % from output video width | None |
overlay_right | position x of right overlay's side(with starting point from right) | non-negative integer or % from output video width | None |
Note: | If overlay_right and overlay_left specified simultaneously - overlay_right would be ignored | ||
overlay_top | position y of top overlay's side (with starting point from top) | non-negative integer or % from output video width | None |
overlay_bottom | position y of bottom overlay's side (with starting point from bottom) | non-negative integer or % from output video width | None |
Note: | If overlay_bottom and overlay_top specified simultaneously - overlay_bottom would be ignored | ||
size | overlay's size | WxH where W and H - positive integers, or % from result video width | None |