mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
unify style
This commit is contained in:
parent
d5e13458eb
commit
2f7b390f9b
@ -2024,7 +2024,7 @@
|
|||||||
<div class="hiding">
|
<div class="hiding">
|
||||||
<h3>SMPTE bars + Sine wave audio</h3>
|
<h3>SMPTE bars + Sine wave audio</h3>
|
||||||
<p>Generate a SMPTE bars test video + a 1kHz sine wave as audio testsignal.</p>
|
<p>Generate a SMPTE bars test video + a 1kHz sine wave as audio testsignal.</p>
|
||||||
<p><code>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 <em>output_file</em></code></p>
|
<p><code>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 <em>output_file</em></code></p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
<dt>ffmpeg</dt><dd>starts the command</dd>
|
||||||
<dt>-f lavfi</dt><dd>tells FFmpeg to use the <a href="https://ffmpeg.org/ffmpeg-devices.html#lavfi" target="_blank">libavfilter</a> input virtual device</dd>
|
<dt>-f lavfi</dt><dd>tells FFmpeg to use the <a href="https://ffmpeg.org/ffmpeg-devices.html#lavfi" target="_blank">libavfilter</a> input virtual device</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user