From 7a30ef4a3b5358363fa4ee2413624b66a2f99b6a Mon Sep 17 00:00:00 2001 From: h0rn3z0r <8987403+h0rn3z0r@users.noreply.github.com> Date: Tue, 2 Mar 2021 19:45:38 +0300 Subject: [PATCH] fix readme typo (#694) Co-authored-by: Jens Hausdorf Co-authored-by: Romain Biard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97650bc..5cbeab8 100644 --- a/README.md +++ b/README.md @@ -503,7 +503,7 @@ $video The boolean parameter of the save function allows you to use the copy parameter which accelerates drastically the generation of the encoded file. -To concatenate videos encoded with the same codec, do as follow: +To concatenate videos encoded with the different codec, do as follow: ```php // In order to instantiate the video object, you HAVE TO pass a path to a valid video file.