[FFmpeg-cvslog] doc: improve IMF demuxer documentation

Pierre-Anthony Lemieux git at videolan.org
Wed Feb 22 05:42:31 EET 2023


ffmpeg | branch: master | Pierre-Anthony Lemieux <pal at palemieux.com> | Thu Jan  5 15:29:45 2023 -0800| [23b4251808ba98773a1ab54a9b9706f442cf8299] | committer: Pierre-Anthony Lemieux

doc: improve IMF demuxer documentation

Signed-off-by: Pierre-Anthony Lemieux <pal at palemieux.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=23b4251808ba98773a1ab54a9b9706f442cf8299
---

 doc/demuxers.texi | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 3c81024f03..2d33b47a56 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -307,7 +307,15 @@ stream which contains the alpha channel in addition to the ordinary video.
 
 Interoperable Master Format demuxer.
 
-This demuxer presents audio and video streams found in an IMF Composition.
+This demuxer presents audio and video streams found in an IMF Composition, as
+specified in @url{https://doi.org/10.5594/SMPTE.ST2067-2.2020, SMPTE ST 2067-2}.
+
+ at example
+ffmpeg [-assetmaps <path of ASSETMAP1>,<path of ASSETMAP2>,...] -i <path of CPL> ...
+ at end example
+
+If @code{-assetmaps} is not specified, the demuxer looks for a file called
+ at file{ASSETMAP.xml} in the same directory as the CPL.
 
 @section flv, live_flv, kux
 



More information about the ffmpeg-cvslog mailing list