Difference between revisions of "ASF"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{mux|id=asf|encoder=y|altid=asfh}} | {{mux|id=asf|encoder=y|altid=asfh}} | ||
{{Wikipedia|Advanced Streaming Format}} | {{Wikipedia|Advanced Streaming Format}} | ||
+ | {{Wikipedia|DVR-MS}} | ||
'''Advanced Streaming Format''' (or '''ASF''', later renamed into '''Advanced Systems Format''') is Microsoft's proprietary digital audio/digital video container format, especially meant for streaming media. ASF is part of the Windows Media Framework. | '''Advanced Streaming Format''' (or '''ASF''', later renamed into '''Advanced Systems Format''') is Microsoft's proprietary digital audio/digital video container format, especially meant for streaming media. ASF is part of the Windows Media Framework. | ||
Line 6: | Line 7: | ||
'''Windows Media Files''': ASF files have the file extension '''.asf''', but ASF files which contain [[Windows Media]] codecs are often given the file extension '''.wmv''' or '''.wma'''. | '''Windows Media Files''': ASF files have the file extension '''.asf''', but ASF files which contain [[Windows Media]] codecs are often given the file extension '''.wmv''' or '''.wma'''. | ||
− | == | + | '''DVR-MS''': the Windows Vista recording format, should be played (more or less correctly) by recent VLC versions. |
+ | |||
+ | == Encoder options == | ||
When encoding to ASF format, you can use the following options: | When encoding to ASF format, you can use the following options: | ||
* --sout-asf-title ([[string]]) | * --sout-asf-title ([[string]]) |
Revision as of 14:28, 3 November 2011
asf
|
VLC can encode and decode this container. The module name to use at the command line is asf, but you can also use asfh. |
Advanced Streaming Format (or ASF, later renamed into Advanced Systems Format) is Microsoft's proprietary digital audio/digital video container format, especially meant for streaming media. ASF is part of the Windows Media Framework.
Windows Media Files: ASF files have the file extension .asf, but ASF files which contain Windows Media codecs are often given the file extension .wmv or .wma.
DVR-MS: the Windows Vista recording format, should be played (more or less correctly) by recent VLC versions.
Encoder options
When encoding to ASF format, you can use the following options:
- --sout-asf-title (string)
- --sout-asf-author (string)
- --sout-asf-copyright (string)
- --sout-asf-comment (string)
- --sout-asf-rating (string)
- For use in comments (meta information) in the ASF file
- --sout-asf-packet-size (integer)
- Packet size. Default is 4096
Specification
Source code
- modules/mux/asf.c (output muxer)
- modules/demux/asf (input demuxer)