Documentation:Modules/asf
Jump to navigation
Jump to search
Module: asf | |
---|---|
Type | Muxer |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | ASF muxer |
Shortcut(s) | - |
Shortcuts to this module are asf
and asfh
. Support for demuxing was added in 0.5.0. Support for muxing was added sometime prior to 0.8.0, as the changelog says "Improved ASF muxer" for 0.8.0. Support for images/cover art was added in 2.0.0.
Options
- sout-asf-title <string> : Title to put in ASF comments default value: ""
- sout-asf-author <string> : Author to put in ASF comments default value: ""
- sout-asf-copyright <string> : Copyright string to put in ASF comments default value: ""
- sout-asf-comment <string> : Comment to put in ASF comments default value: ""
- sout-asf-rating <string> : "Rating" to put in ASF comments default value: ""
- sout-asf-packet-size <integer> : ASF packet size default value: 4096
- sout-asf-bitrate-override <integer> : Do not try to guess ASF bitrate. Setting this, allows you to control how Windows Media Player will cache streamed content. Set to audio+video bitrate in bytes default value: 0
Source code
- modules/mux/asf.c (muxer)
- modules/demux/asf/asf.c (demuxer)
- modules/demux/asf/libasf.c (stream demuxer)
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.