Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data JobSettings = JobSettings' {
- nielsenNonLinearWatermark :: Maybe NielsenNonLinearWatermarkSettings
- esam :: Maybe EsamSettings
- inputs :: Maybe [Input]
- timedMetadataInsertion :: Maybe TimedMetadataInsertion
- nielsenConfiguration :: Maybe NielsenConfiguration
- availBlanking :: Maybe AvailBlanking
- extendedDataServices :: Maybe ExtendedDataServices
- motionImageInserter :: Maybe MotionImageInserter
- timecodeConfig :: Maybe TimecodeConfig
- outputGroups :: Maybe [OutputGroup]
- adAvailOffset :: Maybe Int
- kantarWatermark :: Maybe KantarWatermarkSettings
- newJobSettings :: JobSettings
- jobSettings_nielsenNonLinearWatermark :: Lens' JobSettings (Maybe NielsenNonLinearWatermarkSettings)
- jobSettings_esam :: Lens' JobSettings (Maybe EsamSettings)
- jobSettings_inputs :: Lens' JobSettings (Maybe [Input])
- jobSettings_timedMetadataInsertion :: Lens' JobSettings (Maybe TimedMetadataInsertion)
- jobSettings_nielsenConfiguration :: Lens' JobSettings (Maybe NielsenConfiguration)
- jobSettings_availBlanking :: Lens' JobSettings (Maybe AvailBlanking)
- jobSettings_extendedDataServices :: Lens' JobSettings (Maybe ExtendedDataServices)
- jobSettings_motionImageInserter :: Lens' JobSettings (Maybe MotionImageInserter)
- jobSettings_timecodeConfig :: Lens' JobSettings (Maybe TimecodeConfig)
- jobSettings_outputGroups :: Lens' JobSettings (Maybe [OutputGroup])
- jobSettings_adAvailOffset :: Lens' JobSettings (Maybe Int)
- jobSettings_kantarWatermark :: Lens' JobSettings (Maybe KantarWatermarkSettings)
Documentation
data JobSettings Source #
JobSettings contains all the transcode settings for a job.
See: newJobSettings
smart constructor.
JobSettings' | |
|
Instances
newJobSettings :: JobSettings Source #
Create a value of JobSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nielsenNonLinearWatermark:JobSettings'
, jobSettings_nielsenNonLinearWatermark
- Ignore these settings unless you are using Nielsen non-linear
watermarking. Specify the values that MediaConvert uses to generate and
place Nielsen watermarks in your output audio. In addition to specifying
these values, you also need to set up your cloud TIC server. These
settings apply to every output in your job. The MediaConvert
implementation is currently with the following Nielsen versions: Nielsen
Watermark SDK Version 5.2.1 Nielsen NLM Watermark Engine Version 1.2.7
Nielsen Watermark Authenticator [SID_TIC] Version [5.0.0]
$sel:esam:JobSettings'
, jobSettings_esam
- Settings for Event Signaling And Messaging (ESAM). If you don't do ad
insertion, you can ignore these settings.
$sel:inputs:JobSettings'
, jobSettings_inputs
- Use Inputs (inputs) to define source file used in the transcode job.
There can be multiple inputs add in a job. These inputs will be
concantenated together to create the output.
$sel:timedMetadataInsertion:JobSettings'
, jobSettings_timedMetadataInsertion
- Enable Timed metadata insertion (TimedMetadataInsertion) to include ID3
tags in any HLS outputs. To include timed metadata, you must enable it
here, enable it in each output container, and specify tags and timecodes
in ID3 insertion (Id3Insertion) objects.
$sel:nielsenConfiguration:JobSettings'
, jobSettings_nielsenConfiguration
- Settings for your Nielsen configuration. If you don't do Nielsen
measurement and analytics, ignore these settings. When you enable
Nielsen configuration (nielsenConfiguration), MediaConvert enables PCM
to ID3 tagging for all outputs in the job. To enable Nielsen
configuration programmatically, include an instance of
nielsenConfiguration in your JSON job specification. Even if you don't
include any children of nielsenConfiguration, you still enable the
setting.
$sel:availBlanking:JobSettings'
, jobSettings_availBlanking
- Settings for ad avail blanking. Video can be blanked or overlaid with an
image, and audio muted during SCTE-35 triggered ad avails.
$sel:extendedDataServices:JobSettings'
, jobSettings_extendedDataServices
- If your source content has EIA-608 Line 21 Data Services, enable this
feature to specify what MediaConvert does with the Extended Data
Services (XDS) packets. You can choose to pass through XDS packets, or
remove them from the output. For more information about XDS, see EIA-608
Line Data Services, section 9.5.1.5 05h Content Advisory.
$sel:motionImageInserter:JobSettings'
, jobSettings_motionImageInserter
- Overlay motion graphics on top of your video. The motion graphics that
you specify here appear on all outputs in all output groups. For more
information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
$sel:timecodeConfig:JobSettings'
, jobSettings_timecodeConfig
- These settings control how the service handles timecodes throughout the
job. These settings don't affect input clipping.
$sel:outputGroups:JobSettings'
, jobSettings_outputGroups
- (OutputGroups) contains one group of settings for each set of outputs
that share a common package type. All unpackaged files (MPEG-4, MPEG-2
TS, Quicktime, MXF, and no container) are grouped in a single output
group as well. Required in (OutputGroups) is a group of settings that
apply to the whole group. This required object depends on the value you
set for (Type) under (OutputGroups)>(OutputGroupSettings). Type,
settings object pairs are as follows. * FILE_GROUP_SETTINGS,
FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings *
DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings *
MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings * CMAF_GROUP_SETTINGS,
CmafGroupSettings
$sel:adAvailOffset:JobSettings'
, jobSettings_adAvailOffset
- When specified, this offset (in milliseconds) is added to the input Ad
Avail PTS time.
$sel:kantarWatermark:JobSettings'
, jobSettings_kantarWatermark
- Use these settings only when you use Kantar watermarking. Specify the
values that MediaConvert uses to generate and place Kantar watermarks in
your output audio. These settings apply to every output in your job. In
addition to specifying these values, you also need to store your Kantar
credentials in AWS Secrets Manager. For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.
jobSettings_nielsenNonLinearWatermark :: Lens' JobSettings (Maybe NielsenNonLinearWatermarkSettings) Source #
Ignore these settings unless you are using Nielsen non-linear watermarking. Specify the values that MediaConvert uses to generate and place Nielsen watermarks in your output audio. In addition to specifying these values, you also need to set up your cloud TIC server. These settings apply to every output in your job. The MediaConvert implementation is currently with the following Nielsen versions: Nielsen Watermark SDK Version 5.2.1 Nielsen NLM Watermark Engine Version 1.2.7 Nielsen Watermark Authenticator [SID_TIC] Version [5.0.0]
jobSettings_esam :: Lens' JobSettings (Maybe EsamSettings) Source #
Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
jobSettings_inputs :: Lens' JobSettings (Maybe [Input]) Source #
Use Inputs (inputs) to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.
jobSettings_timedMetadataInsertion :: Lens' JobSettings (Maybe TimedMetadataInsertion) Source #
Enable Timed metadata insertion (TimedMetadataInsertion) to include ID3 tags in any HLS outputs. To include timed metadata, you must enable it here, enable it in each output container, and specify tags and timecodes in ID3 insertion (Id3Insertion) objects.
jobSettings_nielsenConfiguration :: Lens' JobSettings (Maybe NielsenConfiguration) Source #
Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration (nielsenConfiguration), MediaConvert enables PCM to ID3 tagging for all outputs in the job. To enable Nielsen configuration programmatically, include an instance of nielsenConfiguration in your JSON job specification. Even if you don't include any children of nielsenConfiguration, you still enable the setting.
jobSettings_availBlanking :: Lens' JobSettings (Maybe AvailBlanking) Source #
Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails.
jobSettings_extendedDataServices :: Lens' JobSettings (Maybe ExtendedDataServices) Source #
If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
jobSettings_motionImageInserter :: Lens' JobSettings (Maybe MotionImageInserter) Source #
Overlay motion graphics on top of your video. The motion graphics that you specify here appear on all outputs in all output groups. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
jobSettings_timecodeConfig :: Lens' JobSettings (Maybe TimecodeConfig) Source #
These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping.
jobSettings_outputGroups :: Lens' JobSettings (Maybe [OutputGroup]) Source #
(OutputGroups) contains one group of settings for each set of outputs that share a common package type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and no container) are grouped in a single output group as well. Required in (OutputGroups) is a group of settings that apply to the whole group. This required object depends on the value you set for (Type) under (OutputGroups)>(OutputGroupSettings). Type, settings object pairs are as follows. * FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings * DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings * CMAF_GROUP_SETTINGS, CmafGroupSettings
jobSettings_adAvailOffset :: Lens' JobSettings (Maybe Int) Source #
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
jobSettings_kantarWatermark :: Lens' JobSettings (Maybe KantarWatermarkSettings) Source #
Use these settings only when you use Kantar watermarking. Specify the values that MediaConvert uses to generate and place Kantar watermarks in your output audio. These settings apply to every output in your job. In addition to specifying these values, you also need to store your Kantar credentials in AWS Secrets Manager. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.