From patchwork Sat Aug 29 11:57:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Scholz X-Patchwork-Id: 21983 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 4F2DF44BBE0 for ; Sat, 29 Aug 2020 14:57:38 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2A0E568A545; Sat, 29 Aug 2020 14:57:38 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 37F50688056 for ; Sat, 29 Aug 2020 14:57:31 +0300 (EEST) Received: by mail-ej1-f50.google.com with SMTP id oz20so2549678ejb.5 for ; Sat, 29 Aug 2020 04:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=C0UQwmOqVQ0aKhKk7ZGTcNLzrQGtZB0eNdtQqcroB1s=; b=pjRS2tTnQKAn5SHGpQ8qIq7sEBONplfolYsZNEWhopMy4BrqlL0+ExzViAM/t3nw73 JpUJqPoHcDYk/yP85ShWUco1vSOp8yB7DUC58X6EWQqdCOrByuLnNEwutb7s0juhdLay GYDVbl+s8XN6Qu9IvK1iAVlhZp5mI8oQXRI9LpBOxDwoldHz1Lil975alts9oe4GJZbC wCvB4N+isFhoQaWa3jsbozArFaYtf/97Qb70uHS8F/QrIBsRW6YEyY85iexIwJO7SDhj 218t59mMeGImf/WTsUc0Ew5e1+GxSuevNhEzNTqujT+y+eJjyzEOH/5aFewE5J32xUUE dkYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=C0UQwmOqVQ0aKhKk7ZGTcNLzrQGtZB0eNdtQqcroB1s=; b=mKMaxzkHIcBX0UUX2Htlza/+n78v7hzR9nmeySmumeJwQgMhhyRDGYmyyGKG/0w4qS +aT9h7cfL+ytcZApGmfNOikVr8ePoWcuxcl0/OhRd0/jDvqjdLQ4+TMtu4CL9ik/q21B S4QlWqQtrw1s2l1qsNliIiBrnWNB2QMDt2a7d1uww7Tvo9aAUDhAYQfchz6FHNxrvXEv cXWAsm8HDKuZJKaZlXond7HLoqiZ6B/Lt3lrMGkBSYJdyRdK6cUJ2+jvjZawZsHZDMrB jYIUbWEdi2CVE7aVHJsp0i0ynMSCaF6w1xjAOTgQelBGWpBAZPwNIpfUpf8IZrGJC0Jp jFbg== X-Gm-Message-State: AOAM531U4FMsFYPXvXWYdWwiVNJG2/nz5DWEpqRFBkLKU087bF3wGidt +Y1oSLp1zXPTmXwtK8+05r5NB7hxvtne/g== X-Google-Smtp-Source: ABdhPJzjJbKBccv/r2oBs+QWbANU//5d1Ze0Ovh9tBfmVhN5bZkTHUtff+ziTYPRFZ15K8l9OhCHsw== X-Received: by 2002:a17:907:426e:: with SMTP id nx22mr3152745ejb.340.1598702250475; Sat, 29 Aug 2020 04:57:30 -0700 (PDT) Received: from ePirats-MBP.fritz.box (p54ad3845.dip0.t-ipconnect.de. [84.173.56.69]) by smtp.gmail.com with ESMTPSA id jo2sm2026250ejb.101.2020.08.29.04.57.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Aug 2020 04:57:29 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sat, 29 Aug 2020 13:57:14 +0200 Message-Id: <20200829115714.17168-2-epirat07@gmail.com> X-Mailer: git-send-email 2.24.3 (Apple Git-128) In-Reply-To: <20200829115714.17168-1-epirat07@gmail.com> References: <20200716145450.66648-1-epirat07@gmail.com> <20200829115714.17168-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 2/2] docs: muxers: document ADTS muxer options X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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: Marvin Scholz Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" --- doc/muxers.texi | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi index 813b4678f4..ae8dcdd145 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -19,6 +19,31 @@ enabled demuxers and muxers. A description of some of the currently available muxers follows. +@anchor{adts} +@section adts + +Audio Data Transport Stream muxer. + +The ADTS format is used for streaming AAC audio over the internet +and in the TS format. + +@subsection Options + +It accepts the following options: + +@table @option +@item write_id3v2 +Enable ID3v2 tags writing when set to 1. Default is 0 (disabled). + +@item write_apetag +Enable APE tags writing when set to 1. Default is 0 (disabled). + +@item write_mpeg2 +Switch to writing ADTS headers with the MPEG ID set to 1, for MPEG2, +instead of the default of 0 for MPEG4. Default is 0 (disabled). + +@end table + @anchor{aiff} @section aiff