From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 1886F450D4 for ; Thu, 5 Jan 2023 23:30:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id ABDC968BDD5; Fri, 6 Jan 2023 01:30:03 +0200 (EET) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0880A68BDCB for ; Fri, 6 Jan 2023 01:29:57 +0200 (EET) Received: by mail-pl1-f169.google.com with SMTP id jl4so34701927plb.8 for ; Thu, 05 Jan 2023 15:29:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=jLbzvtt6w1InzgkDe2yBImO0CAdEKqrp6cuLy46bdV8=; b=Rb/jJmBsIEA2guaF0jrnnlUl9nooysqiNEeMcPfT6FINN9u1Lr1ZOq7C8AQh1SoQn5 NG00qk4TQ0vwPDn+tI+qiSn3AT0vceUdjSw+Rl6SD6UKKb7cJup5hKfq7ueygzzhj3KP 65hI/WcGN6Gi292QbgVS+yHCRUs3YAAF1XtfCWyFs9vwoSaiw7XC+YhgwEg39vET7qC0 rH3e+n/eb5+v9t2Am+DHv/qDGEOx4fEpTJdsswodw4l8NYXpxge+h1UmYyWsx0rcXSMc Ft8dSg0WrhXBJbwWI8A4JOvaN95CoGzkLUD9aDACzk+gHs/UebZibWaRGhFeMR6ZFCrS vUwg== X-Gm-Message-State: AFqh2kpDLZQvmaAnthqz4GKyu+ZOjsnVnIoWHJeB4Ws9d/Szz1/OBwnH NO8ioTZlip8Q6vumiT5JtCtswLuaQLCOsg== X-Google-Smtp-Source: AMrXdXuVW0uoHdi2GDvRH/zdpllSPgTRuEXX9/ACRb68dXAV2O0kbJz1EEpj4HflkE8EhpTWS1dDIw== X-Received: by 2002:a17:902:bf45:b0:189:fa12:c98a with SMTP id u5-20020a170902bf4500b00189fa12c98amr47656643pls.66.1672961394805; Thu, 05 Jan 2023 15:29:54 -0800 (PST) Received: from localhost (76-14-89-2.sf-cable.astound.net. [76.14.89.2]) by smtp.gmail.com with ESMTPSA id g1-20020a1709026b4100b0018853dd8832sm26449903plt.4.2023.01.05.15.29.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Jan 2023 15:29:54 -0800 (PST) Received: by localhost (sSMTP sendmail emulation); Thu, 05 Jan 2023 15:29:51 -0800 From: pal@sandflow.com To: ffmpeg-devel@ffmpeg.org Date: Thu, 5 Jan 2023 15:29:45 -0800 Message-Id: <20230105232946.21950-2-pal@sandflow.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230105232946.21950-1-pal@sandflow.com> References: <20230105232946.21950-1-pal@sandflow.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 2/3] doc: improve IMF demuxer documentation X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Pierre-Anthony Lemieux Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: From: Pierre-Anthony Lemieux --- doc/demuxers.texi | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 2b6dd86c2a..75c142935e 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -289,7 +289,15 @@ This demuxer accepts the following option: 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}. + +@example +ffmpeg [-assetmaps ,,...] -i ... +@end example + +If @code{-assetmaps} is not specified, the demuxer looks for a file called +@file{ASSETMAP.xml} in the same directory as the CPL. @section flv, live_flv, kux -- 2.25.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".