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.
Fields
| Title | ID | Type | Data Type | Description |
|---|
| _key | core | string | |
| ancestors | core | array<string> | |
| batch_mode_priority | core | int64 | The 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. |
| config | core | json | The configuration for this job. |
| create_time | core | timestamp | Output only. The time the job was created. |
| datadog_display_name | core | string | |
| end_time | core | timestamp | Output only. The time the transcoding finished. |
| error | core | json | Output only. An error object that describes the reason for the failure. This property is always present when ProcessingState is `FAILED`. |
| fill_content_gaps | core | bool | Optional. Insert silence and duplicate frames when timestamp gaps are detected in a given stream. |
| input_uri | core | string | Input 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). |
| labels | core | array<string> | The labels associated with this job. You can use these to organize and group your jobs. |
| mode | core | string | The processing mode of the job. The default is `PROCESSING_MODE_INTERACTIVE`. |
| name | core | string | The resource name of the job. Format: `projects/{project_number}/locations/{location}/jobs/{job}` |
| optimization | core | string | Optional. The optimization strategy of the job. The default is `AUTODETECT`. |
| organization_id | core | string | |
| output_uri | core | string | Input 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). |
| parent | core | string | |
| project_id | core | string | |
| project_number | core | string | |
| region_id | core | string | |
| resource_name | core | string | |
| start_time | core | timestamp | Output only. The time the transcoding started. |
| state | core | string | Output only. The current state of the job. |
| tags | core | hstore_csv | |
| template_id | core | string | Input 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_days | core | int64 | Job 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_id | core | string | |