From bef8f9bcc05ba1ff67e0b698a869dd95a4b470dd Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 1 Jan 2021 20:22:28 +0100 Subject: [PATCH] Clarify command --- arch-config/Dokumente/Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/Dokumente/Commands.md b/arch-config/Dokumente/Commands.md index 2bcbca5c..ba53e732 100644 --- a/arch-config/Dokumente/Commands.md +++ b/arch-config/Dokumente/Commands.md @@ -11,7 +11,7 @@ ffmpeg-normalize *.m4a -v -pr -c:a libopus -ext opus ffmpeg-normalize *.opus -v -pr -c:a libopus -ext opus ``` -## extract images from video +## ffmpeg extract images from video ```bash ffmpeg -i "file.mpg" -r 1/1 xyz%03d.png ```