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 5232845A94 for ; Tue, 14 Mar 2023 16:29:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5DD8668BE25; Tue, 14 Mar 2023 18:29:01 +0200 (EET) Received: from tilde.club (tilde.club [142.44.150.184]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 792DC68BC83 for ; Tue, 14 Mar 2023 18:28:55 +0200 (EET) Received: from tilde.club (unknown [185.220.101.186]) by tilde.club (Postfix) with ESMTPSA id 1E28622347954 for ; Tue, 14 Mar 2023 16:28:52 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 tilde.club 1E28622347954 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tilde.club; s=mail; t=1678811334; bh=JFD+0O+NxH5ivPZIrfQ4qxiaB8RP0RqBUjtOrsUC3ug=; h=Date:From:To:Subject:References:In-Reply-To:From; b=DZoz1c6UNTd6FKyy4Yabadw6Y1kFJy9lPM1a0UytvKeXD531gnJFJFMxhmVu5zKAj YS9wvezvUWvYF+Xoha9GiyB9KkGabGQNmHGDGzTcU55e53VZqxIqNUR0GXtfu7Bxmt xVflGLk7thGmORukVPnBOlIx52ke2hc5jAikUIPk= Date: Tue, 14 Mar 2023 16:28:45 +0000 From: Gwyneth Morgan To: FFmpeg development discussions and patches Message-ID: References: <20230308202431.608732-1-gwymor@tilde.club> <20230314032557.945590-1-gwymor@tilde.club> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v2] avformat/matroska: Write WebVTT subtitles according to MKV specs 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 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: On 2023-03-14 04:37:17+0100, Andreas Rheinhardt wrote: > The reason we write it the way we do is that webvtt is muxed differently > in Matroska than WebM. This needs to be fixed, too, before S_TEXT/WEBVTT > can be used for Matroska. Ah, I see. I wasn't aware of the differences in muxing. Thanks for the info. _______________________________________________ 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".