diff --git a/README.rst b/README.rst index dfa5b237..518449c8 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Main Features * Media writers can write a new media file from either data given in a Numpy array or :code:`bytes` objects in a :code:`dict`. * Write Matplotlib figures to images or to a video (a simpler interface than Matplotlib's Animation writers). -* Read video data as a list of Pillow :code:`Image`s and write Pillow :code:`Image`s to a video stream. +* Read video data as a Pillow :code:`Image` sequence and write Pillow :code:`Image` to a video stream. * Probe media file information * Accepts all FFmpeg options including filter graphs * Transcode a media file to another in Python @@ -88,20 +88,20 @@ To import `ffmpegio` >>> import ffmpegio -- `Transcoding `_ -- `Read Audio Files `_ -- `Read Image Files / Capture Video Frames `_ -- `Read Video Files `_ -- `Read Multiple Files or Streams `_ -- `Write Audio, Image, & Video Files `_ -- `Filter Audio, Image, & Video Data `_ -- `Stream I/O `_ -- `Video from Matplotlib Figure