Skip to content

Commit f6c6a1e

Browse files
committed
added warning to read me about multi output performance
1 parent 2d71954 commit f6c6a1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ $output = $video->save($multi_output, null, Media::OVERWRITE_EXISTING);
598598

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

601+
**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.
602+
601603
###Accessing Executed Commands and the Command Line Buffer
602604

603605
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.

0 commit comments

Comments
 (0)