| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
TimecodeBurnin |
TimecodeBurnin.clone() |
TimecodeBurnin |
VideoPreprocessor.getTimecodeBurnin()
Settings for burning the output timecode and specified prefix into the output.
|
TimecodeBurnin |
TimecodeBurnin.withFontSize(Integer fontSize)
Use Font Size (FontSize) to set the font size of any burned-in timecode.
|
TimecodeBurnin |
TimecodeBurnin.withPosition(String position)
Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in
timecode on output video.
|
TimecodeBurnin |
TimecodeBurnin.withPosition(TimecodeBurninPosition position)
Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in
timecode on output video.
|
TimecodeBurnin |
TimecodeBurnin.withPrefix(String prefix)
Use Prefix (Prefix) to place ASCII characters before any burned-in timecode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoPreprocessor.setTimecodeBurnin(TimecodeBurnin timecodeBurnin)
Settings for burning the output timecode and specified prefix into the output.
|
VideoPreprocessor |
VideoPreprocessor.withTimecodeBurnin(TimecodeBurnin timecodeBurnin)
Settings for burning the output timecode and specified prefix into the output.
|
Copyright © 2021. All rights reserved.