Re: [Cellar] Matroska Elements to support frame side data

Tobias Rapp <t.rapp@noa-archive.com> Fri, 02 November 2018 09:31 UTC

Return-Path: <t.rapp@noa-archive.com>
X-Original-To: cellar@ietfa.amsl.com
Delivered-To: cellar@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 64FD012F1A6 for <cellar@ietfa.amsl.com>; Fri, 2 Nov 2018 02:31:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.201
X-Spam-Level:
X-Spam-Status: No, score=-1.201 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B_2UQwRFDvLq for <cellar@ietfa.amsl.com>; Fri, 2 Nov 2018 02:31:53 -0700 (PDT)
Received: from mx01.mail.netstorage.at (mx01.mail.netstorage.at [IPv6:2a02:2410:b000:101:3000::c]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7E20D12F1A5 for <cellar@ietf.org>; Fri, 2 Nov 2018 02:31:52 -0700 (PDT)
Received: from p1002.netstorage.at (p1002.netstorage.at [89.207.146.186]) by mx01.mail.netstorage.at (Postfix) with ESMTPS id D003BA46A8 for <cellar@ietf.org>; Fri, 2 Nov 2018 10:31:48 +0100 (CET)
Received: from mailix (noaport.de [46.237.252.213]) by p1002.netstorage.at (Postfix) with ESMTPA id 4945C8004E for <cellar@ietf.org>; Fri, 2 Nov 2018 10:31:48 +0100 (CET)
Received: from [127.0.0.1] (HSI-KBW-46-237-252-214.hsi.kabel-badenwuerttemberg.de [46.237.252.214]) by mailix with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128) ; Fri, 2 Nov 2018 10:31:47 +0100
To: cellar@ietf.org
References: <24ED459F-2375-4934-9156-E64BB1A8AC05@dericed.com>
From: Tobias Rapp <t.rapp@noa-archive.com>
Organization: NOA GmbH
Message-ID: <62624df3-77e8-3234-8496-30354570abee@noa-archive.com>
Date: Fri, 02 Nov 2018 10:31:47 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
In-Reply-To: <24ED459F-2375-4934-9156-E64BB1A8AC05@dericed.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 8bit
X-PPP-Message-ID: <20181102093148.25477.28864@p1002.netstorage.at>
X-PPP-Vhost: noa-archive.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/cellar/U_19ucFylj8c0Oy6RXgG_oUV7sE>
Subject: Re: [Cellar] Matroska Elements to support frame side data
X-BeenThere: cellar@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Codec Encoding for LossLess Archiving and Realtime transmission <cellar.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cellar>, <mailto:cellar-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cellar/>
List-Post: <mailto:cellar@ietf.org>
List-Help: <mailto:cellar-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cellar>, <mailto:cellar-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 02 Nov 2018 09:31:57 -0000

Hi Dave,

On 01.11.2018 15:03, Dave Rice wrote:
> [...]
> 
> Here are a few use cases where I think this structure could be helpful:
> 
> === timecode
> We’ve made many starts and stops at defining how to store timecode in 
> Matroska but haven’t found consensus or resolution on those attempts. 
> With the Metadata Element I think a timecode value could be stored such as
> 
> Cluster/
> Timestamp=01:00:00.000
> BlockGroup/
> Block/
> ...
> Metadata/
> MetadataName=“timecode"
> MetadataString="01:23:45;12”

while I think that frame side data can be useful for the DPX scenario 
mentioned later, I see problems with storing timecode information that 
way. Shall timecode be attached to the video or audio track? Shall there 
be some sub-classification for VITC/LTC/other timecode sources?

Also I would prefer the timecode value to be stored as a number instead 
of a string representation, for the same reason that the Cluster 
Timestamp element uses a numerical representation: It makes processing a 
lot easier.

Best regards,
Tobias