readme improvements part 3

This commit is contained in:
george 2018-10-02 14:46:41 +03:00
commit 706afe23d7

View file

@ -516,7 +516,7 @@ A format implements `FFMpeg\Format\FormatInterface`. To save to a video file,
use `FFMpeg\Format\VideoInterface`, and `FFMpeg\Format\AudioInterface` for
audio files.
A format can also extends `FFMpeg\Format\ProgressableInterface` to get realtime
A format can also extend `FFMpeg\Format\ProgressableInterface` to get realtime
information about the transcoding.
Predefined formats already provide progress information as events.