From 3e2e17295d7d137a13dd018235522e02e1ee13b8 Mon Sep 17 00:00:00 2001 From: Bad <87938689+yesBad@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:01:51 +0200 Subject: [PATCH] Fix typo in README.md --- player/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/README.md b/player/README.md index 85c3506..7c62460 100644 --- a/player/README.md +++ b/player/README.md @@ -45,6 +45,6 @@ ffmpeg -i input.mp4 -vf "scale=280:240:force_original_aspect_ratio=increase,crop If you want to get fancy you can use the loudnorm filter to normalize the audio levels. There's a script in the `tools` folder that will do this for you. You will need `jq` installed to use it. ``` -./tools/convert_movie_with_nornalization.sh input.mp4 output.avi +./tools/convert_movie_with_normalisation.sh input.mp4 output.avi ```