Difference between revisions of "Template:Mux"

From VideoLAN Wiki
Jump to navigation Jump to search
m
Line 7: Line 7:
  
 
==Usage==
 
==Usage==
 +
{{mux|id= |encoder= |info= }}
 +
 +
id is supposed to be what you'd put in the command line, like
 +
--sout='#std{mux='''id''',url=....}'
 +
 +
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]]
 
Example, [[avi]]
 
  <nowiki>{{mux|id=avi|encoder=y}}</nowiki>
 
  <nowiki>{{mux|id=avi|encoder=y}}</nowiki>

Revision as of 02:43, 16 December 2006

??

This container can be used to decode video.

Usage

This container can be used to decode video.

id is supposed to be what you'd put in the command line, like

--sout='#std{mux=id,url=....}'

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

This container can be used to encode and decode video.


Example, asf

{{mux|id=asf|encoder=y|info=This works with mp2v, blah blah}}

becomes

asf

This container can be used to encode and decode video. This works with mp2v, blah blah