From 9b00bb7e87dd3f6781744b0172138cdd17138646 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Wed, 4 Sep 2024 10:41:10 +0200 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90c09ea..8efa223 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Print the command but don't execute it: ```console yolox --print "extract audio from maths.mp4 and save it as maths.m4a" -# ffmpeg -i maths.mp4 -vn -acodec copy maths.m4a +ffmpeg -i maths.mp4 -vn -acodec copy maths.m4a ``` ## Alternatives