Skip to content

Commit

Permalink
added warning to read me about multi output performance
Browse files Browse the repository at this point in the history
  • Loading branch information
buggedcom committed Jun 10, 2014
1 parent 2d71954 commit f6c6a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,8 @@ $output = $video->save($multi_output, null, Media::OVERWRITE_EXISTING);

All progress handlers also work with multiple output, however the caveats outlined for the ProgressHandlerPortable still apply.

**IMPORTANT** Whilst this is technically possibly, depending on your server and the number of outputs you are generating, it can be quicker to simply chain the requests together instead. See the [chaining processes example](https://github.com/buggedcom/phpvideotoolkit-v2/blob/master/examples/chaining-processes.php) for more information on method chaining.

###Accessing Executed Commands and the Command Line Buffer

There may be instances where things go wrong and PHPVideoToolkit hasn't correctly prevented or reported any encoding/decoding errors, or, you may just want to log what is going on. You can access any executed commands and the command lines output fairly simply as the example below shows.
Expand Down

0 comments on commit f6c6a1e

Please sign in to comment.