From patchwork Sun Sep 18 22:01:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Moritz Barsnick X-Patchwork-Id: 619 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.134 with SMTP id o128csp714846vsd; Sun, 18 Sep 2016 15:01:42 -0700 (PDT) X-Received: by 10.195.2.40 with SMTP id bl8mr20552549wjd.191.1474236102028; Sun, 18 Sep 2016 15:01:42 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id c203si12958439wmh.22.2016.09.18.15.01.41; Sun, 18 Sep 2016 15:01:41 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 15E72689E36; Mon, 19 Sep 2016 01:01:25 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AC777689CD5 for ; Mon, 19 Sep 2016 01:01:18 +0300 (EEST) Received: from sunshine.barsnick.net ([80.144.61.159]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MFPyK-1bp5ei0Q7Q-00EPxe; Mon, 19 Sep 2016 00:01:32 +0200 Date: Mon, 19 Sep 2016 00:01:27 +0200 From: Moritz Barsnick To: FFmpeg development discussions and patches Message-ID: <20160918220127.GA6125@sunshine.barsnick.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-Provags-ID: V03:K0:DIt8cQ/oFbj5MJFtq4yU0ZAodzoYaOP5FrGSVfv02Yg74YVpADj gxDblXKCGIM1PuAhU9DHNc8zoSrlWhLNhhgCzEdmRgvVqOgjBv7PuR3Sd0QrT1eZYpMkfFo wDNjlPoAlXBXRCed//5KfGm1AvOp0j0mK0Ru/DpDqdW0B+fVrGCCAQol3oHnpUEl+sGZt4H KQeqxaMLrRCrGX+UKGBsw== X-UI-Out-Filterresults: notjunk:1; V01:K0:3fIxzIGj3DA=:+Wcn6xd72QkOWCfC8N++/R TStJD/V/x7C7xV9M1lKaYTiL2YbKiwa8up3W3xJfbW09WmQjEDLYlVBUbA9TeMSUBqaXMdLQG YN1nFV5gScvLXS1YxwkPicmoiO0xP6iSPBbK1VjSpKsYVUbRszNJ2+M+o3F8PfZWdQktJ7zLt UhV81t4J3Es8XaP1sEBDZLYcLh6ERyFzq0pAZGEf7w5LXRxFt7uSA++K5o+pnonQvwrJ5aLqZ 99plmBl8GHDox6nJShgdGxHQ7ITyP+iomQUns8BVKzFlXpUiK4fooNVOkUeMK15E8zrVslQKI NSqqGsDALhOAjZ0DKrD+DcmXKnsVRA7jE6RkqBmIQ6VZwOJvaQ+ogUYtawdQ4Vm4nZKS+KyXB zEFShnWwLPE1u0SFN6PIt8w3uT1ZoG3igAefnJ+3sdu3bLy49PSrLNexJbsHcmz1rhYlPVyi2 LoOngc500bZ65s/EwY7o8iWQUFfcTLFDFrm91tIOcE4GYJ5Sd2K90Sb2ec0og7Py3wnSsL7eU VGSs8Sx0XQIN69Puvi919/6xmjyjVSQ5GidIOt4HVyVw/BOR62mmZqNY5FWyYnYKspTdZCnaO w5A9wJDJp7eFh/gFNEZ7QjbRF0lymGGz4+OJxs17T4sbSMZbr/DFV8hTOfo9f2GdCUZvvk3xn yF021/1VQWZfm8kZThiWgcIb3rSJPY5fzeGrxz8aLNbREZCSa6ttFHCgh//hpS2h6wgpP4lzd 9342Hx6E4K905bPXBrcKab4itC0eYVk04tc9ZXdMsE0B93cu55GKiRJ+qn0= Subject: [FFmpeg-devel] [PATCH] doc/encoders: minor aac encoder formatting improvements 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Minor changes for markup consistency. That line I shifted is probably redundant. Moritz From 9c4de92a603ff998d0b45cb783bd624374df6d3d Mon Sep 17 00:00:00 2001 From: Moritz Barsnick Date: Sun, 18 Sep 2016 23:51:48 +0200 Subject: [PATCH] doc/encoders: minor aac encoder formatting improvements Also corrected a line's level. Signed-off-by: Moritz Barsnick --- doc/encoders.texi | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/encoders.texi b/doc/encoders.texi index 321eb2f..73ebd9c 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -61,8 +61,9 @@ Two loop searching (TLS) method. This method first sets quantizers depending on band thresholds and then tries to find an optimal combination by adding or subtracting a specific value from -all quantizers and adjusting some individual quantizer a little. -Will tune itself based on whether aac_is/aac_ms/aac_pns are enabled. +all quantizers and adjusting some individual quantizer a little. Will tune +itself based on whether @option{aac_is}, @option{aac_ms} and @option{aac_pns} +are enabled. This is the default choice for a coder. @item anmr @@ -84,7 +85,7 @@ Not recommended. @end table @item aac_ms -Sets mid/side coding mode. The default value of auto will automatically use +Sets mid/side coding mode. The default value of "auto" will automatically use M/S with bands which will benefit from such coding. Can be forced for all bands using the value "enable", which is mainly useful for debugging or disabled using "disable". @@ -130,19 +131,19 @@ The default, AAC "Low-complexity" profile. Is the most compatible and produces decent quality. @item mpeg2_aac_low -Equivalent to -profile:a aac_low -aac_pns 0. PNS was introduced with the MPEG4 -specifications. +Equivalent to @code{-profile:a aac_low -aac_pns 0}. PNS was introduced with the +MPEG4 specifications. @item aac_ltp -Long term prediction profile, is enabled by and will enable the aac_ltp option. -Introduced in MPEG4. +Long term prediction profile, is enabled by and will enable the @option{aac_ltp} +option. Introduced in MPEG4. @item aac_main -Main-type prediction profile, is enabled by and will enable the aac_pred option. -Introduced in MPEG2. +Main-type prediction profile, is enabled by and will enable the @option{aac_pred} +option. Introduced in MPEG2. -If this option is unspecified it is set to @samp{aac_low}. @end table +If this option is unspecified it is set to @samp{aac_low}. @end table @section ac3 and ac3_fixed