ch ch ch changes

This commit is contained in:
weaver 2019-12-06 08:37:11 -08:00
parent e3aa81fb95
commit 0353c1761e

View File

@ -225,7 +225,7 @@
<div class="hiding">
<h5>Generate Broadcast WAV</h5>
<p><code>ffmpeg -i <em>input_file.wav</em> -c copy -write_bext 1 -metadata field_name='Content' <em>output_file.wav</em></code></p>
<p>This command will create a write a file in the Broadcast WAV (BWF) containing a BEXT chunk with related metadata.</p>
<p>This command will write a file in the Broadcast WAV format (BWF) containing a BEXT chunk with related metadata.</p>
<dl>
<dt>ffmpeg</dt><dd>starts the command</dd>
<dt>-i <em>input_file.wav</em></dt><dd>path and name of the input file</dd>