mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
fix BWF name
This commit is contained in:
parent
bcc425a955
commit
cbca3ac7ad
@ -225,7 +225,7 @@
|
|||||||
<div class="hiding">
|
<div class="hiding">
|
||||||
<h5>Generate Broadcast WAV</h5>
|
<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><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>
|
<dl>
|
||||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
<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>
|
<dt>-i <em>input_file.wav</em></dt><dd>path and name of the input file</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user