[FFmpeg-cvslog] doc/ffmpeg: update example command line for IAMF muxing
James Almer
git at videolan.org
Tue Feb 4 18:48:36 EET 2025
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Feb 4 13:47:28 2025 -0300| [a8595dae0fa32b8a2603de94de4fb2e0cf124509] | committer: James Almer
doc/ffmpeg: update example command line for IAMF muxing
Missed in 8f6a1a06a692f39abde24e09fecc3de26935657d.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8595dae0fa32b8a2603de94de4fb2e0cf124509
---
doc/ffmpeg.texi | 4 ++--
1 file 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
More information about the ffmpeg-cvslog
mailing list