| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
MotionImageInserter |
MotionImageInserter.clone() |
MotionImageInserter |
JobSettings.getMotionImageInserter()
Overlay motion graphics on top of your video.
|
MotionImageInserter |
JobTemplateSettings.getMotionImageInserter()
Overlay motion graphics on top of your video.
|
MotionImageInserter |
MotionImageInserter.withFramerate(MotionImageInsertionFramerate framerate)
If your motion graphic asset is a .mov file, keep this setting unspecified.
|
MotionImageInserter |
MotionImageInserter.withInput(String input)
Specify the .mov file or series of .png files that you want to overlay on your video.
|
MotionImageInserter |
MotionImageInserter.withInsertionMode(MotionImageInsertionMode insertionMode)
Choose the type of motion graphic asset that you are providing for your overlay.
|
MotionImageInserter |
MotionImageInserter.withInsertionMode(String insertionMode)
Choose the type of motion graphic asset that you are providing for your overlay.
|
MotionImageInserter |
MotionImageInserter.withOffset(MotionImageInsertionOffset offset)
Use Offset to specify the placement of your motion graphic overlay on the video frame.
|
MotionImageInserter |
MotionImageInserter.withPlayback(MotionImagePlayback playback)
Specify whether your motion graphic overlay repeats on a loop or plays only once.
|
MotionImageInserter |
MotionImageInserter.withPlayback(String playback)
Specify whether your motion graphic overlay repeats on a loop or plays only once.
|
MotionImageInserter |
MotionImageInserter.withStartTime(String startTime)
Specify when the motion overlay begins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobSettings.setMotionImageInserter(MotionImageInserter motionImageInserter)
Overlay motion graphics on top of your video.
|
void |
JobTemplateSettings.setMotionImageInserter(MotionImageInserter motionImageInserter)
Overlay motion graphics on top of your video.
|
JobSettings |
JobSettings.withMotionImageInserter(MotionImageInserter motionImageInserter)
Overlay motion graphics on top of your video.
|
JobTemplateSettings |
JobTemplateSettings.withMotionImageInserter(MotionImageInserter motionImageInserter)
Overlay motion graphics on top of your video.
|
Copyright © 2019. All rights reserved.