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

#durationInteger

Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds. Required when you include Video generator.

Returns:

  • (Integer)


7649
7650
7651
7652
7653
# File 'lib/aws-sdk-mediaconvert/types.rb', line 7649

class InputVideoGenerator < Struct.new(
  :duration)
  SENSITIVE = []
  include Aws::Structure
end