Methods in org.alembik.util with parameters of type TranscodingUtils.Coordinates |
static void |
TranscodingUtils.setVideoOverlayLogo(TranscodingJob job,
java.lang.String location,
TranscodingUtils.Coordinates coordinates,
java.lang.Integer imageWidth)
Applies OverlayLogo transformation, which will make Alembik lay
a logo (image) over the video of the given transcoding job. |
static void |
TranscodingUtils.setVideoTextOverlay(TranscodingJob job,
java.lang.String message,
TranscodingUtils.TextOverlayFont font,
TranscodingUtils.Coordinates coordinates)
Applies TextOverlay transformation, which will make Alembik lay
a static text (message) over a video of the given transcoding job. |
static void |
TranscodingUtils.setVideoTextScrollOverlay(TranscodingJob job,
java.lang.String message,
TranscodingUtils.TextOverlayFont font,
TranscodingUtils.Coordinates coordinates)
Applies TextOverlay transformation, which will make Alembik lay
a scrolling text (message) over a video of the given transcoding job. |