Difference between revisions of "Documentation:Modules/avi"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page marked up/adapted from source code)
 
m (Add shortcuts, clear)
 
Line 1: Line 1:
 
== Demux ==
 
== Demux ==
{{Module|name=avi|type=Access demux|description=[[AVI]] demuxer}}
+
{{Module|name=avi|type=Access demux|description=[[AVI]] demuxer|sc=none}}
 
{{Option
 
{{Option
 
|name=avi-interleaved
 
|name=avi-interleaved
Line 14: Line 14:
 
|description=Recreate a index for the AVI file. Use this if your AVI file is damaged or incomplete (not seekable). 0 ("Ask for action"), 1 ("Always fix"), 2 ("Never fix"), 3 ("Fix when necessary")
 
|description=Recreate a index for the AVI file. Use this if your AVI file is damaged or incomplete (not seekable). 0 ("Ask for action"), 1 ("Always fix"), 2 ("Never fix"), 3 ("Fix when necessary")
 
}}
 
}}
 +
{{Clear}}
  
 
== Mux ==
 
== Mux ==
{{Module|name=avi|type=Muxer|description=[[AVI]] muxer}}
+
{{Module|name=avi|type=Muxer|description=[[AVI]] muxer|sc=avi}}
 
{{Option
 
{{Option
 
|name=sout-avi-artist
 
|name=sout-avi-artist
Line 71: Line 72:
 
|description=Keywords
 
|description=Keywords
 
}}
 
}}
 +
{{Clear}}
  
 
== Source code ==
 
== Source code ==

Latest revision as of 07:22, 17 May 2019

Demux

Module: avi
Type Access demux
First VLC version -
Last VLC version -
Operating system(s) all
Description AVI demuxer
Shortcut(s) (none)
  • avi-interleaved <boolean> : Force interleaved method default value: disabled
  • avi-index <integer> {0,1,2,3} : Recreate a index for the AVI file. Use this if your AVI file is damaged or incomplete (not seekable). 0 ("Ask for action"), 1 ("Always fix"), 2 ("Never fix"), 3 ("Fix when necessary") default value: 0

Mux

Module: avi
Type Muxer
First VLC version -
Last VLC version -
Operating system(s) all
Description AVI muxer
Shortcut(s) avi
  • sout-avi-artist <string> : Artist default value: NULL
  • sout-avi-date <string> : Date default value: NULL
  • sout-avi-genre <string> : Genre default value: NULL
  • sout-avi-copyright <string> : Copyright default value: NULL
  • sout-avi-comment <string> : Comment default value: NULL
  • sout-avi-name <string> : Name default value: NULL
  • sout-avi-subject <string> : Subject default value: NULL
  • sout-avi-encoder <string> : Encoder default value: "VLC Media Player - " VERSION_MESSAGE
  • sout-avi-keywords <string> : Keywords default value: NULL

Source code

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.