From 53be9f55e2e21aedf4dfc6ee32283e38c863220a Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Mon, 24 Apr 2023 16:27:48 +0200 Subject: [PATCH] Ajout lien interne --- HowtoFFmpeg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoFFmpeg.md b/HowtoFFmpeg.md index c1e2ea22..ad00b38c 100644 --- a/HowtoFFmpeg.md +++ b/HowtoFFmpeg.md @@ -95,7 +95,7 @@ $ # Par exemple : $ ffmpeg -f pulse -i 1 -f pulse -i 2 -filter_complex amix=inputs=2 output.wav ~~~ -Le découpage des blocs d'arguments est le suivant : +Les blocs d'arguments indiqués dans la section [Syntaxe générale](#syntaxe-générale) sont les suivants : ~~~ $ ffmpeg (-f pulse -i 1) (-f pulse -i 2) (-filter_complex amix=inputs=2 output.wav)