404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.14.252.26: ~ $
**To retrieve a list of ElasticTranscoder presets**

This example retrieves a list of ElasticTranscoder presets.

Command::

  aws elastictranscoder list-presets --max-items 2

Output::
	
  {
    "Presets": [
        {
            "Container": "mp4",
            "Name": "KindleFireHD-preset",
            "Video": {
                "Resolution": "1280x720",
                "FrameRate": "30",
                "KeyframesMaxDist": "90",
                "FixedGOP": "false",
                "Codec": "H.264",
                "Watermarks": [],
                "CodecOptions": {
                    "Profile": "main",
                    "MaxReferenceFrames": "3",
                    "ColorSpaceConversionMode": "None",
                    "InterlacedMode": "Progressive",
                    "Level": "4"
                },
                "AspectRatio": "16:9",
                "BitRate": "2200"
            },
            "Audio": {
                "Channels": "2",
                "CodecOptions": {
                    "Profile": "AAC-LC"
                },
                "SampleRate": "48000",
                "Codec": "AAC",
                "BitRate": "160"
            },
            "Type": "Custom",
            "Id": "3333333333333-abcde2",
            "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:preset/3333333333333-abcde2",
            "Thumbnails": {
                "AspectRatio": "16:9",
                "Interval": "60",
                "Resolution": "192x108",
                "Format": "png"
            }
        },
        {
            "Thumbnails": {
                "AspectRatio": "16:9",
                "Interval": "60",
                "Resolution": "192x108",
                "Format": "png"
            },
            "Container": "mp4",
            "Description": "Custom preset for transcoding jobs",
            "Video": {
                "Resolution": "1280x720",
                "FrameRate": "30",
                "KeyframesMaxDist": "90",
                "FixedGOP": "false",
                "Codec": "H.264",
                "Watermarks": [],
                "CodecOptions": {
                    "Profile": "main",
                    "MaxReferenceFrames": "3",
                    "ColorSpaceConversionMode": "None",
                    "InterlacedMode": "Progressive",
                    "Level": "3.1"
                },
                "AspectRatio": "16:9",
                "BitRate": "2200"
            },
            "Audio": {
                "Channels": "2",
                "CodecOptions": {
                    "Profile": "AAC-LC"
                },
                "SampleRate": "44100",
                "Codec": "AAC",
                "BitRate": "160"
            },
            "Type": "Custom",
            "Id": "3333333333333-abcde3",
            "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:preset/3333333333333-abcde3",
            "Name": "Roman's Preset"
        }
    ],
    "NextToken": "eyJQYWdlVG9rZW4iOiBudWxsLCAiYm90b190cnVuY2F0ZV9hbW91bnQiOiAyfQ=="
  }
 

Filemanager

Name Type Size Permission Actions
cancel-job.rst File 171 B 0644
create-job.rst File 2.66 KB 0644
create-pipeline.rst File 3.3 KB 0644
create-preset.rst File 4.11 KB 0644
delete-pipeline.rst File 229 B 0644
delete-preset.rst File 184 B 0644
list-jobs-by-pipeline.rst File 284 B 0644
list-jobs-by-status.rst File 268 B 0644
list-pipelines.rst File 2.73 KB 0644
list-presets.rst File 2.97 KB 0644
read-job.rst File 1.78 KB 0644
read-pipeline.rst File 1.89 KB 0644
read-preset.rst File 3.32 KB 0644
update-pipeline-notifications.rst File 1.9 KB 0644
update-pipeline-status.rst File 1.54 KB 0644
update-pipeline.rst File 3.27 KB 0644