From a9ec972aef099183784db2b76e3ce98d7e70efcd Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Thu, 16 Apr 2020 14:31:13 +0200 Subject: [PATCH] add BWF to recipe list --- recipes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes.txt b/recipes.txt index 61e2846..dce832d 100644 --- a/recipes.txt +++ b/recipes.txt @@ -1,5 +1,7 @@ # Basic rewrap command ffmpeg -i input_file.ext -c copy -map 0 output_file.ext +# Generate Broadcast WAV +ffmpeg -i input_file.wav -c copy -write_bext 1 -metadata field_name='Content' output_file.wav # Rewrap DV video to .dv file ffmpeg -i input_file -f rawvideo -c:v copy output_file.dv # Transcode to deinterlaced Apple ProRes LT