Re: [Cellar] Matroska support for closed captions?

Dave Rice <dave@dericed.com> Mon, 27 April 2020 15:46 UTC

Return-Path: <dave@dericed.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 9DEDE3A0D87 for <cellar@ietfa.amsl.com>; Mon, 27 Apr 2020 08:46:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.119
X-Spam-Level:
X-Spam-Status: No, score=-1.119 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NEUTRAL=0.779, URIBL_BLOCKED=0.001] autolearn=no 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 rKlnRQA45N5U for <cellar@ietfa.amsl.com>; Mon, 27 Apr 2020 08:46:39 -0700 (PDT)
Received: from server172-3.web-hosting.com (server172-3.web-hosting.com [68.65.122.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 231323A0DB8 for <cellar@ietf.org>; Mon, 27 Apr 2020 08:46:39 -0700 (PDT)
Received: from cpe-104-162-94-162.nyc.res.rr.com ([104.162.94.162]:44579 helo=[10.0.1.6]) by server172.web-hosting.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from <dave@dericed.com>) id 1jT5xp-004O2g-Vo; Mon, 27 Apr 2020 11:46:38 -0400
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
From: Dave Rice <dave@dericed.com>
In-Reply-To: <CY4PR04MB072989A9F039E5DFCBBF1E40C9D20@CY4PR04MB0729.namprd04.prod.outlook.com>
Date: Mon, 27 Apr 2020 11:46:32 -0400
Cc: "cellar@ietf.org" <cellar@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <514D57FC-BD77-45E7-846A-046363BED953@dericed.com>
References: <CY4PR04MB072989A9F039E5DFCBBF1E40C9D20@CY4PR04MB0729.namprd04.prod.outlook.com>
To: Scott Shepherd <sbshepherd=40ChurchofJesusChrist.org@dmarc.ietf.org>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
X-OutGoing-Spam-Status: No, score=-0.2
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - server172.web-hosting.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - dericed.com
X-Get-Message-Sender-Via: server172.web-hosting.com: authenticated_id: dave@dericed.com
X-Authenticated-Sender: server172.web-hosting.com: dave@dericed.com
X-Source:
X-Source-Args:
X-Source-Dir:
X-From-Rewrite: unmodified, already matched
Archived-At: <https://mailarchive.ietf.org/arch/msg/cellar/G08G_QHIFASMink6OKkVbaNf8_I>
Subject: Re: [Cellar] Matroska support for closed captions?
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: Mon, 27 Apr 2020 15:46:41 -0000

Hi Scott,

> On Apr 22, 2020, at 9:48 AM, Scott Shepherd <sbshepherd=40ChurchofJesusChrist.org@dmarc.ietf.org> wrote:
> 
> Hi all,
>  
> Are there any plans to expand Matroska capability to contain additional stream types such as timecode and closed captions?

Feel welcome to open a ticket at https://github.com/cellar-wg/matroska-specification/issues/new.

> We have some .MXF files (mostly JPEG2000) and are toying with the idea of migrating them to FFV1/.MKV, but currently .MKV can't contain timecode or closed caption streams. While I can’t say I fully understand the need for multiple timecode streams (often there are 3 streams in the .MXF), we’d definitely be losing data where closed captions exist.
>  
> I know that .MKV can hold "attachments," but attachments don't seem like the right solution here. I also know .MKV can hold subtitles, but what we’re seeing in these .MXF files is EIA-608 and EIA-708 closed captions that fail to carry over to .MKV. 

For EIA-608 and EIA-708 data I suppose, either a new type of Codec Mapping could be written (and then these would be a new type of subtitle track) or they could be support as side-data with a BlockAdditionalMapping as described at https://www.ietf.org/id/draft-ietf-cellar-codec-04.html#name-block-additional-mapping. I’m unsure which technique the community would recommend but curious for some discussion on it.

[…]

Best Regards,
Dave Rice