Skip to content

Commit

Permalink
removed encoder version variable from example
Browse files Browse the repository at this point in the history
  • Loading branch information
jschausberger committed Sep 6, 2018
1 parent 0490c39 commit 2c66d72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/CeatePerTitleEncodingMp4.php
Expand Up @@ -31,7 +31,6 @@

$encodingName = 'PHP Example - Per Title';
$encodingRegion = CloudRegion::AUTO;
$encoderVersion = '<INSERT ENCODER VERSION>';

$inputS3AccessKey = '<INSERT_YOUR_ACCESS_KEY>';
$inputS3SecretKey = '<INSERT_YOUR_SECRET_KEY>';
Expand Down Expand Up @@ -186,7 +185,6 @@ function startEncoding($apiClient, $encoding)
$perTitle = new PerTitle();
$perTitle->setH264PerTitleConfiguration($h264PerTitleConfiguration);


$startEncodingRequest = new StartEncodingRequest();
$startEncodingRequest->setEncodingMode(EncodingMode::THREE_PASS);
$startEncodingRequest->setPerTitle($perTitle);
Expand Down

0 comments on commit 2c66d72

Please sign in to comment.