Difference between revisions of "Template:Aac-encoders"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Minor code fix.)
m (Update to table formatting; added syntax example.)
Line 1: Line 1:
{| class="wikitable" style="float: right; clear: right; margin-left: 10px; margin-right: 0px;"
+
{| class="wikitable" style="float: right; clear: both; margin-left: 10px; margin-right: 0px; width: 256px;"
!colspan="2"|Current [[AAC]] Encoders<br /><small>(Most to least recommended)</small>
+
! colspan="2" | Current [[AAC]] encoders<br /><small>(most to least recommended)</small>
 
|-
 
|-
| 1 || [[Apple AAC]]<sup>M W</sup>
+
| 1 || [[Apple AAC]] <sup>M/W</sup>
 
|-
 
|-
| 2 || [[Fraunhofer FDK AAC]]<sup>S L M W</sup>
+
| 2 || [[Fraunhofer FDK AAC]] <sup>S/L/M/W</sup>
 
|-
 
|-
| 3 || [[Nero AAC]]<sup>L W</sup>
+
| 3 || [[Nero AAC]] <sup>L/W</sup>
 
|-
 
|-
| 4 || [[libavcodec AAC|FFmpeg 3.0+ AAC encoder]]<sup>S L M W</sup>
+
| 4 || [[libavcodec AAC|FFmpeg 3.0+ AAC encoder]] <sup>S/L/M/W</sup>
 
|-
 
|-
| 5 || [[FAAC]]<sup>S L M W</sup>
+
| 5 || [[FAAC]] <sup>S/L/M/W</sup>
 
|-
 
|-
| 6 || [[libavcodec AAC|Libav]] (pre-3.0 FFmpeg) AAC encoder<sup>S L M W</sup>
+
| 6 || [[libavcodec AAC|Libav]] (pre-3.0 FFmpeg) AAC encoder <sup>S/L/M/W</sup>
 
|-
 
|-
|colspan="2"|
+
| colspan="2" style="font-size: smaller;" | <sup>S</sup> Source code available; <sup>L</sup> Linux; <sup>M</sup> macOS; <sup>W</sup> Windows
<small>
+
<sup>S</sup> Source code available,
+
<sup>L</sup> Linux,
+
<sup>M</sup> Mac OSX,
+
<sup>W</sup> Windows
+
</small>
+
 
|-
 
|-
|colspan="2"|List of [[AAC encoders]]
+
! colspan="2" style="font-size: smaller;" | [[AAC encoders|List of AAC encoders]]
 
|}<noinclude>
 
|}<noinclude>
 
A list of [[AAC]] encoders ordered by most recommended to least.
 
A list of [[AAC]] encoders ordered by most recommended to least.
 +
==Syntax==
 +
<pre style="display:table">{{aac-encoders}}</pre>
 
</noinclude>
 
</noinclude>

Revision as of 17:55, 15 October 2018

Current AAC encoders
(most to least recommended)
1 Apple AAC M/W
2 Fraunhofer FDK AAC S/L/M/W
3 Nero AAC L/W
4 FFmpeg 3.0+ AAC encoder S/L/M/W
5 FAAC S/L/M/W
6 Libav (pre-3.0 FFmpeg) AAC encoder S/L/M/W
S Source code available; L Linux; M macOS; W Windows
List of AAC encoders

A list of AAC encoders ordered by most recommended to least.

Syntax

{{aac-encoders}}