Update doc
This commit is contained in:
parent
31a5e854ce
commit
85a0d11dd8
1 changed files with 2 additions and 2 deletions
|
|
@ -14,12 +14,12 @@ and `Monolog <https://github.com/Seldaek/monolog>`_.
|
||||||
Design
|
Design
|
||||||
------
|
------
|
||||||
|
|
||||||
This library is designed to deal with legacy binaries of FFMpeg. We do not rely
|
This library is designed to deal with legacy binaries of FFMpeg. It does not rely
|
||||||
on the FFmpeg extension.
|
on the FFmpeg extension.
|
||||||
|
|
||||||
This library is object oriented, this means that nearly everything is an object,
|
This library is object oriented, this means that nearly everything is an object,
|
||||||
or ought to be. So you won't find any out of-the-box function to extract
|
or ought to be. So you won't find any out of-the-box function to extract
|
||||||
images or encode video. This provides a testable design and a fail fast behavior.
|
images or encode video. This design is headed for tests and a fail fast behavior.
|
||||||
We hope you'll enjoy it !
|
We hope you'll enjoy it !
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue