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 A24CE40181 for ; Thu, 3 Nov 2022 21:03:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5D4F168BFF8; Thu, 3 Nov 2022 23:03:03 +0200 (EET) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 81B9368BFE7 for ; Thu, 3 Nov 2022 23:02:57 +0200 (EET) Received: by mail-pf1-f180.google.com with SMTP id q9so2769127pfg.5 for ; Thu, 03 Nov 2022 14:02:57 -0700 (PDT) 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=1OLFogED+mUUBlZAay9qjxbPlJge4GnoEBSnZWiW48xvgMnSOFHRAv7rSWYc/WHZTb 2l2a/EodD57HgD7mSYbqV8UQ4u/UeiUZbsVGR+DugG5KOGXqdw15MRI+/KNnwLbK6gIC m4lFqnp68dYZuXtNM8LkRyQACROvKW9oKA6lelAvTv/uuqLuGeiAcIj4bTRiBGHFVchc E4OLpmhpj3tfiv+UfJDMm9kG925ef1D/jRPbgzn73trBkG9v3HO+8QwZOxibfio63nPk EH/SjoiBLAbSeGLS6TgwCQ+PCcirYJs24XMoHmxORyzsot3FqhJ7ihqvHbuvMqqD8izq oCiA== X-Gm-Message-State: ACrzQf1+ky4EyPynFQS2/M1Wr9ohkBv2IPMmGDfqYyHNCXxQxqyuaasG aV3x64cEtoKfZIQ/MrdoolhJEL0DXyv7Rw== X-Google-Smtp-Source: AMsMyM7Qm0tCZ9DqOT1ndrtvl4jDcX+uCpev37y0XjTYYY/aqb7hGEdwGq9lw1L/74X17xmL4w5JGQ== X-Received: by 2002:a63:4710:0:b0:46f:fe10:8e20 with SMTP id u16-20020a634710000000b0046ffe108e20mr11317474pga.400.1667509375369; Thu, 03 Nov 2022 14:02:55 -0700 (PDT) Received: from localhost (76-14-89-2.sf-cable.astound.net. [76.14.89.2]) by smtp.gmail.com with ESMTPSA id j13-20020a170903024d00b00187022627d7sm1144858plh.36.2022.11.03.14.02.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Nov 2022 14:02:54 -0700 (PDT) Received: by localhost (sSMTP sendmail emulation); Thu, 03 Nov 2022 14:02:52 -0700 From: pal@sandflow.com To: ffmpeg-devel@ffmpeg.org Date: Thu, 3 Nov 2022 14:02:46 -0700 Message-Id: <20221103210246.31845-2-pal@sandflow.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221103210246.31845-1-pal@sandflow.com> References: <20221103210246.31845-1-pal@sandflow.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 2/2] 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".