Skip to content

Commit

Permalink
Improve ffmpeg encoding instructions.
Browse files Browse the repository at this point in the history
  - Applies suggestion from a comment by rafalfaro18 (
#20 (comment)).
  - Part of #20. Leave issue open, because it still assumes a single audio element.

PiperOrigin-RevId: 713359902
  • Loading branch information
jwcullen committed Jan 8, 2025
1 parent ca747c5 commit 4072bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/external/encoding_with_external_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ done
ffmpeg \
-i $input_iamf \
-i $input_video \
-c:a copy -map 0:a:0 \
-c:a copy -map 0:a \
-c:v copy -map 1:v:0 \
-stream_group map=0=0$st_map \
-stream_group map=0=1$st_map \
Expand Down

0 comments on commit 4072bf5

Please sign in to comment.