From 89c9242bcdf494441ed635f8932b2fe48b9a7ed3 Mon Sep 17 00:00:00 2001 From: sdbs Terra Date: Mon, 9 May 2022 14:02:48 +0200 Subject: [PATCH] Automatic update, changed: tech.ffmpeg.md --- pages/tech.ffmpeg.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/tech.ffmpeg.md b/pages/tech.ffmpeg.md index 751558b..f0291d5 100644 --- a/pages/tech.ffmpeg.md +++ b/pages/tech.ffmpeg.md @@ -2,3 +2,6 @@ - https://github.com/juliojsb/human-friendly-ffmpeg [[inform.ffmpeg]] + + +`for i in *.mp4; do ffmpeg -i "$i" "${i%.*}.wav"; done` \ No newline at end of file