mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-12-26 03:38:20 +01:00
Lowercases sine wave (except when at start of sentence)
This commit is contained in:
parent
8ebf23f172
commit
d02633b612
@ -1354,7 +1354,7 @@ foreach ($file in $inputfiles) {
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<h3>Sine wave</h3>
|
<h3>Sine wave</h3>
|
||||||
<p>Generate a test audio file playing a Sine wave.</p>
|
<p>Generate a test audio file playing a sine wave.</p>
|
||||||
<p><code>ffmpeg -f lavfi -i "sine=frequency=1000:sample_rate=48000:duration=5" -c:a pcm_s16le <i>output_file</i>.wav</code></p>
|
<p><code>ffmpeg -f lavfi -i "sine=frequency=1000:sample_rate=48000:duration=5" -c:a pcm_s16le <i>output_file</i>.wav</code></p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
<dt>ffmpeg</dt><dd>starts the command</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user