Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS Elemental MediaConvert CreateJob Example Using the AWS CLI - AWS Elemental MediaConvert API Reference

AWS Elemental MediaConvert CreateJob Example Using the AWS CLI

A job does the work of transcoding a media file. When you create a job using the AWS CLI, you specify the job settings that AWS Elemental MediaConvert requires to perform the transcoding.

To create a transcoding job using the AWS CLI:
  • Specify your job settings with --cli-input-json:

    aws mediaconvert create-job \ --region region-name-1 \ --cli-input-json file://job.json

    In the preceding example, job.json specifies your job settings. You can use the MediaConvert console to generate the JSON job specification. For more information and sample job specifications, see Creating Your Job Specification.

    For more information about how to create a job using the AWS CLI, see the AWS CLI command reference.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.