events/cloud/video/transcoder/v1 library
Classes
- AdBreak
- Ad break.
- AudioStream
- Audio stream resource.
- AudioStream_AudioMapping
-
The mapping for the
Job.edit_list
atoms with audioEditAtom.inputs
. - EditAtom
- Edit atom.
- ElementaryStream
- Encoding of an input file such as an audio, video, or text track. Elementary streams must be packaged before mapping and sharing between different output formats.
- Input
- Input asset.
- Job
- Transcoding job resource.
- Job_ProcessingMode
- The processing mode of the job.
- Job_ProcessingState
- The current state of the job.
- JobConfig
- Job configuration
- JobCreatedEvent
- The CloudEvent raised when a Job is created.
- JobDeletedEvent
- The CloudEvent raised when a Job is deleted.
- JobEventData
- The data within all Job events.
- JobTemplate
- Transcoding job template resource.
- JobTemplateCreatedEvent
- The CloudEvent raised when a JobTemplate is created.
- JobTemplateDeletedEvent
- The CloudEvent raised when a JobTemplate is deleted.
- JobTemplateEventData
- The data within all JobTemplate events.
- Manifest
- Manifest configuration.
- Manifest_ManifestType
- The manifest type, which corresponds to the adaptive streaming format used.
- MuxStream
- Multiplexing settings for output stream.
- Output
- Location of output file(s) in a Cloud Storage bucket.
- Overlay
- Overlay configuration.
- Overlay_Animation
- Animation types.
- Overlay_AnimationEnd
- End previous overlay animation from the video. Without AnimationEnd, the overlay object will keep the state of previous animation until the end of the video.
- Overlay_AnimationFade
- Display overlay object with fade animation.
- Overlay_AnimationStatic
- Display static overlay object.
- Overlay_FadeType
-
Fade type for the overlay:
FADE_IN
orFADE_OUT
. - Overlay_Image
- Overlaid image.
- Overlay_NormalizedCoordinate
-
2D normalized coordinates. Default:
{0.0, 0.0}
- PreprocessingConfig
- Preprocessing configurations.
- PreprocessingConfig_Audio
- Audio preprocessing configuration.
- PreprocessingConfig_Color
- Color preprocessing configuration.
- PreprocessingConfig_Crop
- Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.
- PreprocessingConfig_Deblock
- Deblock preprocessing configuration.
- PreprocessingConfig_Deinterlace
- Deinterlace configuration for input video.
- PreprocessingConfig_Deinterlace_BwdifConfig
- Bob Weaver Deinterlacing Filter Configuration.
- PreprocessingConfig_Deinterlace_YadifConfig
- Yet Another Deinterlacing Filter Configuration.
- PreprocessingConfig_Denoise
- Denoise preprocessing configuration.
- PreprocessingConfig_Pad
- Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.
- PubsubDestination
- A Pub/Sub destination.
- SegmentSettings
-
Segment settings for
ts
,fmp4
andvtt
. - SpriteSheet
- Sprite sheet configuration.
- TextStream
- Encoding of a text stream. For example, closed captions or subtitles.
- TextStream_TextMapping
-
The mapping for the
Job.edit_list
atoms with textEditAtom.inputs
. - VideoStream
- Video stream resource.
- VideoStream_H264CodecSettings
- H264 codec settings.
- VideoStream_H265CodecSettings
- H265 codec settings.
- VideoStream_Vp9CodecSettings
- VP9 codec settings.