---
title: "POST /v1/{+parent}/jobTemplates"
method: POST
path: "/v1/{+parent}/jobTemplates"
tags: ["projects"]
---

# POST /v1/{+parent}/jobTemplates

`POST /v1/{+parent}/jobTemplates`

Creates a job template in the specified region.

## Path parameters

- `parent` string, required

## Query parameters

- `jobTemplateId` string

## Request body

- JobTemplate — Transcoding job template resource.
  - `name` string — The resource name of the job template. Format: `projects/{project_number}/locations/{location}/jobTemplates/{job_template}`
  - `config` JobConfig — Job configuration
    - `encryptions` Encryption[] — List of encryption configurations for the content. Each configuration has an ID. Specify this ID in the MuxStream.encryption_id field to indicate the configuration to use for that `MuxStream` output.
      - `drmSystems` DrmSystems — Defines configuration for DRM systems in use.
        - `fairplay` Fairplay — Fairplay configuration.
        - `playready` Playready — Playready configuration.
        - `clearkey` Clearkey — Clearkey configuration.
        - `widevine` Widevine — Widevine configuration.
      - `aes128` Aes128Encryption — Configuration for AES-128 encryption.
      - `sampleAes` SampleAesEncryption — Configuration for SAMPLE-AES encryption.
      - `mpegCenc` MpegCommonEncryption — Configuration for MPEG Common Encryption (MPEG-CENC).
        - `scheme` string — Required. Specify the encryption scheme. Supported encryption schemes: - `cenc` - `cbcs`
      - `secretManagerKeySource` SecretManagerSource — Configuration for secrets stored in Google Secret Manager.
        - `secretVersion` string — Required. The name of the Secret Version containing the encryption key in the following format: `projects/{project}/secrets/{secret_id}/versions/{version_number}` Note that only numbered versions are supported. Aliases like "latest" are not supported.
      - `id` string — Required. Identifier for this set of encryption options.
    - `manifests` Manifest[] — List of output manifests.
      - `type` 'MANIFEST_TYPE_UNSPECIFIED' | 'HLS' | 'DASH' — Required. Type of the manifest.
      - `muxStreams` string[] — Required. List of user supplied MuxStream.key values that should appear in this manifest. When Manifest.type is `HLS`, a media manifest with name MuxStream.key and `.m3u8` extension is generated for each element in this list.
      - `dash` DashConfig — `DASH` manifest configuration.
        - `segmentReferenceScheme` 'SEGMENT_REFERENCE_SCHEME_UNSPECIFIED' | 'SEGMENT_LIST' | 'SEGMENT_TEMPLATE_NUMBER' — The segment reference scheme for a `DASH` manifest. The default is `SEGMENT_LIST`.
      - `fileName` string — The name of the generated file. The default is `manifest` with the extension suffix corresponding to the Manifest.type.
    - `inputs` Input[] — List of input assets stored in Cloud Storage.
      - `uri` string — 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`). If empty, the value is populated from Job.input_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
      - `preprocessingConfig` PreprocessingConfig — Preprocessing configurations.
        - `denoise` Denoise — Denoise preprocessing configuration. **Note:** This configuration is not supported.
          - `tune` string — Set the denoiser mode. The default is `standard`. Supported denoiser modes: - `standard` - `grain`
          - `strength` number, double — Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.
        - `pad` Pad — Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.
          - `leftPixels` integer — The number of pixels to add to the left. The default is 0.
          - `bottomPixels` integer — The number of pixels to add to the bottom. The default is 0.
          - `rightPixels` integer — The number of pixels to add to the right. The default is 0.
          - `topPixels` integer — The number of pixels to add to the top. The default is 0.
        - `audio` Audio — Audio preprocessing configuration.
          - `highBoost` boolean — Enable boosting high frequency components. The default is `false`. **Note:** This field is not supported.
          - `lowBoost` boolean — Enable boosting low frequency components. The default is `false`. **Note:** This field is not supported.
          - `lufs` number, double — Specify audio loudness normalization in loudness units relative to full scale (LUFS). Enter a value between -24 and 0 (the default), where: * -24 is the Advanced Television Systems Committee (ATSC A/85) standard * -23 is the EU R128 broadcast standard * -19 is the prior standard for online mono audio * -18 is the ReplayGain standard * -16 is the prior standard for stereo audio * -14 is the new online audio standard recommended by Spotify, as well as Amazon Echo * 0 disables normalization
        - `deinterlace` Deinterlace — Deinterlace configuration for input video.
          - `bwdif` BwdifConfig — Bob Weaver Deinterlacing Filter Configuration.
            - `parity` string — The picture field parity assumed for the input interlaced video. The default is `auto`. Supported values: - `tff`: Assume the top field is first - `bff`: Assume the bottom field is first - `auto`: Enable automatic detection of field parity
            - `deinterlaceAllFrames` boolean — Deinterlace all frames rather than just the frames identified as interlaced. The default is `false`.
            - `mode` string — Specifies the deinterlacing mode to adopt. The default is `send_frame`. Supported values: - `send_frame`: Output one frame for each frame - `send_field`: Output one frame for each field
          - `yadif` YadifConfig — Yet Another Deinterlacing Filter Configuration.
            - `mode` string — Specifies the deinterlacing mode to adopt. The default is `send_frame`. Supported values: - `send_frame`: Output one frame for each frame - `send_field`: Output one frame for each field
            - `disableSpatialInterlacing` boolean — Disable spacial interlacing. The default is `false`.
            - `deinterlaceAllFrames` boolean — Deinterlace all frames rather than just the frames identified as interlaced. The default is `false`.
            - `parity` string — The picture field parity assumed for the input interlaced video. The default is `auto`. Supported values: - `tff`: Assume the top field is first - `bff`: Assume the bottom field is first - `auto`: Enable automatic detection of field parity
        - `deblock` Deblock — Deblock preprocessing configuration. **Note:** This configuration is not supported.
          - `strength` number, double — Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.
          - `enabled` boolean — Enable deblocker. The default is `false`.
        - `crop` Crop — Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.
          - `leftPixels` integer — The number of pixels to crop from the left. The default is 0.
          - `topPixels` integer — The number of pixels to crop from the top. The default is 0.
          - `bottomPixels` integer — The number of pixels to crop from the bottom. The default is 0.
          - `rightPixels` integer — The number of pixels to crop from the right. The default is 0.
        - `color` Color — Color preprocessing configuration. **Note:** This configuration is not supported.
          - `saturation` number, double — Control color saturation of the video. Enter a value between -1 and 1, where -1 is fully desaturated and 1 is maximum saturation. 0 is no change. The default is 0.
          - `contrast` number, double — Control black and white contrast of the video. Enter a value between -1 and 1, where -1 is minimum contrast and 1 is maximum contrast. 0 is no change. The default is 0.
          - `brightness` number, double — Control brightness of the video. Enter a value between -1 and 1, where -1 is minimum brightness and 1 is maximum brightness. 0 is no change. The default is 0.
      - `attributes` InputAttributes — Input attributes that provide additional information about the input asset.
        - `trackDefinitions` TrackDefinition[] — Optional. A list of track definitions for the input asset.
          - `inputTrack` integer — The input track.
          - `languages` string[] — Optional. A list of languages spoken in the input asset, represented by a BCP 47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
          - `detectLanguages` boolean — Optional. Whether to automatically detect the languages present in the track. If true, the system will attempt to identify all the languages present in the track and populate the languages field.
          - `detectedLanguages` string[] — Output only. A list of languages detected in the input asset, represented by a BCP 47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. This field is only populated if the detect_languages field is set to true.
      - `key` string — A unique key for this input. Must be specified when using advanced mapping and edit lists.
    - `output` Output — Location of output file(s) in a Cloud Storage bucket.
      - `uri` string — URI for the output file(s). For example, `gs://my-bucket/outputs/`. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
    - `muxStreams` MuxStream[] — List of multiplexing settings for output streams.
      - `elementaryStreams` string[] — List of ElementaryStream.key values multiplexed in this stream.
      - `encryptionId` string — Identifier of the encryption configuration to use. If omitted, output will be unencrypted.
      - `container` string — The container format. The default is `mp4` Supported streaming formats: - `ts` - `fmp4`- the corresponding file extension is `.m4s` Supported standalone file formats: - `mp4` - `mp3` - `ogg` - `vtt` See also: [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats)
      - `segmentSettings` SegmentSettings — Segment settings for `ts`, `fmp4` and `vtt`.
        - `segmentDuration` string, google-duration — Duration of the segments in seconds. The default is `6.0s`. Note that `segmentDuration` must be greater than or equal to [`gopDuration`](#videostream), and `segmentDuration` must be divisible by [`gopDuration`](#videostream).
        - `individualSegments` boolean — Required. Create an individual segment file. The default is `false`.
      - `fmp4` Fmp4Config — `fmp4` container configuration.
        - `codecTag` string — Optional. Specify the codec tag string that will be used in the media bitstream. When not specified, the codec appropriate value is used. Supported H265 codec tags: - `hvc1` (default) - `hev1`
      - `fileName` string — The name of the generated file. The default is MuxStream.key with the extension suffix corresponding to the MuxStream.container. Individual segments also have an incremental 10-digit zero-padded suffix starting from 0 before the extension, such as `mux_stream0000000123.ts`.
      - `key` string — A unique key for this multiplexed stream.
    - `elementaryStreams` ElementaryStream[] — List of elementary streams.
      - `audioStream` AudioStream — Audio stream resource.
        - `displayName` string — The name for this particular audio stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.
        - `channelCount` integer — Number of audio channels. Must be between 1 and 6. The default is 2.
        - `channelLayout` string[] — A list of channel names specifying layout of the audio channels. This only affects the metadata embedded in the container headers, if supported by the specified format. The default is `["fl", "fr"]`. Supported channel names: - `fl` - Front left channel - `fr` - Front right channel - `sl` - Side left channel - `sr` - Side right channel - `fc` - Front center channel - `lfe` - Low frequency
        - `mapping` AudioMapping[] — The mapping for the JobConfig.edit_list atoms with audio EditAtom.inputs.
          - `gainDb` number, double — Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.
          - `atomKey` string — Required. The EditAtom.key that references the atom with audio inputs in the JobConfig.edit_list.
          - `inputTrack` integer — Required. The zero-based index of the track in the input file.
          - `inputKey` string — Required. The Input.key that identifies the input file.
          - `outputChannel` integer — Required. The zero-based index of the channel in the output audio stream.
          - `inputChannel` integer — Required. The zero-based index of the channel in the input audio stream.
        - `bitrateBps` integer — Required. Audio bitrate in bits per second. Must be between 1 and 10,000,000.
        - `codec` string — The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3` - `vorbis`
        - `sampleRateHertz` integer — The audio sample rate in Hertz. The default is 48000 Hertz.
        - `languageCode` string — The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.
      - `textStream` TextStream — Encoding of a text stream. For example, closed captions or subtitles.
        - `languageCode` string — The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.
        - `mapping` TextMapping[] — The mapping for the JobConfig.edit_list atoms with text EditAtom.inputs.
          - `inputKey` string — Required. The Input.key that identifies the input file.
          - `atomKey` string — Required. The EditAtom.key that references atom with text inputs in the JobConfig.edit_list.
          - `inputTrack` integer — Required. The zero-based index of the track in the input file.
        - `codec` string — The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
        - `displayName` string — The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.
      - `key` string — A unique key for this elementary stream.
      - `videoStream` VideoStream — Video stream resource.
        - `h264` H264CodecSettings — H264 codec settings.
          - `bPyramid` boolean — Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
          - `widthPixels` integer — The width of the video in pixels. Must be an even integer. When not specified, the width is adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used. For portrait videos that contain horizontal ASR and rotation metadata, provide the width, in pixels, per the horizontal ASR. The API calculates the height per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
          - `pixelFormat` string — Pixel format to use. The default is `yuv420p`. Supported pixel formats: - `yuv420p` pixel format - `yuv422p` pixel format - `yuv444p` pixel format - `yuv420p10` 10-bit HDR pixel format - `yuv422p10` 10-bit HDR pixel format - `yuv444p10` 10-bit HDR pixel format - `yuv420p12` 12-bit HDR pixel format - `yuv422p12` 12-bit HDR pixel format - `yuv444p12` 12-bit HDR pixel format
          - `rateControlMode` string — Specify the mode. The default is `vbr`. Supported rate control modes: - `vbr` - variable bitrate - `crf` - constant rate factor
          - `gopFrameCount` integer — Select the GOP size based on the specified frame count. Must be greater than zero.
          - `preset` string — Enforces the specified codec preset. The default is `veryfast`. The available options are [FFmpeg-compatible](https://trac.ffmpeg.org/wiki/Encode/H.264#Preset). Note that certain values for this field may cause the transcoder to override other fields you set in the `H264CodecSettings` message.
          - `sdr` H264ColorFormatSDR — Convert the input video to a Standard Dynamic Range (SDR) video.
          - `tune` string — Enforces the specified codec tune. The available options are [FFmpeg-compatible](https://trac.ffmpeg.org/wiki/Encode/H.264#Tune). Note that certain values for this field may cause the transcoder to override other fields you set in the `H264CodecSettings` message.
          - `aqStrength` number, double — Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
          - `heightPixels` integer — The height of the video in pixels. Must be an even integer. When not specified, the height is adjusted to match the specified width and input aspect ratio. If both are omitted, the input height is used. For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API calculates the width per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
          - `vbvFullnessBits` integer — Initial fullness of the Video Buffering Verifier (VBV) buffer in bits. Must be greater than zero. The default is equal to 90% of H264CodecSettings.vbv_size_bits.
          - `bitrateBps` integer — Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value is 800,000,000.
          - `hlg` H264ColorFormatHLG — Convert the input video to a Hybrid Log Gamma (HLG) video.
          - `frameRateConversionStrategy` 'FRAME_RATE_CONVERSION_STRATEGY_UNSPECIFIED' | 'DOWNSAMPLE' | 'DROP_DUPLICATE' — Optional. Frame rate conversion strategy for desired frame rate. The default is `DOWNSAMPLE`.
          - `enableTwoPass` boolean — Use two-pass encoding strategy to achieve better video quality. H264CodecSettings.rate_control_mode must be `vbr`. The default is `false`.
          - `vbvSizeBits` integer — Size of the Video Buffering Verifier (VBV) buffer in bits. Must be greater than zero. The default is equal to H264CodecSettings.bitrate_bps.
          - `gopDuration` string, google-duration — Select the GOP size based on the specified duration. The default is `3s`. Note that `gopDuration` must be less than or equal to [`segmentDuration`](#SegmentSettings), and [`segmentDuration`](#SegmentSettings) must be divisible by `gopDuration`.
          - `frameRate` number, double — Required. The target video frame rate in frames per second (FPS). Must be less than or equal to 120.
          - `allowOpenGop` boolean — Specifies whether an open Group of Pictures (GOP) structure should be allowed or not. The default is `false`.
          - `crfLevel` integer — Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
          - `bFrameCount` integer — The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than H264CodecSettings.gop_frame_count if set. The default is 0.
          - `entropyCoder` string — The entropy coder to use. The default is `cabac`. Supported entropy coders: - `cavlc` - `cabac`
          - `profile` string — Enforces the specified codec profile. The following profiles are supported: * `baseline` * `main` * `high` (default) The available options are [FFmpeg-compatible](https://trac.ffmpeg.org/wiki/Encode/H.264#Tune). Note that certain values for this field may cause the transcoder to override other fields you set in the `H264CodecSettings` message.
        - `h265` H265CodecSettings — H265 codec settings.
          - `heightPixels` integer — The height of the video in pixels. Must be an even integer. When not specified, the height is adjusted to match the specified width and input aspect ratio. If both are omitted, the input height is used. For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API calculates the width per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
          - `vbvFullnessBits` integer — Initial fullness of the Video Buffering Verifier (VBV) buffer in bits. Must be greater than zero. The default is equal to 90% of H265CodecSettings.vbv_size_bits.
          - `bitrateBps` integer — Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value is 800,000,000.
          - `hlg` H265ColorFormatHLG — Convert the input video to a Hybrid Log Gamma (HLG) video.
          - `hdr10` H265ColorFormatHDR10 — Convert the input video to a High Dynamic Range 10 (HDR10) video.
          - `bPyramid` boolean — Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
          - `widthPixels` integer — The width of the video in pixels. Must be an even integer. When not specified, the width is adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used. For portrait videos that contain horizontal ASR and rotation metadata, provide the width, in pixels, per the horizontal ASR. The API calculates the height per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
          - `pixelFormat` string — Pixel format to use. The default is `yuv420p`. Supported pixel formats: - `yuv420p` pixel format - `yuv422p` pixel format - `yuv444p` pixel format - `yuv420p10` 10-bit HDR pixel format - `yuv422p10` 10-bit HDR pixel format - `yuv444p10` 10-bit HDR pixel format - `yuv420p12` 12-bit HDR pixel format - `yuv422p12` 12-bit HDR pixel format - `yuv444p12` 12-bit HDR pixel format
          - `rateControlMode` string — Specify the mode. The default is `vbr`. Supported rate control modes: - `vbr` - variable bitrate - `crf` - constant rate factor
          - `gopFrameCount` integer — Select the GOP size based on the specified frame count. Must be greater than zero.
          - `preset` string — Enforces the specified codec preset. The default is `veryfast`. The available options are [FFmpeg-compatible](https://trac.ffmpeg.org/wiki/Encode/H.265). Note that certain values for this field may cause the transcoder to override other fields you set in the `H265CodecSettings` message.
          - `sdr` H265ColorFormatSDR — Convert the input video to a Standard Dynamic Range (SDR) video.
          - `tune` string — Enforces the specified codec tune. The available options are [FFmpeg-compatible](https://trac.ffmpeg.org/wiki/Encode/H.265). Note that certain values for this field may cause the transcoder to override other fields you set in the `H265CodecSettings` message.
          - `aqStrength` number, double — Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
          - `frameRate` number, double — Required. The target video frame rate in frames per second (FPS). Must be less than or equal to 120.
          - `allowOpenGop` boolean — Specifies whether an open Group of Pictures (GOP) structure should be allowed or not. The default is `false`.
          - `crfLevel` integer — Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
          - `bFrameCount` integer — The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than H265CodecSettings.gop_frame_count if set. The default is 0.
          - `profile` string — Enforces the specified codec profile. The following profiles are supported: * 8-bit profiles * `main` (default) * `main-intra` * `mainstillpicture` * 10-bit profiles * `main10` (default) * `main10-intra` * `main422-10` * `main422-10-intra` * `main444-10` * `main444-10-intra` * 12-bit profiles * `main12` (default) * `main12-intra` * `main422-12` * `main422-12-intra` * `main444-12` * `main444-12-intra` The available options are [FFmpeg-compatible](https://x265.readthedocs.io/). Note that certain values for this field may cause the transcoder to override other fields you set in the `H265CodecSettings` message.
          - `frameRateConversionStrategy` 'FRAME_RATE_CONVERSION_STRATEGY_UNSPECIFIED' | 'DOWNSAMPLE' | 'DROP_DUPLICATE' — Optional. Frame rate conversion strategy for desired frame rate. The default is `DOWNSAMPLE`.
          - `enableTwoPass` boolean — Use two-pass encoding strategy to achieve better video quality. H265CodecSettings.rate_control_mode must be `vbr`. The default is `false`.
          - `vbvSizeBits` integer — Size of the Video Buffering Verifier (VBV) buffer in bits. Must be greater than zero. The default is equal to `VideoStream.bitrate_bps`.
          - `gopDuration` string, google-duration — Select the GOP size based on the specified duration. The default is `3s`. Note that `gopDuration` must be less than or equal to [`segmentDuration`](#SegmentSettings), and [`segmentDuration`](#SegmentSettings) must be divisible by `gopDuration`.
        - `vp9` Vp9CodecSettings — VP9 codec settings.
          - `profile` string — Enforces the specified codec profile. The following profiles are supported: * `profile0` (default) * `profile1` * `profile2` * `profile3` The available options are [WebM-compatible](https://www.webmproject.org/vp9/profiles/). Note that certain values for this field may cause the transcoder to override other fields you set in the `Vp9CodecSettings` message.
          - `crfLevel` integer — Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21. **Note:** This field is not supported.
          - `frameRate` number, double — Required. The target video frame rate in frames per second (FPS). Must be less than or equal to 120.
          - `gopDuration` string, google-duration — Select the GOP size based on the specified duration. The default is `3s`. Note that `gopDuration` must be less than or equal to [`segmentDuration`](#SegmentSettings), and [`segmentDuration`](#SegmentSettings) must be divisible by `gopDuration`.
          - `frameRateConversionStrategy` 'FRAME_RATE_CONVERSION_STRATEGY_UNSPECIFIED' | 'DOWNSAMPLE' | 'DROP_DUPLICATE' — Optional. Frame rate conversion strategy for desired frame rate. The default is `DOWNSAMPLE`.
          - `bitrateBps` integer — Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value is 480,000,000.
          - `hlg` Vp9ColorFormatHLG — Convert the input video to a Hybrid Log Gamma (HLG) video.
          - `heightPixels` integer — The height of the video in pixels. Must be an even integer. When not specified, the height is adjusted to match the specified width and input aspect ratio. If both are omitted, the input height is used. For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API calculates the width per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
          - `sdr` Vp9ColorFormatSDR — Convert the input video to a Standard Dynamic Range (SDR) video.
          - `widthPixels` integer — The width of the video in pixels. Must be an even integer. When not specified, the width is adjusted to match the specified height and input aspect ratio. If both are omitted, the input width is used. For portrait videos that contain horizontal ASR and rotation metadata, provide the width, in pixels, per the horizontal ASR. The API calculates the height per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
          - `pixelFormat` string — Pixel format to use. The default is `yuv420p`. Supported pixel formats: - `yuv420p` pixel format - `yuv422p` pixel format - `yuv444p` pixel format - `yuv420p10` 10-bit HDR pixel format - `yuv422p10` 10-bit HDR pixel format - `yuv444p10` 10-bit HDR pixel format - `yuv420p12` 12-bit HDR pixel format - `yuv422p12` 12-bit HDR pixel format - `yuv444p12` 12-bit HDR pixel format
          - `rateControlMode` string — Specify the mode. The default is `vbr`. Supported rate control modes: - `vbr` - variable bitrate
          - `gopFrameCount` integer — Select the GOP size based on the specified frame count. Must be greater than zero.
    - `pubsubDestination` PubsubDestination — A Pub/Sub destination.
      - `topic` string — The name of the Pub/Sub topic to publish job completion notification to. For example: `projects/{project}/topics/{topic}`.
    - `editList` EditAtom[] — List of edit atoms. Defines the ultimate timeline of the resulting file or manifest.
      - `inputs` string[] — List of Input.key values identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
      - `key` string — A unique key for this atom. Must be specified when using advanced mapping.
      - `endTimeOffset` string, google-duration — End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
      - `startTimeOffset` string, google-duration — Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
    - `overlays` Overlay[] — List of overlays on the output video, in descending Z-order.
      - `image` Image — Overlaid image.
        - `resolution` NormalizedCoordinate — 2D normalized coordinates. Default: `{0.0, 0.0}`
          - `x` number, double — Normalized x coordinate.
          - `y` number, double — Normalized y coordinate.
        - `alpha` number, double — Target image opacity. Valid values are from `1.0` (solid, default) to `0.0` (transparent), exclusive. Set this to a value greater than `0.0`.
        - `uri` string — Required. URI of the image in Cloud Storage. For example, `gs://bucket/inputs/image.png`. Only PNG and JPEG images are supported.
      - `animations` Animation[] — List of animations. The list should be chronological, without any time overlap.
        - `animationStatic` AnimationStatic — Display static overlay object.
          - `startTimeOffset` string, google-duration — The time to start displaying the overlay object, in seconds. Default: 0
          - `xy` NormalizedCoordinate — 2D normalized coordinates. Default: `{0.0, 0.0}`
            - `x` number, double — Normalized x coordinate.
            - `y` number, double — Normalized y coordinate.
        - `animationEnd` 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.
          - `startTimeOffset` string, google-duration — The time to end overlay object, in seconds. Default: 0
        - `animationFade` AnimationFade — Display overlay object with fade animation.
          - `startTimeOffset` string, google-duration — The time to start the fade animation, in seconds. Default: 0
          - `endTimeOffset` string, google-duration — The time to end the fade animation, in seconds. Default: `start_time_offset` + 1s
          - `xy` NormalizedCoordinate — 2D normalized coordinates. Default: `{0.0, 0.0}`
            - `x` number, double — Normalized x coordinate.
            - `y` number, double — Normalized y coordinate.
          - `fadeType` 'FADE_TYPE_UNSPECIFIED' | 'FADE_IN' | 'FADE_OUT' — Required. Type of fade animation: `FADE_IN` or `FADE_OUT`.
    - `adBreaks` AdBreak[] — List of ad breaks. Specifies where to insert ad break tags in the output manifests.
      - `startTimeOffset` string, google-duration — Start time in seconds for the ad break, relative to the output file timeline. The default is `0s`.
    - `spriteSheets` SpriteSheet[] — List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
      - `startTimeOffset` string, google-duration — Start time in seconds, relative to the output file timeline. Determines the first sprite to pick. The default is `0s`.
      - `endTimeOffset` string, google-duration — End time in seconds, relative to the output file timeline. When `end_time_offset` is not specified, the sprites are generated until the end of the output file.
      - `spriteHeightPixels` integer — Required. The height of sprite in pixels. Must be an even integer. To preserve the source aspect ratio, set the SpriteSheet.sprite_height_pixels field or the SpriteSheet.sprite_width_pixels field, but not both (the API will automatically calculate the missing field). For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API calculates the width per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
      - `format` string — Format type. The default is `jpeg`. Supported formats: - `jpeg`
      - `columnCount` integer — The maximum number of sprites per row in a sprite sheet. The default is 0, which indicates no maximum limit.
      - `rowCount` integer — The maximum number of rows per sprite sheet. When the sprite sheet is full, a new sprite sheet is created. The default is 0, which indicates no maximum limit.
      - `quality` integer — The quality of the generated sprite sheet. Enter a value between 1 and 100, where 1 is the lowest quality and 100 is the highest quality. The default is 100. A high quality value corresponds to a low image data compression ratio.
      - `spriteWidthPixels` integer — Required. The width of sprite in pixels. Must be an even integer. To preserve the source aspect ratio, set the SpriteSheet.sprite_width_pixels field or the SpriteSheet.sprite_height_pixels field, but not both (the API will automatically calculate the missing field). For portrait videos that contain horizontal ASR and rotation metadata, provide the width, in pixels, per the horizontal ASR. The API calculates the height per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
      - `filePrefix` string — Required. File name prefix for the generated sprite sheets. Each sprite sheet has an incremental 10-digit zero-padded suffix starting from 0 before the extension, such as `sprite_sheet0000000123.jpeg`.
      - `interval` string, google-duration — Starting from `0s`, create sprites at regular intervals. Specify the interval value in seconds.
      - `totalCount` integer — Total number of sprites. Create the specified number of sprites distributed evenly across the timeline of the output media. The default is 100.
  - `labels` object — The labels associated with this job template. You can use these to organize and group your job templates.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/transcoder.md) · [All operations](https://skmtc.dev/google/apis/transcoder/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/transcoder/revisions/87d0e7a842a6/schema)
