diff --git a/index.html b/index.html index df78e7c..60c57e2 100644 --- a/index.html +++ b/index.html @@ -225,7 +225,7 @@
Generate Broadcast WAV

ffmpeg -i input_file.wav -c copy -write_bext 1 -metadata field_name='Content' output_file.wav

-

This command will create a write a file in the Broadcast WAV (BWF) containing a BEXT chunk with related metadata.

+

This command will write a file in the Broadcast WAV format (BWF) containing a BEXT chunk with related metadata.

ffmpeg
starts the command
-i input_file.wav
path and name of the input file