Merge pull request #282 from amiaopensource/smpte-sine

smpte_sinewave should not end in .wav
This commit is contained in:
Ashley 2017-12-04 14:26:38 -05:00 committed by GitHub
commit 6705bdf41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1870,7 +1870,7 @@
<dt>-c:a pcm_s16le</dt><dd>encodes the audio codec in <code>pcm_s16le</code> (the default encoding for wav files). <code>pcm</code> represents pulse-code modulation format (raw bytes), <code>16</code> means 16 bits per sample, and <code>le</code> means "little endian"</dd>
<dt>-t 10</dt><dd>specifies recording time of 10 seconds</dd>
<dt>-c:v ffv1</dt><dd>Encodes to <a href="https://en.wikipedia.org/wiki/FFV1" target="_blank">FFV1</a>. Alter this setting to set your desired codec.</dd>
<dt><i>output_file</i>.wav</dt><dd>path, name and extension of the output file</dd>
<dt><i>output_file</i></dt><dd>path, name and extension of the output file</dd>
</dl>
<p class="link"></p>
</div>