From bf301daa71de223cb79e5fcf3626dcf06e8b481b Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 30 Nov 2017 16:23:24 -0500 Subject: [PATCH] smpte_sinewave should not end in .wav --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cbeed67..f41543d 100644 --- a/index.html +++ b/index.html @@ -1856,7 +1856,7 @@

SMPTE bars + Sine wave audio

-c:a pcm_s16le
encodes the audio codec in pcm_s16le (the default encoding for wav files). pcm represents pulse-code modulation format (raw bytes), 16 means 16 bits per sample, and le means "little endian"
-t 10
specifies recording time of 10 seconds
-c:v ffv1
Encodes to FFV1. Alter this setting to set your desired codec.
-
output_file.wav
path, name and extension of the output file
+
output_file
path, name and extension of the output file