@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VideoDescription extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
VideoDescription() |
Modifier and Type | Method and Description |
---|---|
VideoDescription |
clone() |
boolean |
equals(Object obj) |
String |
getAfdSignaling()
This setting only applies to H.264, H.265, and MPEG2 outputs.
|
String |
getAntiAlias()
The service automatically applies the anti-alias filter to all outputs.
|
VideoCodecSettings |
getCodecSettings()
Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video
encoding.
|
String |
getColorMetadata()
Enable Insert color metadata (ColorMetadata) to include color metadata in this output.
|
Rectangle |
getCrop()
Applies only if your input aspect ratio is different from your output aspect ratio.
|
String |
getDropFrameTimecode()
Applies only to 29.97 fps outputs.
|
Integer |
getFixedAfd()
Applies only if you set AFD Signaling(AfdSignaling) to Fixed (FIXED).
|
Integer |
getHeight()
Use the Height (Height) setting to define the video resolution height for this output.
|
Rectangle |
getPosition()
Use Position (Position) to point to a rectangle object to define your position.
|
String |
getRespondToAfd()
Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD values
in the input.
|
String |
getScalingBehavior()
Applies only if your input aspect ratio is different from your output aspect ratio.
|
Integer |
getSharpness()
Use Sharpness (Sharpness) setting to specify the strength of anti-aliasing.
|
String |
getTimecodeInsertion()
Applies only to H.264, H.265, MPEG2, and ProRes outputs.
|
VideoPreprocessor |
getVideoPreprocessors()
Find additional transcoding features under Preprocessors (VideoPreprocessors).
|
Integer |
getWidth()
Use Width (Width) to define the video resolution width, in pixels, for this output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAfdSignaling(String afdSignaling)
This setting only applies to H.264, H.265, and MPEG2 outputs.
|
void |
setAntiAlias(String antiAlias)
The service automatically applies the anti-alias filter to all outputs.
|
void |
setCodecSettings(VideoCodecSettings codecSettings)
Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video
encoding.
|
void |
setColorMetadata(String colorMetadata)
Enable Insert color metadata (ColorMetadata) to include color metadata in this output.
|
void |
setCrop(Rectangle crop)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
void |
setDropFrameTimecode(String dropFrameTimecode)
Applies only to 29.97 fps outputs.
|
void |
setFixedAfd(Integer fixedAfd)
Applies only if you set AFD Signaling(AfdSignaling) to Fixed (FIXED).
|
void |
setHeight(Integer height)
Use the Height (Height) setting to define the video resolution height for this output.
|
void |
setPosition(Rectangle position)
Use Position (Position) to point to a rectangle object to define your position.
|
void |
setRespondToAfd(String respondToAfd)
Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD values
in the input.
|
void |
setScalingBehavior(String scalingBehavior)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
void |
setSharpness(Integer sharpness)
Use Sharpness (Sharpness) setting to specify the strength of anti-aliasing.
|
void |
setTimecodeInsertion(String timecodeInsertion)
Applies only to H.264, H.265, MPEG2, and ProRes outputs.
|
void |
setVideoPreprocessors(VideoPreprocessor videoPreprocessors)
Find additional transcoding features under Preprocessors (VideoPreprocessors).
|
void |
setWidth(Integer width)
Use Width (Width) to define the video resolution width, in pixels, for this output.
|
String |
toString()
Returns a string representation of this object.
|
VideoDescription |
withAfdSignaling(AfdSignaling afdSignaling)
This setting only applies to H.264, H.265, and MPEG2 outputs.
|
VideoDescription |
withAfdSignaling(String afdSignaling)
This setting only applies to H.264, H.265, and MPEG2 outputs.
|
VideoDescription |
withAntiAlias(AntiAlias antiAlias)
The service automatically applies the anti-alias filter to all outputs.
|
VideoDescription |
withAntiAlias(String antiAlias)
The service automatically applies the anti-alias filter to all outputs.
|
VideoDescription |
withCodecSettings(VideoCodecSettings codecSettings)
Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video
encoding.
|
VideoDescription |
withColorMetadata(ColorMetadata colorMetadata)
Enable Insert color metadata (ColorMetadata) to include color metadata in this output.
|
VideoDescription |
withColorMetadata(String colorMetadata)
Enable Insert color metadata (ColorMetadata) to include color metadata in this output.
|
VideoDescription |
withCrop(Rectangle crop)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
VideoDescription |
withDropFrameTimecode(DropFrameTimecode dropFrameTimecode)
Applies only to 29.97 fps outputs.
|
VideoDescription |
withDropFrameTimecode(String dropFrameTimecode)
Applies only to 29.97 fps outputs.
|
VideoDescription |
withFixedAfd(Integer fixedAfd)
Applies only if you set AFD Signaling(AfdSignaling) to Fixed (FIXED).
|
VideoDescription |
withHeight(Integer height)
Use the Height (Height) setting to define the video resolution height for this output.
|
VideoDescription |
withPosition(Rectangle position)
Use Position (Position) to point to a rectangle object to define your position.
|
VideoDescription |
withRespondToAfd(RespondToAfd respondToAfd)
Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD values
in the input.
|
VideoDescription |
withRespondToAfd(String respondToAfd)
Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD values
in the input.
|
VideoDescription |
withScalingBehavior(ScalingBehavior scalingBehavior)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
VideoDescription |
withScalingBehavior(String scalingBehavior)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
VideoDescription |
withSharpness(Integer sharpness)
Use Sharpness (Sharpness) setting to specify the strength of anti-aliasing.
|
VideoDescription |
withTimecodeInsertion(String timecodeInsertion)
Applies only to H.264, H.265, MPEG2, and ProRes outputs.
|
VideoDescription |
withTimecodeInsertion(VideoTimecodeInsertion timecodeInsertion)
Applies only to H.264, H.265, MPEG2, and ProRes outputs.
|
VideoDescription |
withVideoPreprocessors(VideoPreprocessor videoPreprocessors)
Find additional transcoding features under Preprocessors (VideoPreprocessors).
|
VideoDescription |
withWidth(Integer width)
Use Width (Width) to define the video resolution width, in pixels, for this output.
|
public void setAfdSignaling(String afdSignaling)
afdSignaling
- This setting only applies to H.264, H.265, and MPEG2 outputs. Use Insert AFD signaling (AfdSignaling) to
specify whether the service includes AFD values in the output video data and what those values are. *
Choose None to remove all AFD values from this output. * Choose Fixed to ignore input AFD values and
instead encode the value specified in the job. * Choose Auto to calculate output AFD values based on the
input AFD scaler data.AfdSignaling
public String getAfdSignaling()
AfdSignaling
public VideoDescription withAfdSignaling(String afdSignaling)
afdSignaling
- This setting only applies to H.264, H.265, and MPEG2 outputs. Use Insert AFD signaling (AfdSignaling) to
specify whether the service includes AFD values in the output video data and what those values are. *
Choose None to remove all AFD values from this output. * Choose Fixed to ignore input AFD values and
instead encode the value specified in the job. * Choose Auto to calculate output AFD values based on the
input AFD scaler data.AfdSignaling
public VideoDescription withAfdSignaling(AfdSignaling afdSignaling)
afdSignaling
- This setting only applies to H.264, H.265, and MPEG2 outputs. Use Insert AFD signaling (AfdSignaling) to
specify whether the service includes AFD values in the output video data and what those values are. *
Choose None to remove all AFD values from this output. * Choose Fixed to ignore input AFD values and
instead encode the value specified in the job. * Choose Auto to calculate output AFD values based on the
input AFD scaler data.AfdSignaling
public void setAntiAlias(String antiAlias)
antiAlias
- The service automatically applies the anti-alias filter to all outputs. The service no longer accepts the
value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting.AntiAlias
public String getAntiAlias()
AntiAlias
public VideoDescription withAntiAlias(String antiAlias)
antiAlias
- The service automatically applies the anti-alias filter to all outputs. The service no longer accepts the
value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting.AntiAlias
public VideoDescription withAntiAlias(AntiAlias antiAlias)
antiAlias
- The service automatically applies the anti-alias filter to all outputs. The service no longer accepts the
value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting.AntiAlias
public void setCodecSettings(VideoCodecSettings codecSettings)
codecSettings
- Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to
video encoding. The settings in this group vary depending on the value you choose for Video codec (Codec).
For each codec enum you choose, define the corresponding settings object. The following lists the codec
enum, settings object pairs. * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES,
ProresSettings * FRAME_CAPTURE, FrameCaptureSettingspublic VideoCodecSettings getCodecSettings()
public VideoDescription withCodecSettings(VideoCodecSettings codecSettings)
codecSettings
- Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to
video encoding. The settings in this group vary depending on the value you choose for Video codec (Codec).
For each codec enum you choose, define the corresponding settings object. The following lists the codec
enum, settings object pairs. * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES,
ProresSettings * FRAME_CAPTURE, FrameCaptureSettingspublic void setColorMetadata(String colorMetadata)
colorMetadata
- Enable Insert color metadata (ColorMetadata) to include color metadata in this output. This setting is
enabled by default.ColorMetadata
public String getColorMetadata()
ColorMetadata
public VideoDescription withColorMetadata(String colorMetadata)
colorMetadata
- Enable Insert color metadata (ColorMetadata) to include color metadata in this output. This setting is
enabled by default.ColorMetadata
public VideoDescription withColorMetadata(ColorMetadata colorMetadata)
colorMetadata
- Enable Insert color metadata (ColorMetadata) to include color metadata in this output. This setting is
enabled by default.ColorMetadata
public void setCrop(Rectangle crop)
crop
- Applies only if your input aspect ratio is different from your output aspect ratio. Use Input cropping
rectangle (Crop) to specify the video area the service will include in the output. This will crop the
input source, causing video pixels to be removed on encode. If you crop your input frame size to smaller
than your output frame size, make sure to specify the behavior you want in your output setting
"Scaling behavior".public Rectangle getCrop()
public VideoDescription withCrop(Rectangle crop)
crop
- Applies only if your input aspect ratio is different from your output aspect ratio. Use Input cropping
rectangle (Crop) to specify the video area the service will include in the output. This will crop the
input source, causing video pixels to be removed on encode. If you crop your input frame size to smaller
than your output frame size, make sure to specify the behavior you want in your output setting
"Scaling behavior".public void setDropFrameTimecode(String dropFrameTimecode)
dropFrameTimecode
- Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode
on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame.
This setting is enabled by default when Timecode insertion (TimecodeInsertion) is enabled.DropFrameTimecode
public String getDropFrameTimecode()
DropFrameTimecode
public VideoDescription withDropFrameTimecode(String dropFrameTimecode)
dropFrameTimecode
- Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode
on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame.
This setting is enabled by default when Timecode insertion (TimecodeInsertion) is enabled.DropFrameTimecode
public VideoDescription withDropFrameTimecode(DropFrameTimecode dropFrameTimecode)
dropFrameTimecode
- Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode
on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame.
This setting is enabled by default when Timecode insertion (TimecodeInsertion) is enabled.DropFrameTimecode
public void setFixedAfd(Integer fixedAfd)
fixedAfd
- Applies only if you set AFD Signaling(AfdSignaling) to Fixed (FIXED). Use Fixed (FixedAfd) to specify a
four-bit AFD value which the service will write on all frames of this video output.public Integer getFixedAfd()
public VideoDescription withFixedAfd(Integer fixedAfd)
fixedAfd
- Applies only if you set AFD Signaling(AfdSignaling) to Fixed (FIXED). Use Fixed (FixedAfd) to specify a
four-bit AFD value which the service will write on all frames of this video output.public void setHeight(Integer height)
height
- Use the Height (Height) setting to define the video resolution height for this output. Specify in pixels.
If you don't provide a value here, the service will use the input height.public Integer getHeight()
public VideoDescription withHeight(Integer height)
height
- Use the Height (Height) setting to define the video resolution height for this output. Specify in pixels.
If you don't provide a value here, the service will use the input height.public void setPosition(Rectangle position)
position
- Use Position (Position) to point to a rectangle object to define your position. This setting overrides any
other aspect ratio.public Rectangle getPosition()
public VideoDescription withPosition(Rectangle position)
position
- Use Position (Position) to point to a rectangle object to define your position. This setting overrides any
other aspect ratio.public void setRespondToAfd(String respondToAfd)
respondToAfd
- Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD
values in the input. * Choose Respond to clip the input video frame according to the AFD value, input
display aspect ratio, and output display aspect ratio. * Choose Passthrough to include the input AFD
values. Do not choose this when AfdSignaling is set to (NONE). A preferred implementation of this workflow
is to set RespondToAfd to (NONE) and set AfdSignaling to (AUTO). * Choose None to remove all input AFD
values from this output.RespondToAfd
public String getRespondToAfd()
RespondToAfd
public VideoDescription withRespondToAfd(String respondToAfd)
respondToAfd
- Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD
values in the input. * Choose Respond to clip the input video frame according to the AFD value, input
display aspect ratio, and output display aspect ratio. * Choose Passthrough to include the input AFD
values. Do not choose this when AfdSignaling is set to (NONE). A preferred implementation of this workflow
is to set RespondToAfd to (NONE) and set AfdSignaling to (AUTO). * Choose None to remove all input AFD
values from this output.RespondToAfd
public VideoDescription withRespondToAfd(RespondToAfd respondToAfd)
respondToAfd
- Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD
values in the input. * Choose Respond to clip the input video frame according to the AFD value, input
display aspect ratio, and output display aspect ratio. * Choose Passthrough to include the input AFD
values. Do not choose this when AfdSignaling is set to (NONE). A preferred implementation of this workflow
is to set RespondToAfd to (NONE) and set AfdSignaling to (AUTO). * Choose None to remove all input AFD
values from this output.RespondToAfd
public void setScalingBehavior(String scalingBehavior)
scalingBehavior
- Applies only if your input aspect ratio is different from your output aspect ratio. Choose
"Stretch to output" to have the service stretch your video image to fit. Keep the setting "Default" to
allow the service to letterbox your video instead. This setting overrides any positioning value you
specify elsewhere in the job.ScalingBehavior
public String getScalingBehavior()
ScalingBehavior
public VideoDescription withScalingBehavior(String scalingBehavior)
scalingBehavior
- Applies only if your input aspect ratio is different from your output aspect ratio. Choose
"Stretch to output" to have the service stretch your video image to fit. Keep the setting "Default" to
allow the service to letterbox your video instead. This setting overrides any positioning value you
specify elsewhere in the job.ScalingBehavior
public VideoDescription withScalingBehavior(ScalingBehavior scalingBehavior)
scalingBehavior
- Applies only if your input aspect ratio is different from your output aspect ratio. Choose
"Stretch to output" to have the service stretch your video image to fit. Keep the setting "Default" to
allow the service to letterbox your video instead. This setting overrides any positioning value you
specify elsewhere in the job.ScalingBehavior
public void setSharpness(Integer sharpness)
sharpness
- Use Sharpness (Sharpness) setting to specify the strength of anti-aliasing. This setting changes the width
of the anti-alias filter kernel used for scaling. Sharpness only applies if your output resolution is
different from your input resolution. 0 is the softest setting, 100 the sharpest, and 50 recommended for
most content.public Integer getSharpness()
public VideoDescription withSharpness(Integer sharpness)
sharpness
- Use Sharpness (Sharpness) setting to specify the strength of anti-aliasing. This setting changes the width
of the anti-alias filter kernel used for scaling. Sharpness only applies if your output resolution is
different from your input resolution. 0 is the softest setting, 100 the sharpest, and 50 recommended for
most content.public void setTimecodeInsertion(String timecodeInsertion)
timecodeInsertion
- Applies only to H.264, H.265, MPEG2, and ProRes outputs. Only enable Timecode insertion when the input
frame rate is identical to the output frame rate. To include timecodes in this output, set Timecode
insertion (VideoTimecodeInsertion) to PIC_TIMING_SEI. To leave them out, set it to DISABLED. Default is
DISABLED. When the service inserts timecodes in an output, by default, it uses any embedded timecodes from
the input. If none are present, the service will set the timecode for the first output frame to zero. To
change this default behavior, adjust the settings under Timecode configuration (TimecodeConfig). In the
console, these settings are located under Job > Job settings > Timecode configuration. Note - Timecode
source under input settings (InputTimecodeSource) does not affect the timecodes that are inserted in the
output. Source under Job settings > Timecode configuration (TimecodeSource) does.VideoTimecodeInsertion
public String getTimecodeInsertion()
VideoTimecodeInsertion
public VideoDescription withTimecodeInsertion(String timecodeInsertion)
timecodeInsertion
- Applies only to H.264, H.265, MPEG2, and ProRes outputs. Only enable Timecode insertion when the input
frame rate is identical to the output frame rate. To include timecodes in this output, set Timecode
insertion (VideoTimecodeInsertion) to PIC_TIMING_SEI. To leave them out, set it to DISABLED. Default is
DISABLED. When the service inserts timecodes in an output, by default, it uses any embedded timecodes from
the input. If none are present, the service will set the timecode for the first output frame to zero. To
change this default behavior, adjust the settings under Timecode configuration (TimecodeConfig). In the
console, these settings are located under Job > Job settings > Timecode configuration. Note - Timecode
source under input settings (InputTimecodeSource) does not affect the timecodes that are inserted in the
output. Source under Job settings > Timecode configuration (TimecodeSource) does.VideoTimecodeInsertion
public VideoDescription withTimecodeInsertion(VideoTimecodeInsertion timecodeInsertion)
timecodeInsertion
- Applies only to H.264, H.265, MPEG2, and ProRes outputs. Only enable Timecode insertion when the input
frame rate is identical to the output frame rate. To include timecodes in this output, set Timecode
insertion (VideoTimecodeInsertion) to PIC_TIMING_SEI. To leave them out, set it to DISABLED. Default is
DISABLED. When the service inserts timecodes in an output, by default, it uses any embedded timecodes from
the input. If none are present, the service will set the timecode for the first output frame to zero. To
change this default behavior, adjust the settings under Timecode configuration (TimecodeConfig). In the
console, these settings are located under Job > Job settings > Timecode configuration. Note - Timecode
source under input settings (InputTimecodeSource) does not affect the timecodes that are inserted in the
output. Source under Job settings > Timecode configuration (TimecodeSource) does.VideoTimecodeInsertion
public void setVideoPreprocessors(VideoPreprocessor videoPreprocessors)
videoPreprocessors
- Find additional transcoding features under Preprocessors (VideoPreprocessors). Enable the features at each
output individually. These features are disabled by default.public VideoPreprocessor getVideoPreprocessors()
public VideoDescription withVideoPreprocessors(VideoPreprocessor videoPreprocessors)
videoPreprocessors
- Find additional transcoding features under Preprocessors (VideoPreprocessors). Enable the features at each
output individually. These features are disabled by default.public void setWidth(Integer width)
width
- Use Width (Width) to define the video resolution width, in pixels, for this output. If you don't provide a
value here, the service will use the input width.public Integer getWidth()
public VideoDescription withWidth(Integer width)
width
- Use Width (Width) to define the video resolution width, in pixels, for this output. If you don't provide a
value here, the service will use the input width.public String toString()
toString
in class Object
Object.toString()
public VideoDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.