aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2025-02-04 13:47:28 -0300
committerJames Almer <jamrial@gmail.com>2025-02-04 13:48:11 -0300
commita8595dae0fa32b8a2603de94de4fb2e0cf124509 (patch)
tree0748fc88259c63d1a27a76695553d042b7530c49
parent873204e6e4173e42e6eb606cd5ea52c5b0e670e2 (diff)
downloadffmpeg-a8595dae0fa32b8a2603de94de4fb2e0cf124509.tar.gz
doc/ffmpeg: update example command line for IAMF muxing
Missed in 8f6a1a06a692f39abde24e09fecc3de26935657d. Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--doc/ffmpeg.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 9be0f79b33..da6549f043 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1196,9 +1196,9 @@ ffmpeg -i front.wav -i back.wav -i center.wav -i lfe.wav
demixing=parameter_id=998,
recon_gain=parameter_id=101,
layer=ch_layout=stereo,
-layer=ch_layout=5.1,
+layer=ch_layout=5.1(side),
-stream_group type=iamf_mix_presentation:id=2:stg=0:annotations=en-us=Mix_Presentation,
-submix=parameter_id=100:parameter_rate=48000|element=stg=0:parameter_id=100:annotations=en-us=Scalable_Submix|layout=sound_system=stereo|layout=sound_system=5.1
+submix=parameter_id=100:parameter_rate=48000|element=stg=0:parameter_id=100:annotations=en-us=Scalable_Submix|layout=sound_system=stereo|layout=sound_system=5.1(side)
-streamid 0:0 -streamid 1:1 -streamid 2:2 -streamid 3:3 output.iamf
@end example