From ea9e2128287abd7abc5cca9591c532f938ab7b94 Mon Sep 17 00:00:00 2001 From: QuentinGab Date: Fri, 10 Feb 2023 17:12:33 +0000 Subject: [PATCH] Fix styling --- .../Hls/DefaultHls1080pMediaConvertOutput.php | 148 +++++++++--------- .../Hls/DefaultHls480pMediaConvertOutput.php | 148 +++++++++--------- .../Hls/DefaultHls540pMediaConvertOutput.php | 148 +++++++++--------- .../Hls/DefaultHls720pMediaConvertOutput.php | 148 +++++++++--------- 4 files changed, 296 insertions(+), 296 deletions(-) diff --git a/src/Support/Hls/DefaultHls1080pMediaConvertOutput.php b/src/Support/Hls/DefaultHls1080pMediaConvertOutput.php index c98f1ed..3fcc06a 100644 --- a/src/Support/Hls/DefaultHls1080pMediaConvertOutput.php +++ b/src/Support/Hls/DefaultHls1080pMediaConvertOutput.php @@ -8,18 +8,18 @@ public static function make( string $NameModifier = '-$h$p-$f$fps-$rv$kbps' ): array { return [ - "ContainerSettings" => [ - "Container" => "M3U8", - "M3u8Settings" => [ - "AudioFramesPerPes" => 4, - "PcrControl" => "PCR_EVERY_PES_PACKET", - "PmtPid" => 480, - "PrivateMetadataPid" => 503, - "ProgramNumber" => 1, - "PatInterval" => 0, - "PmtInterval" => 0, - "VideoPid" => 481, - "AudioPids" => [ + 'ContainerSettings' => [ + 'Container' => 'M3U8', + 'M3u8Settings' => [ + 'AudioFramesPerPes' => 4, + 'PcrControl' => 'PCR_EVERY_PES_PACKET', + 'PmtPid' => 480, + 'PrivateMetadataPid' => 503, + 'ProgramNumber' => 1, + 'PatInterval' => 0, + 'PmtInterval' => 0, + 'VideoPid' => 481, + 'AudioPids' => [ 482, 483, 484, @@ -36,75 +36,75 @@ public static function make( 495, 496, 497, - 498 - ] - ] + 498, + ], + ], ], - "VideoDescription" => [ - "ScalingBehavior" => "DEFAULT", - "Height" => 1080, - "TimecodeInsertion" => "DISABLED", - "AntiAlias" => "ENABLED", - "Sharpness" => 50, - "CodecSettings" => [ - "Codec" => "H_264", - "H264Settings" => [ - "InterlaceMode" => "PROGRESSIVE", - "NumberReferenceFrames" => 3, - "Syntax" => "DEFAULT", - "GopClosedCadence" => 1, - "GopSize" => 90, - "Slices" => 1, - "GopBReference" => "DISABLED", - "MaxBitrate" => 8000000, - "SpatialAdaptiveQuantization" => "ENABLED", - "TemporalAdaptiveQuantization" => "ENABLED", - "FlickerAdaptiveQuantization" => "DISABLED", - "EntropyEncoding" => "CABAC", - "RateControlMode" => "QVBR", - "QvbrSettings" => [ - "QvbrQualityLevel" => 7, - "QvbrQualityLevelFineTune" => 0 + 'VideoDescription' => [ + 'ScalingBehavior' => 'DEFAULT', + 'Height' => 1080, + 'TimecodeInsertion' => 'DISABLED', + 'AntiAlias' => 'ENABLED', + 'Sharpness' => 50, + 'CodecSettings' => [ + 'Codec' => 'H_264', + 'H264Settings' => [ + 'InterlaceMode' => 'PROGRESSIVE', + 'NumberReferenceFrames' => 3, + 'Syntax' => 'DEFAULT', + 'GopClosedCadence' => 1, + 'GopSize' => 90, + 'Slices' => 1, + 'GopBReference' => 'DISABLED', + 'MaxBitrate' => 8000000, + 'SpatialAdaptiveQuantization' => 'ENABLED', + 'TemporalAdaptiveQuantization' => 'ENABLED', + 'FlickerAdaptiveQuantization' => 'DISABLED', + 'EntropyEncoding' => 'CABAC', + 'RateControlMode' => 'QVBR', + 'QvbrSettings' => [ + 'QvbrQualityLevel' => 7, + 'QvbrQualityLevelFineTune' => 0, ], - "CodecProfile" => "MAIN", - "MinIInterval" => 0, - "AdaptiveQuantization" => "HIGH", - "CodecLevel" => "AUTO", - "FieldEncoding" => "PAFF", - "SceneChangeDetect" => "ENABLED", - "QualityTuningLevel" => "SINGLE_PASS", - "UnregisteredSeiTimecode" => "DISABLED", - "GopSizeUnits" => "FRAMES", - "NumberBFramesBetweenReferenceFrames" => 2, - "RepeatPps" => "DISABLED" - ] + 'CodecProfile' => 'MAIN', + 'MinIInterval' => 0, + 'AdaptiveQuantization' => 'HIGH', + 'CodecLevel' => 'AUTO', + 'FieldEncoding' => 'PAFF', + 'SceneChangeDetect' => 'ENABLED', + 'QualityTuningLevel' => 'SINGLE_PASS', + 'UnregisteredSeiTimecode' => 'DISABLED', + 'GopSizeUnits' => 'FRAMES', + 'NumberBFramesBetweenReferenceFrames' => 2, + 'RepeatPps' => 'DISABLED', + ], ], - "AfdSignaling" => "NONE", - "DropFrameTimecode" => "ENABLED", - "RespondToAfd" => "NONE", - "ColorMetadata" => "INSERT" + 'AfdSignaling' => 'NONE', + 'DropFrameTimecode' => 'ENABLED', + 'RespondToAfd' => 'NONE', + 'ColorMetadata' => 'INSERT', ], - "AudioDescriptions" => [ + 'AudioDescriptions' => [ [ - "AudioTypeControl" => "FOLLOW_INPUT", - "AudioSourceName" => "Audio Selector 1", - "CodecSettings" => [ - "Codec" => "AAC", - "AacSettings" => [ - "AudioDescriptionBroadcasterMix" => "NORMAL", - "Bitrate" => 96000, - "RateControlMode" => "CBR", - "CodecProfile" => "LC", - "CodingMode" => "CODING_MODE_2_0", - "RawFormat" => "NONE", - "SampleRate" => 48000, - "Specification" => "MPEG4" - ] + 'AudioTypeControl' => 'FOLLOW_INPUT', + 'AudioSourceName' => 'Audio Selector 1', + 'CodecSettings' => [ + 'Codec' => 'AAC', + 'AacSettings' => [ + 'AudioDescriptionBroadcasterMix' => 'NORMAL', + 'Bitrate' => 96000, + 'RateControlMode' => 'CBR', + 'CodecProfile' => 'LC', + 'CodingMode' => 'CODING_MODE_2_0', + 'RawFormat' => 'NONE', + 'SampleRate' => 48000, + 'Specification' => 'MPEG4', + ], ], - "LanguageCodeControl" => "FOLLOW_INPUT" - ] + 'LanguageCodeControl' => 'FOLLOW_INPUT', + ], ], - "NameModifier" => $NameModifier + 'NameModifier' => $NameModifier, ]; } } diff --git a/src/Support/Hls/DefaultHls480pMediaConvertOutput.php b/src/Support/Hls/DefaultHls480pMediaConvertOutput.php index c2ba6f9..c8b8c0d 100644 --- a/src/Support/Hls/DefaultHls480pMediaConvertOutput.php +++ b/src/Support/Hls/DefaultHls480pMediaConvertOutput.php @@ -8,18 +8,18 @@ public static function make( string $NameModifier = '-$h$p-$f$fps-$rv$kbps' ): array { return [ - "ContainerSettings" => [ - "Container" => "M3U8", - "M3u8Settings" => [ - "AudioFramesPerPes" => 4, - "PcrControl" => "PCR_EVERY_PES_PACKET", - "PmtPid" => 480, - "PrivateMetadataPid" => 503, - "ProgramNumber" => 1, - "PatInterval" => 0, - "PmtInterval" => 0, - "VideoPid" => 481, - "AudioPids" => [ + 'ContainerSettings' => [ + 'Container' => 'M3U8', + 'M3u8Settings' => [ + 'AudioFramesPerPes' => 4, + 'PcrControl' => 'PCR_EVERY_PES_PACKET', + 'PmtPid' => 480, + 'PrivateMetadataPid' => 503, + 'ProgramNumber' => 1, + 'PatInterval' => 0, + 'PmtInterval' => 0, + 'VideoPid' => 481, + 'AudioPids' => [ 482, 483, 484, @@ -36,75 +36,75 @@ public static function make( 495, 496, 497, - 498 - ] - ] + 498, + ], + ], ], - "VideoDescription" => [ - "ScalingBehavior" => "DEFAULT", - "Height" => 480, - "TimecodeInsertion" => "DISABLED", - "AntiAlias" => "ENABLED", - "Sharpness" => 50, - "CodecSettings" => [ - "Codec" => "H_264", - "H264Settings" => [ - "InterlaceMode" => "PROGRESSIVE", - "NumberReferenceFrames" => 3, - "Syntax" => "DEFAULT", - "GopClosedCadence" => 1, - "GopSize" => 90, - "Slices" => 1, - "GopBReference" => "DISABLED", - "MaxBitrate" => 8000000, - "SpatialAdaptiveQuantization" => "ENABLED", - "TemporalAdaptiveQuantization" => "ENABLED", - "FlickerAdaptiveQuantization" => "DISABLED", - "EntropyEncoding" => "CABAC", - "RateControlMode" => "QVBR", - "QvbrSettings" => [ - "QvbrQualityLevel" => 7, - "QvbrQualityLevelFineTune" => 0 + 'VideoDescription' => [ + 'ScalingBehavior' => 'DEFAULT', + 'Height' => 480, + 'TimecodeInsertion' => 'DISABLED', + 'AntiAlias' => 'ENABLED', + 'Sharpness' => 50, + 'CodecSettings' => [ + 'Codec' => 'H_264', + 'H264Settings' => [ + 'InterlaceMode' => 'PROGRESSIVE', + 'NumberReferenceFrames' => 3, + 'Syntax' => 'DEFAULT', + 'GopClosedCadence' => 1, + 'GopSize' => 90, + 'Slices' => 1, + 'GopBReference' => 'DISABLED', + 'MaxBitrate' => 8000000, + 'SpatialAdaptiveQuantization' => 'ENABLED', + 'TemporalAdaptiveQuantization' => 'ENABLED', + 'FlickerAdaptiveQuantization' => 'DISABLED', + 'EntropyEncoding' => 'CABAC', + 'RateControlMode' => 'QVBR', + 'QvbrSettings' => [ + 'QvbrQualityLevel' => 7, + 'QvbrQualityLevelFineTune' => 0, ], - "CodecProfile" => "MAIN", - "MinIInterval" => 0, - "AdaptiveQuantization" => "HIGH", - "CodecLevel" => "AUTO", - "FieldEncoding" => "PAFF", - "SceneChangeDetect" => "ENABLED", - "QualityTuningLevel" => "SINGLE_PASS", - "UnregisteredSeiTimecode" => "DISABLED", - "GopSizeUnits" => "FRAMES", - "NumberBFramesBetweenReferenceFrames" => 2, - "RepeatPps" => "DISABLED" - ] + 'CodecProfile' => 'MAIN', + 'MinIInterval' => 0, + 'AdaptiveQuantization' => 'HIGH', + 'CodecLevel' => 'AUTO', + 'FieldEncoding' => 'PAFF', + 'SceneChangeDetect' => 'ENABLED', + 'QualityTuningLevel' => 'SINGLE_PASS', + 'UnregisteredSeiTimecode' => 'DISABLED', + 'GopSizeUnits' => 'FRAMES', + 'NumberBFramesBetweenReferenceFrames' => 2, + 'RepeatPps' => 'DISABLED', + ], ], - "AfdSignaling" => "NONE", - "DropFrameTimecode" => "ENABLED", - "RespondToAfd" => "NONE", - "ColorMetadata" => "INSERT" + 'AfdSignaling' => 'NONE', + 'DropFrameTimecode' => 'ENABLED', + 'RespondToAfd' => 'NONE', + 'ColorMetadata' => 'INSERT', ], - "AudioDescriptions" => [ + 'AudioDescriptions' => [ [ - "AudioTypeControl" => "FOLLOW_INPUT", - "AudioSourceName" => "Audio Selector 1", - "CodecSettings" => [ - "Codec" => "AAC", - "AacSettings" => [ - "AudioDescriptionBroadcasterMix" => "NORMAL", - "Bitrate" => 96000, - "RateControlMode" => "CBR", - "CodecProfile" => "LC", - "CodingMode" => "CODING_MODE_2_0", - "RawFormat" => "NONE", - "SampleRate" => 48000, - "Specification" => "MPEG4" - ] + 'AudioTypeControl' => 'FOLLOW_INPUT', + 'AudioSourceName' => 'Audio Selector 1', + 'CodecSettings' => [ + 'Codec' => 'AAC', + 'AacSettings' => [ + 'AudioDescriptionBroadcasterMix' => 'NORMAL', + 'Bitrate' => 96000, + 'RateControlMode' => 'CBR', + 'CodecProfile' => 'LC', + 'CodingMode' => 'CODING_MODE_2_0', + 'RawFormat' => 'NONE', + 'SampleRate' => 48000, + 'Specification' => 'MPEG4', + ], ], - "LanguageCodeControl" => "FOLLOW_INPUT" - ] + 'LanguageCodeControl' => 'FOLLOW_INPUT', + ], ], - "NameModifier" => $NameModifier + 'NameModifier' => $NameModifier, ]; } } diff --git a/src/Support/Hls/DefaultHls540pMediaConvertOutput.php b/src/Support/Hls/DefaultHls540pMediaConvertOutput.php index 748c1cd..0dab551 100644 --- a/src/Support/Hls/DefaultHls540pMediaConvertOutput.php +++ b/src/Support/Hls/DefaultHls540pMediaConvertOutput.php @@ -8,18 +8,18 @@ public static function make( string $NameModifier = '-$h$p-$f$fps-$rv$kbps' ): array { return [ - "ContainerSettings" => [ - "Container" => "M3U8", - "M3u8Settings" => [ - "AudioFramesPerPes" => 4, - "PcrControl" => "PCR_EVERY_PES_PACKET", - "PmtPid" => 480, - "PrivateMetadataPid" => 503, - "ProgramNumber" => 1, - "PatInterval" => 0, - "PmtInterval" => 0, - "VideoPid" => 481, - "AudioPids" => [ + 'ContainerSettings' => [ + 'Container' => 'M3U8', + 'M3u8Settings' => [ + 'AudioFramesPerPes' => 4, + 'PcrControl' => 'PCR_EVERY_PES_PACKET', + 'PmtPid' => 480, + 'PrivateMetadataPid' => 503, + 'ProgramNumber' => 1, + 'PatInterval' => 0, + 'PmtInterval' => 0, + 'VideoPid' => 481, + 'AudioPids' => [ 482, 483, 484, @@ -36,75 +36,75 @@ public static function make( 495, 496, 497, - 498 - ] - ] + 498, + ], + ], ], - "VideoDescription" => [ - "ScalingBehavior" => "DEFAULT", - "Height" => 540, - "TimecodeInsertion" => "DISABLED", - "AntiAlias" => "ENABLED", - "Sharpness" => 50, - "CodecSettings" => [ - "Codec" => "H_264", - "H264Settings" => [ - "InterlaceMode" => "PROGRESSIVE", - "NumberReferenceFrames" => 3, - "Syntax" => "DEFAULT", - "GopClosedCadence" => 1, - "GopSize" => 90, - "Slices" => 1, - "GopBReference" => "DISABLED", - "MaxBitrate" => 8000000, - "SpatialAdaptiveQuantization" => "ENABLED", - "TemporalAdaptiveQuantization" => "ENABLED", - "FlickerAdaptiveQuantization" => "DISABLED", - "EntropyEncoding" => "CABAC", - "RateControlMode" => "QVBR", - "QvbrSettings" => [ - "QvbrQualityLevel" => 7, - "QvbrQualityLevelFineTune" => 0 + 'VideoDescription' => [ + 'ScalingBehavior' => 'DEFAULT', + 'Height' => 540, + 'TimecodeInsertion' => 'DISABLED', + 'AntiAlias' => 'ENABLED', + 'Sharpness' => 50, + 'CodecSettings' => [ + 'Codec' => 'H_264', + 'H264Settings' => [ + 'InterlaceMode' => 'PROGRESSIVE', + 'NumberReferenceFrames' => 3, + 'Syntax' => 'DEFAULT', + 'GopClosedCadence' => 1, + 'GopSize' => 90, + 'Slices' => 1, + 'GopBReference' => 'DISABLED', + 'MaxBitrate' => 8000000, + 'SpatialAdaptiveQuantization' => 'ENABLED', + 'TemporalAdaptiveQuantization' => 'ENABLED', + 'FlickerAdaptiveQuantization' => 'DISABLED', + 'EntropyEncoding' => 'CABAC', + 'RateControlMode' => 'QVBR', + 'QvbrSettings' => [ + 'QvbrQualityLevel' => 7, + 'QvbrQualityLevelFineTune' => 0, ], - "CodecProfile" => "MAIN", - "MinIInterval" => 0, - "AdaptiveQuantization" => "HIGH", - "CodecLevel" => "AUTO", - "FieldEncoding" => "PAFF", - "SceneChangeDetect" => "ENABLED", - "QualityTuningLevel" => "SINGLE_PASS", - "UnregisteredSeiTimecode" => "DISABLED", - "GopSizeUnits" => "FRAMES", - "NumberBFramesBetweenReferenceFrames" => 2, - "RepeatPps" => "DISABLED" - ] + 'CodecProfile' => 'MAIN', + 'MinIInterval' => 0, + 'AdaptiveQuantization' => 'HIGH', + 'CodecLevel' => 'AUTO', + 'FieldEncoding' => 'PAFF', + 'SceneChangeDetect' => 'ENABLED', + 'QualityTuningLevel' => 'SINGLE_PASS', + 'UnregisteredSeiTimecode' => 'DISABLED', + 'GopSizeUnits' => 'FRAMES', + 'NumberBFramesBetweenReferenceFrames' => 2, + 'RepeatPps' => 'DISABLED', + ], ], - "AfdSignaling" => "NONE", - "DropFrameTimecode" => "ENABLED", - "RespondToAfd" => "NONE", - "ColorMetadata" => "INSERT" + 'AfdSignaling' => 'NONE', + 'DropFrameTimecode' => 'ENABLED', + 'RespondToAfd' => 'NONE', + 'ColorMetadata' => 'INSERT', ], - "AudioDescriptions" => [ + 'AudioDescriptions' => [ [ - "AudioTypeControl" => "FOLLOW_INPUT", - "AudioSourceName" => "Audio Selector 1", - "CodecSettings" => [ - "Codec" => "AAC", - "AacSettings" => [ - "AudioDescriptionBroadcasterMix" => "NORMAL", - "Bitrate" => 96000, - "RateControlMode" => "CBR", - "CodecProfile" => "LC", - "CodingMode" => "CODING_MODE_2_0", - "RawFormat" => "NONE", - "SampleRate" => 48000, - "Specification" => "MPEG4" - ] + 'AudioTypeControl' => 'FOLLOW_INPUT', + 'AudioSourceName' => 'Audio Selector 1', + 'CodecSettings' => [ + 'Codec' => 'AAC', + 'AacSettings' => [ + 'AudioDescriptionBroadcasterMix' => 'NORMAL', + 'Bitrate' => 96000, + 'RateControlMode' => 'CBR', + 'CodecProfile' => 'LC', + 'CodingMode' => 'CODING_MODE_2_0', + 'RawFormat' => 'NONE', + 'SampleRate' => 48000, + 'Specification' => 'MPEG4', + ], ], - "LanguageCodeControl" => "FOLLOW_INPUT" - ] + 'LanguageCodeControl' => 'FOLLOW_INPUT', + ], ], - "NameModifier" => $NameModifier + 'NameModifier' => $NameModifier, ]; } } diff --git a/src/Support/Hls/DefaultHls720pMediaConvertOutput.php b/src/Support/Hls/DefaultHls720pMediaConvertOutput.php index 05bdbec..c9a4a07 100644 --- a/src/Support/Hls/DefaultHls720pMediaConvertOutput.php +++ b/src/Support/Hls/DefaultHls720pMediaConvertOutput.php @@ -8,18 +8,18 @@ public static function make( string $NameModifier = '-$h$p-$f$fps-$rv$kbps' ): array { return [ - "ContainerSettings" => [ - "Container" => "M3U8", - "M3u8Settings" => [ - "AudioFramesPerPes" => 4, - "PcrControl" => "PCR_EVERY_PES_PACKET", - "PmtPid" => 480, - "PrivateMetadataPid" => 503, - "ProgramNumber" => 1, - "PatInterval" => 0, - "PmtInterval" => 0, - "VideoPid" => 481, - "AudioPids" => [ + 'ContainerSettings' => [ + 'Container' => 'M3U8', + 'M3u8Settings' => [ + 'AudioFramesPerPes' => 4, + 'PcrControl' => 'PCR_EVERY_PES_PACKET', + 'PmtPid' => 480, + 'PrivateMetadataPid' => 503, + 'ProgramNumber' => 1, + 'PatInterval' => 0, + 'PmtInterval' => 0, + 'VideoPid' => 481, + 'AudioPids' => [ 482, 483, 484, @@ -36,75 +36,75 @@ public static function make( 495, 496, 497, - 498 - ] - ] + 498, + ], + ], ], - "VideoDescription" => [ - "ScalingBehavior" => "DEFAULT", - "Height" => 720, - "TimecodeInsertion" => "DISABLED", - "AntiAlias" => "ENABLED", - "Sharpness" => 50, - "CodecSettings" => [ - "Codec" => "H_264", - "H264Settings" => [ - "InterlaceMode" => "PROGRESSIVE", - "NumberReferenceFrames" => 3, - "Syntax" => "DEFAULT", - "GopClosedCadence" => 1, - "GopSize" => 90, - "Slices" => 1, - "GopBReference" => "DISABLED", - "MaxBitrate" => 8000000, - "SpatialAdaptiveQuantization" => "ENABLED", - "TemporalAdaptiveQuantization" => "ENABLED", - "FlickerAdaptiveQuantization" => "DISABLED", - "EntropyEncoding" => "CABAC", - "RateControlMode" => "QVBR", - "QvbrSettings" => [ - "QvbrQualityLevel" => 7, - "QvbrQualityLevelFineTune" => 0 + 'VideoDescription' => [ + 'ScalingBehavior' => 'DEFAULT', + 'Height' => 720, + 'TimecodeInsertion' => 'DISABLED', + 'AntiAlias' => 'ENABLED', + 'Sharpness' => 50, + 'CodecSettings' => [ + 'Codec' => 'H_264', + 'H264Settings' => [ + 'InterlaceMode' => 'PROGRESSIVE', + 'NumberReferenceFrames' => 3, + 'Syntax' => 'DEFAULT', + 'GopClosedCadence' => 1, + 'GopSize' => 90, + 'Slices' => 1, + 'GopBReference' => 'DISABLED', + 'MaxBitrate' => 8000000, + 'SpatialAdaptiveQuantization' => 'ENABLED', + 'TemporalAdaptiveQuantization' => 'ENABLED', + 'FlickerAdaptiveQuantization' => 'DISABLED', + 'EntropyEncoding' => 'CABAC', + 'RateControlMode' => 'QVBR', + 'QvbrSettings' => [ + 'QvbrQualityLevel' => 7, + 'QvbrQualityLevelFineTune' => 0, ], - "CodecProfile" => "MAIN", - "MinIInterval" => 0, - "AdaptiveQuantization" => "HIGH", - "CodecLevel" => "AUTO", - "FieldEncoding" => "PAFF", - "SceneChangeDetect" => "ENABLED", - "QualityTuningLevel" => "SINGLE_PASS", - "UnregisteredSeiTimecode" => "DISABLED", - "GopSizeUnits" => "FRAMES", - "NumberBFramesBetweenReferenceFrames" => 2, - "RepeatPps" => "DISABLED" - ] + 'CodecProfile' => 'MAIN', + 'MinIInterval' => 0, + 'AdaptiveQuantization' => 'HIGH', + 'CodecLevel' => 'AUTO', + 'FieldEncoding' => 'PAFF', + 'SceneChangeDetect' => 'ENABLED', + 'QualityTuningLevel' => 'SINGLE_PASS', + 'UnregisteredSeiTimecode' => 'DISABLED', + 'GopSizeUnits' => 'FRAMES', + 'NumberBFramesBetweenReferenceFrames' => 2, + 'RepeatPps' => 'DISABLED', + ], ], - "AfdSignaling" => "NONE", - "DropFrameTimecode" => "ENABLED", - "RespondToAfd" => "NONE", - "ColorMetadata" => "INSERT" + 'AfdSignaling' => 'NONE', + 'DropFrameTimecode' => 'ENABLED', + 'RespondToAfd' => 'NONE', + 'ColorMetadata' => 'INSERT', ], - "AudioDescriptions" => [ + 'AudioDescriptions' => [ [ - "AudioTypeControl" => "FOLLOW_INPUT", - "AudioSourceName" => "Audio Selector 1", - "CodecSettings" => [ - "Codec" => "AAC", - "AacSettings" => [ - "AudioDescriptionBroadcasterMix" => "NORMAL", - "Bitrate" => 96000, - "RateControlMode" => "CBR", - "CodecProfile" => "LC", - "CodingMode" => "CODING_MODE_2_0", - "RawFormat" => "NONE", - "SampleRate" => 48000, - "Specification" => "MPEG4" - ] + 'AudioTypeControl' => 'FOLLOW_INPUT', + 'AudioSourceName' => 'Audio Selector 1', + 'CodecSettings' => [ + 'Codec' => 'AAC', + 'AacSettings' => [ + 'AudioDescriptionBroadcasterMix' => 'NORMAL', + 'Bitrate' => 96000, + 'RateControlMode' => 'CBR', + 'CodecProfile' => 'LC', + 'CodingMode' => 'CODING_MODE_2_0', + 'RawFormat' => 'NONE', + 'SampleRate' => 48000, + 'Specification' => 'MPEG4', + ], ], - "LanguageCodeControl" => "FOLLOW_INPUT" - ] + 'LanguageCodeControl' => 'FOLLOW_INPUT', + ], ], - "NameModifier" => $NameModifier + 'NameModifier' => $NameModifier, ]; } }