From 2f7b390f9b6f3d00e486873328a9a087f83297e3 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Sat, 28 Jul 2018 10:01:02 +0200 Subject: [PATCH] unify style --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 094fd54..bf18905 100644 --- a/index.html +++ b/index.html @@ -2024,7 +2024,7 @@

SMPTE bars + Sine wave audio

Generate a SMPTE bars test video + a 1kHz sine wave as audio testsignal.

-

ffmpeg -f lavfi -i smptebars=size=720x576:rate=25 -f lavfi -i "sine=frequency=1000:sample_rate=48000" -c:a pcm_s16le -t 10 -c:v ffv1 output_file

+

ffmpeg -f lavfi -i "smptebars=size=720x576:rate=25" -f lavfi -i "sine=frequency=1000:sample_rate=48000" -c:a pcm_s16le -t 10 -c:v ffv1 output_file

ffmpeg
starts the command
-f lavfi
tells FFmpeg to use the libavfilter input virtual device