Skip to content

Commit

Permalink
Merge pull request #282 from amiaopensource/smpte-sine
Browse files Browse the repository at this point in the history
smpte_sinewave should not end in .wav
  • Loading branch information
ablwr authored Dec 4, 2017
2 parents 25e779a + bf301da commit 6705bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ <h3>SMPTE bars + Sine wave audio</h3>
<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>
Expand Down

0 comments on commit 6705bdf

Please sign in to comment.