Class: Aws::MediaConvert::Types::InputVideoGenerator

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsInteger

Specify the number of audio channels to include in your video generator input. MediaConvert creates these audio channels as silent audio within a single audio track. Enter an integer from 1 to 32.

Returns:

  • (Integer)


8119
8120
8121
8122
8123
8124
8125
8126
8127
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8119

class InputVideoGenerator < Struct.new(
  :channels,
  :duration,
  :framerate_denominator,
  :framerate_numerator,
  :sample_rate)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

Specify the duration, in milliseconds, for your video generator input. Enter an integer from 50 to 86400000.

Returns:

  • (Integer)


8119
8120
8121
8122
8123
8124
8125
8126
8127
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8119

class InputVideoGenerator < Struct.new(
  :channels,
  :duration,
  :framerate_denominator,
  :framerate_numerator,
  :sample_rate)
  SENSITIVE = []
  include Aws::Structure
end

#framerate_denominatorInteger

Specify the denominator of the fraction that represents the frame rate for your video generator input. When you do, you must also specify a value for Frame rate numerator. MediaConvert uses a default frame rate of 29.97 when you leave Frame rate numerator and Frame rate denominator blank.

Returns:

  • (Integer)


8119
8120
8121
8122
8123
8124
8125
8126
8127
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8119

class InputVideoGenerator < Struct.new(
  :channels,
  :duration,
  :framerate_denominator,
  :framerate_numerator,
  :sample_rate)
  SENSITIVE = []
  include Aws::Structure
end

#framerate_numeratorInteger

Specify the numerator of the fraction that represents the frame rate for your video generator input. When you do, you must also specify a value for Frame rate denominator. MediaConvert uses a default frame rate of 29.97 when you leave Frame rate numerator and Frame rate denominator blank.

Returns:

  • (Integer)


8119
8120
8121
8122
8123
8124
8125
8126
8127
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8119

class InputVideoGenerator < Struct.new(
  :channels,
  :duration,
  :framerate_denominator,
  :framerate_numerator,
  :sample_rate)
  SENSITIVE = []
  include Aws::Structure
end

#sample_rateInteger

Specify the audio sample rate, in Hz, for the silent audio in your video generator input. Enter an integer from 32000 to 48000.

Returns:

  • (Integer)


8119
8120
8121
8122
8123
8124
8125
8126
8127
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8119

class InputVideoGenerator < Struct.new(
  :channels,
  :duration,
  :framerate_denominator,
  :framerate_numerator,
  :sample_rate)
  SENSITIVE = []
  include Aws::Structure
end