You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::AudioSelectorWhen passing AudioSelector as input to an Aws::Client method, you can use a vanilla Hash:
{
custom_language_code: "__stringMin3Max3PatternAZaZ3",
default_selection: "DEFAULT", external_audio_file_input: "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
language_code: "ENG", offset: 1,
pids: [1],
program_selection: 1,
remix_settings: {
channel_mapping: {
output_channels: [
{
input_channels: [1],
},
],
},
channels_in: 1,
channels_out: 1,
},
selector_type: "PID", tracks: [1],
}
Selector for Audio
Instance Attribute Summary collapseSelects a specific language code from within an audio source, using the ISO 639-2 or ISO 639-3 three-letter language code.
Enable this setting on one audio selector to set it as the default for the job.
Specifies audio data from an external file source.
Selects a specific language code from within an audio source.
Specifies a time delta in milliseconds to offset the audio from the input video.
Selects a specific PID from within an audio source (e.g. 257 selects PID 0x101).
Use this setting for input streams that contain Dolby E, to have the service extract specific program data from the track.
Use these settings to reorder the audio channels of one input to match those of another input.
Specifies the type of the audio selector.
Identify a track from the input audio to include in this selector by entering the track index number.
Selects a specific language code from within an audio source, using the ISO 639-2 or ISO 639-3 three-letter language code
#default_selection ⇒ StringEnable this setting on one audio selector to set it as the default for the job. The service uses this default for outputs where it can\'t find the specified input audio. If you don\'t set a default, those outputs have no audio.
Possible values:
Specifies audio data from an external file source.
#offset ⇒ IntegerSpecifies a time delta in milliseconds to offset the audio from the input video.
#pids ⇒ Array<Integer>Selects a specific PID from within an audio source (e.g. 257 selects PID 0x101).
#program_selection ⇒ IntegerUse this setting for input streams that contain Dolby E, to have the service extract specific program data from the track. To select multiple programs, create multiple selectors with the same Track and different Program numbers. In the console, this setting is visible when you set Selector type to Track. Choose the program number from the dropdown list. If you are sending a JSON file, provide the program ID, which is part of the audio metadata. If your input file has incorrect metadata, you can choose All channels instead of a program number to have the service ignore the program IDs and include all the programs in the track.
#remix_settings ⇒ Types::RemixSettingsUse these settings to reorder the audio channels of one input to match those of another input. This allows you to combine the two files into a single output, one after the other.
#selector_type ⇒ StringSpecifies the type of the audio selector.
Possible values:
Identify a track from the input audio to include in this selector by entering the track index number. To include several tracks in a single audio selector, specify multiple tracks as follows. Using the console, enter a comma-separated list. For examle, type \"1,2,3\" to include tracks 1 through 3. Specifying directly in your JSON job file, provide the track numbers in an array. For example, \"tracks\": [1,2,3].
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4