Difference between revisions of "Template:Codec video"
Jump to navigation
Jump to search
m (See also: Template:Codec audio, Template:Codec video; +Category:Templates) |
m (Modify sortkey on Category:Codecs) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{codec |
− | |id={{{id| | + | |type=video |
− | | | + | |id={{{id|}}} |
− | + | |altid={{{altid|}}} | |
− | + | |altid2={{{altid2|}}} | |
− | + | |encoder={{{encoder|n}}} | |
− | + | |for={{{for|}}} | |
− | + | |mod={{{mod|}}} | |
− | + | }}<noinclude> | |
− | }} < | + | <!-------------------- Documentation goes below this line ---------------------> |
− | |||
For video codecs. | For video codecs. | ||
Usage: | Usage: | ||
− | <nowiki>{{codec video | id= | altid= | altid2= | for= | mod= }}</nowiki> | + | <nowiki>{{codec video | id= | altid= | altid2= | encoder= | for= | mod= }}</nowiki> |
You should supply id, the rest are optional. | You should supply id, the rest are optional. | ||
− | * id: the module name for the codec. If | + | * 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 <nowiki>[[ ]]</nowiki> so they link properly | + | * for: a list of containers this codec is compatible with. Put the names in <nowiki>[[ ]]</nowiki> so they link properly |
* mod: module name from [[Documentation:Modules]] | * mod: module name from [[Documentation:Modules]] | ||
+ | * encoder: if equal to <kbd>y</kbd>, display a message, currently "VLC can '''encode''' using this codec." | ||
== See also == | == See also == | ||
* {{tl|Codec audio}} | * {{tl|Codec audio}} | ||
* {{tl|Codec video}} | * {{tl|Codec video}} | ||
+ | * {{tl|Mux}} | ||
+ | * {{tl|Protocol}} | ||
+ | [[Category:Codecs|*]]<!--Modify sortkey--> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
+ | [[Category:Video codecs|*]]<!--Modify sortkey--> | ||
+ | <!-----------------------------------------------------------------------------> | ||
</noinclude> | </noinclude> |
Latest revision as of 05:35, 8 April 2019
??
|
This is a video codec. The name to use at the command line is unknown. |
For video codecs.
Usage:
{{codec video | 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
- {{Codec audio}}
- {{Codec video}}
- {{Mux}}
- {{Protocol}}