Transcoder job

A Transcoder job in Google Cloud is a resource that processes media files by converting them from one format to another. It allows users to define input sources, output formats, and transcoding settings such as resolution, bitrate, and codec. The job runs within the Transcoder API, enabling automated video and audio transformations for streaming, archiving, or distribution.

gcp.transcoder_job

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
batch_mode_prioritycoreint64The processing priority of a batch job. This field can only be set for batch mode jobs. The default value is 0. This value cannot be negative. Higher values correspond to higher priorities for the job.
configcorejsonThe configuration for this job.
create_timecoretimestampOutput only. The time the job was created.
datadog_display_namecorestring
end_timecoretimestampOutput only. The time the transcoding finished.
errorcorejsonOutput only. An error object that describes the reason for the failure. This property is always present when ProcessingState is `FAILED`.
fill_content_gapscoreboolOptional. Insert silence and duplicate frames when timestamp gaps are detected in a given stream.
input_uricorestringInput only. Specify the `input_uri` to populate empty `uri` fields in each element of `Job.config.inputs` or `JobTemplate.config.inputs` when using template. URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`). See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
labelscorearray<string>The labels associated with this job. You can use these to organize and group your jobs.
modecorestringThe processing mode of the job. The default is `PROCESSING_MODE_INTERACTIVE`.
namecorestringThe resource name of the job. Format: `projects/{project_number}/locations/{location}/jobs/{job}`
optimizationcorestringOptional. The optimization strategy of the job. The default is `AUTODETECT`.
organization_idcorestring
output_uricorestringInput only. Specify the `output_uri` to populate an empty `Job.config.output.uri` or `JobTemplate.config.output.uri` when using template. URI for the output file(s). For example, `gs://my-bucket/outputs/`. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
parentcorestring
project_idcorestring
project_numbercorestring
region_idcorestring
resource_namecorestring
start_timecoretimestampOutput only. The time the transcoding started.
statecorestringOutput only. The current state of the job.
tagscorehstore_csv
template_idcorestringInput only. Specify the `template_id` to use for populating `Job.config`. The default is `preset/web-hd`, which is the only supported preset. User defined JobTemplate: `{job_template_id}`
ttl_after_completion_dayscoreint64Job time to live value in days, which will be effective after job completion. Job should be deleted automatically after the given TTL. Enter a value between 1 and 90. The default is 30.
zone_idcorestring