**To create a job template** The following ``create-job-template`` example creates a job template with the transcoding settings that are specified in the file ``job-template.json`` that resides on your system. :: aws mediaconvert create-job-template \ --endpoint-url https://abcd1234.mediaconvert.region-name-1.amazonaws.com \ --region region-name-1 \ --name JobTemplate1 \ --cli-input-json file://~/job-template.json If you create your job template JSON file by using ``get-job-template`` and then modifying the file, remove the ``JobTemplate`` object, but keep the `Settings` child object inside it. Also, make sure to remove the following key-value pairs: ``LastUpdated``, ``Arn``, ``Type``, and ``CreatedAt``. You can specific the category, description, name, and queue either in the JSON file or at the command line. To get your account-specific endpoint, use ``describe-endpoints``, or send the command without the endpoint. The service returns an error and your endpoint. If your request is successful, the service returns the JSON specification for the job template that you created. For more information, see `Working with AWS Elemental MediaConvert Job Templates <https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-job-templates.html>`_ in the *AWS Elemental MediaConvert User Guide*.
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
cancel-job.rst | File | 736 B | 0644 |
|
create-job-template.rst | File | 1.32 KB | 0644 |
|
create-job.rst | File | 1.16 KB | 0644 |
|
create-preset.rst | File | 1.04 KB | 0644 |
|
create-queue.rst | File | 1.07 KB | 0644 |
|
delete-job-template.rst | File | 617 B | 0644 |
|
delete-preset.rst | File | 589 B | 0644 |
|
delete-queue.rst | File | 725 B | 0644 |
|
describe-endpoints.rst | File | 591 B | 0644 |
|
get-job-template.rst | File | 1.02 KB | 0644 |
|
get-job.rst | File | 1.71 KB | 0644 |
|
get-preset.rst | File | 4.37 KB | 0644 |
|
get-queue.rst | File | 887 B | 0644 |
|
list-job-templates.rst | File | 5.16 KB | 0644 |
|
list-jobs.rst | File | 646 B | 0644 |
|
list-presets.rst | File | 2.94 KB | 0644 |
|
list-queues.rst | File | 2.12 KB | 0644 |
|
list-tags-for-resource.rst | File | 846 B | 0644 |
|
update-job-template.rst | File | 4.88 KB | 0644 |
|
update-preset.rst | File | 966 B | 0644 |
|
update-queue.rst | File | 909 B | 0644 |
|