Methods in org.alembik.util with parameters of type TranscodingUtils.TextOverlayFont |
static void |
TranscodingUtils.setImageTextOverlay(TranscodingJob job,
java.lang.String message,
TranscodingUtils.TextOverlayFont font)
Applies TextOverlay transformation, which will make Alembik lay
a text (message) over an image 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. |