fix BWF name

This commit is contained in:
Reto Kromer
2019-12-10 10:04:07 +01:00
committed by GitHub
parent bcc425a955
commit cbca3ac7ad

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 write a file in the Broadcast WAV format (BWF) containing a BEXT chunk with related metadata.</p>
<p>This command will write a file in the Broadcast Wave 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>