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 C92C742112 for ; Sat, 20 Apr 2024 11:49:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F2ED168D223; Sat, 20 Apr 2024 14:49:03 +0300 (EEST) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BDF7B68D1CF for ; Sat, 20 Apr 2024 14:48:55 +0300 (EEST) Received: by mail-ed1-f43.google.com with SMTP id 4fb4d7f45d1cf-571be483ccaso3402622a12.2 for ; Sat, 20 Apr 2024 04:48:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1713613734; x=1714218534; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Dy7OVAQUdpRK30eEJPDsdnRMvqj57AL1tVFbAFqasbs=; b=FZ5o4DpGavcMKlVz7WRxqCCeqkpR276ftxB6QcGKu2oRv/7zew7ObGOsnXI4BMomCp ef+YttAm6Pd14DX9jlg11nprHxrcfQiVLX57TCGOOIeApY7EfdcLIeLc6RLv2w+lT27u Zl3gt+DjipGZI1EuC4+yxK+kI5XZng8Hcez8wM2WUTAnkO5FmZg3NWnvQwYDjWAmo+gW ksu8QCwaKlGi97wOoNm9E116gzCiT9ozbem0V+bOjoEb4iHhzkKF4+/xDWWsdIXK1mE9 qCPRdoAkgG3/kk0kQ+chcJs1dvsWcuGs/TyDKz0q1J9HjV0NX2/ClepPQSpL+MM4PM5S Ypqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1713613734; x=1714218534; 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=Dy7OVAQUdpRK30eEJPDsdnRMvqj57AL1tVFbAFqasbs=; b=ejgdL7eJsNTbZxc6eUKafgLWmZGA2+V39BM2o8YjjGD9pOu116+8LYoH5X//du/iBb BCaarZODY9fip6U008+rooqnnEJ1dEphsu9nOdG52DqXONu3+bASloKadnwN+ImMEDSb uSXGD1v85aJeL5w68ruo+ZCBBIytJyfJ1P6NA00dHPlhipRUjyL+7fneMlmhizmzccjJ mtwGXVT8OP+TPdYtGyl14mJzi+dZJqihIJyvfwhhbvhQdvT+OgR9LFxBkSjDY40x4dL3 KsuMDvzqPrW1XBr0fRs+pxOhQn4DhKiO2jWxz0o2CceqcolorgV7gV4xH7WShfCo1bUY ui1Q== X-Gm-Message-State: AOJu0YxPvpm5UTDjERxC+udFk0dDyqwsxXuwbRag56yTCdsqFzSJSBBd FSC2MRS/zBQNA+Vsfpz/PMgCaaxJgaU/4NTQ2wvSqmGZqBR+a9PFCaVTjw== X-Google-Smtp-Source: AGHT+IE8fRUzfhGJQmodaqFtNXTjY/jSbxzHOuIGZM7Sc7ePb3tGblAXHsH8c0Rf6/zTKknQrTFx/g== X-Received: by 2002:a17:906:f145:b0:a52:23b6:19c1 with SMTP id gw5-20020a170906f14500b00a5223b619c1mr3045039ejb.76.1713613733989; Sat, 20 Apr 2024 04:48:53 -0700 (PDT) Received: from mariano (host-87-17-49-61.retail.telecomitalia.it. [87.17.49.61]) by smtp.gmail.com with ESMTPSA id t21-20020a17090616d500b00a51a5c8ea6fsm3342289ejd.193.2024.04.20.04.48.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 20 Apr 2024 04:48:51 -0700 (PDT) Received: by mariano (Postfix, from userid 1000) id 62425BFCF0; Sat, 20 Apr 2024 13:48:49 +0200 (CEST) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Sat, 20 Apr 2024 13:48:35 +0200 Message-Id: <20240420114835.35645-4-stefasab@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240420114835.35645-1-stefasab@gmail.com> References: <20240420114835.35645-1-stefasab@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 3/3] doc/muxers: add mkvtimestamp_v2 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: Stefano Sabatini 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: --- doc/muxers.texi | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 6340c8e54d..4cd53a4449 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -2933,14 +2933,13 @@ MicroDVD subtitle format muxer. This muxer accepts a single @samp{microdvd} subtitles stream. -@section mmf -Synthetic music Mobile Application Format (SMAF) format muxer. +@section mkvtimestamp_v2 +mkvtoolnix v2 timestamp format muxer. -SMAF is a music data format specified by Yamaha for portable -electronic devices, such as mobile phones and personal digital -assistants. +Write the PTS rawvideo frame to the output, as implemented by the +@command{mkvextract} tool from the @command{mkvtoolnix} suite. -This muxer accepts a single @samp{adpcm_yamaha} audio stream. +This muxer accepts a single @samp{rawvideo} stream. @section mp3 -- 2.34.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".