Download the PHP package wheredia/elastic-transcoder-aws without Composer
On this page you can find all versions of the php package wheredia/elastic-transcoder-aws. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wheredia/elastic-transcoder-aws
More information about wheredia/elastic-transcoder-aws
Files in wheredia/elastic-transcoder-aws
Package elastic-transcoder-aws
Short Description Amazon Elastic Transcoder.
License MIT
Homepage https://github.com/w-heredia/elastic-transcoder-php
Informations about the package elastic-transcoder-aws
Elastic Transcoder PHP Class
PHP class for interacting with Amazon Elastic Transcoder that does not require PEAR.
Usage
Object-oriented method:
Statically:
Note: us-east-1 is the default AWS region setting. The third parameter is optional for us-east-1 users.
Job Operations
Creating a transcoding job:
List jobs by pipeline:
List jobs by status:
Get job info:
Cancel a job:
Pipeline Operations
Create a new pipeline:
Get a list pipelines:
Get info about a pipeline:
Update pipeline settings:
Change the status of a pipeline (active/paused):
Update pipeline notification settings:
Delete a pipeline:
Test the settings for a pipeline:
Preset Operations
Create a preset:
List all presets:
Get info about a preset:
Delete a preset:
Misc.
Set AWS authentication credentials:
Set AWS region:
Get HTTP status code of server response:
Get server response:
Get error message, if any:
More Information:
Getting Started with Elastic Transcoder
License
Released under the MIT license.