Difference between revisions of "Template:Codec audio"

From VideoLAN Wiki
Jump to navigation Jump to search
(Insert code comments in a way that will affect layout)
(Use meta-template Template:Codec. This gives them a coherent look and allows for faster coding of new templates. "unknown" not-bold is an intentional tweak)
Line 1: Line 1:
{{top box
+
{{codec
|id={{{id|{{{1|??}}}}}}
+
|type=audio
|text=<!--
+
|id={{{id|}}}
Line 1: -->This is an [[Codec#Audio|audio codec]]. The name to use at the [[command line]] is '''{{{id|{{{1|unknown}}}}}}'''{{#if:{{{altid|}}}|, but you can also use '''{{{altid}}}'''{{#if:{{{altid2|}}}|, or '''{{{altid2}}}'''}}}}.<!--
+
|altid={{{altid|}}}
Line 2: -->{{#ifeq:{{{encoder|n}}}|y|<br />VLC can '''encode''' using this codec.}}<!--
+
|altid2={{{altid2|}}}
Line 3: -->{{#if:{{{for|}}}| <br />This codec can be used inside the {{{for}}} containers.}}<!--
+
|encoder={{{encoder|n}}}
Line 4: -->{{#if:{{{mod|}}}| <br />This codec is from the [[Documentation:Modules/{{{mod}}}|{{{mod}}}]] module.}}
+
|for={{{for|}}}
|bgcol=#f0fcfc
+
|mod={{{mod|}}}
|brcol=#a0c0c0
+
}}<noinclude>
}} <includeonly>[[Category:Audio codecs]] [[Category:codecs]]</includeonly><noinclude>
 
 
<!-------------------- Documentation goes below this line --------------------->
 
<!-------------------- Documentation goes below this line --------------------->
 
For audio codecs.
 
For audio codecs.

Revision as of 23:03, 17 March 2019

??
This is an audio codec. The name to use at the command line is unknown.

For audio codecs.

Usage:

{{codec audio | id= | altid= | altid2= | encoder= | for= | mod= }}

You should supply id, the rest are optional.

  • id: the module name for the codec. If other shortcuts to the same module exist, also list them with altid, or altid and altid2
  • for: a list of containers this codec is compatible with. Put the names in [[ ]] so they link properly
  • mod: module name from Documentation:Modules
  • encoder: if equal to y, display a message, currently "VLC can encode using this codec."

See also