From 706afe23d78c2658967b910ac63ae6631675d148 Mon Sep 17 00:00:00 2001 From: george Date: Tue, 2 Oct 2018 14:46:41 +0300 Subject: [PATCH] readme improvements part 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88ebc89..27f1249 100644 --- a/README.md +++ b/README.md @@ -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.