Update doc

This commit is contained in:
Karl Kroening 2017-05-13 19:48:03 -10:00
parent f131a9a3f9
commit 05af14b5c9

View File

@ -14,7 +14,7 @@ ffmpeg \
.run()
```
Or if you dislike fluent-style APIs:
Or if you prefer a non-fluent interface:
```
import ffmpeg
in = ffmpeg.file_input('input.mp4')