Difference between revisions of "ASF"

From VideoLAN Wiki
Jump to navigation Jump to search
m (cat)
Line 1: Line 1:
{{mux|id=asf|encoder=y}}
+
{{mux|id=asf|encoder=y|altid=asfh}}
 
{{Wikipedia|Advanced Streaming Format}}
 
{{Wikipedia|Advanced Streaming Format}}
  
 
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.
 +
 +
== Module 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
 +
 +
{{file|modules/mux/asf.c}}

Revision as of 23:29, 16 December 2006

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.

Module 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