Difference between revisions of "Template:Mux"
Jump to navigation
Jump to search
m (nn) |
m (Respect value of "mod" for "module link = none" and "module link = <value>") |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{top box | + | <!-- |
− | |id={{{id | + | -->{{top box |
+ | |id={{{id|??}}} | ||
|text=<!-- | |text=<!-- | ||
Line 1: -->VLC can {{ #ifeq: {{{encoder|n}}} | y | '''encode''' and }} '''decode''' this [[container]]. {{{info|}}}<!-- | Line 1: -->VLC can {{ #ifeq: {{{encoder|n}}} | y | '''encode''' and }} '''decode''' this [[container]]. {{{info|}}}<!-- | ||
− | Line 2: --><br />The [[ | + | Line 2: --><br />{{#if:{{{id|}}}<!-- |
− | }}<includeonly> [[Category:Container]] {{ #ifeq: {{{encoder|n}}} | y | [[Category:Container_Encoder]] }} [[Category:Container_Decoder]] </includeonly><noinclude> | + | -->|The [[module]] name to use at the [[command line]] is {{#switch:{{{module link|page}}}<!-- |
+ | -->| page = '''{{docmod|{{{mod|{{{id}}}}}}}}'''<!-- | ||
+ | -->| none = {{{mod|{{{id}}}}}}<!-- | ||
+ | -->| #default = [{{{module link}}} {{{mod|{{{id}}}}}}]<!-- | ||
+ | -->}}<!-- | ||
+ | -->{{#if:{{{altid|}}}<!-- | ||
+ | -->|, but you can also use '''{{{altid}}}'''<!-- | ||
+ | -->{{#if:{{{altid2|}}}<!-- | ||
+ | -->|, or '''{{{altid2}}}'''<!-- | ||
+ | -->}}<!-- | ||
+ | -->}}.<!-- | ||
+ | -->|The [[module]] name to use at the [[command line]] is unknown.<!-- | ||
+ | -->}}<!-- | ||
+ | -->}}<includeonly> [[Category:Container]] {{ #ifeq: {{{encoder|n}}} | y | [[Category:Container_Encoder]] }} [[Category:Container_Decoder]] </includeonly><noinclude> | ||
==Usage== | ==Usage== | ||
− | <nowiki>{{mux|id= |encoder= |info= |altid= |altid2= }}</nowiki> | + | <nowiki>{{mux|id= |encoder= |info= |module link= { page, none, <value> } |altid= |altid2= |mod= }}</nowiki> |
id is supposed to be what you'd put in the command line, like | id is supposed to be what you'd put in the command line, like | ||
--sout='#std{mux='''id''',url=....}' | --sout='#std{mux='''id''',url=....}' | ||
If there is more than one shortcut, use altid for the others. | If there is more than one shortcut, use altid for the others. | ||
+ | |||
+ | Parameter <code>'''|module link='''</code> defaults to <code>page</code>: | ||
+ | * page | ||
+ | ** <code>mod</code> will link to a particular module while displaying the <code>id</code> given. Use this when <code>altid</code> would not make sense. For example, on the page [[MOV]] the code <code><nowiki>{{Mux|id=mov|mod=mp4}}</nowiki></code> will link to the ''mp4'' module while prominently displaying the shortcut ''mov'' in the box. | ||
+ | * none - ID only, no links | ||
+ | * {{tag|value}} - URL to the Git file | ||
It will add it to [[:Category:Container]] (all containers) and [[:Category:Container_Decoder]] (containers which can be decoded... which is all containers <span title="wink">;-)</span> If you think that's stupid, change it! | It will add it to [[:Category:Container]] (all containers) and [[:Category:Container_Decoder]] (containers which can be decoded... which is all containers <span title="wink">;-)</span> If you think that's stupid, change it! | ||
Line 40: | Line 60: | ||
* {{tl|Codec video}} | * {{tl|Codec video}} | ||
* {{tl|Mux}} | * {{tl|Mux}} | ||
+ | * {{tl|Protocol}} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 22:59, 28 May 2019
??
|
VLC can decode this container. The module name to use at the command line is unknown. |
Usage
{{mux|id= |encoder= |info= |module link= { page, none, <value> } |altid= |altid2= |mod= }}
id is supposed to be what you'd put in the command line, like
--sout='#std{mux=id,url=....}'
If there is more than one shortcut, use altid for the others.
Parameter |module link=
defaults to page
:
- page
mod
will link to a particular module while displaying theid
given. Use this whenaltid
would not make sense. For example, on the page MOV the code{{Mux|id=mov|mod=mp4}}
will link to the mp4 module while prominently displaying the shortcut mov in the box.
- none - ID only, no links
<value>
- URL to the Git file
It will add it to Category:Container (all containers) and Category:Container_Decoder (containers which can be decoded... which is all containers ;-) If you think that's stupid, change it!
If encoder is "y" then it also adds it to Category:Container_Encoder and changes the text a bit.
Info is for extra text in the box.
Examples
Example, avi
{{mux|id=avi|encoder=y}}
becomes
avi
|
VLC can encode and decode this container. The module name to use at the command line is avi. |
Example, asf
{{mux|id=asf|encoder=y|info=This works with mp2v, blah blah}}
becomes
asf
|
VLC can encode and decode this container. This works with mp2v, blah blah The module name to use at the command line is asf. |
Example, mp4
{{mux|id=mp4|encoder=y|altid=mov|altid2=3gp}}
becomes
mp4
|
VLC can encode and decode this container. The module name to use at the command line is mp4, but you can also use mov, or 3gp. |
See also
- {{Codec audio}}
- {{Codec video}}
- {{Mux}}
- {{Protocol}}