You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::InputClipping

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InputClipping as input to an Aws::Client method, you can use a vanilla Hash:

{
  end_timecode: "__stringPattern010920405090509092",
  start_timecode: "__stringPattern010920405090509092",
}

To transcode only portions of your input (clips), include one Input clipping (one instance of InputClipping in the JSON job file) for each input clip. All input clips you specify will be included in every output of the job.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timecodeString

Set End timecode (EndTimecode) to the end of the portion of the input you are clipping. The frame corresponding to the End timecode value is included in the clip. Start timecode or End timecode may be left blank, but not both. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When choosing this value, take into account your setting for timecode source under input settings (InputTimecodeSource). For example, if you have embedded timecodes that start at 01:00:00:00 and you want your clip to end six minutes into the video, use 01:06:00:00.

Returns:

  • (String)

    Set End timecode (EndTimecode) to the end of the portion of the input you are clipping.

#start_timecodeString

Set Start timecode (StartTimecode) to the beginning of the portion of the input you are clipping. The frame corresponding to the Start timecode value is included in the clip. Start timecode or End timecode may be left blank, but not both. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second, and FF is the frame number. When choosing this value, take into account your setting for Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your clip to begin five minutes into the video, use 01:05:00:00.

Returns:

  • (String)

    Set Start timecode (StartTimecode) to the beginning of the portion of the input you are clipping.