Difference between revisions of "Windows Media"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Windows Media Video moved to Windows Media: Both video + audio codecs)
m (→‎Codecs: nn)
 
(30 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 +
:''See also [[Windows Media Player]]''
 
{{wikipedia|Windows Media Video}}
 
{{wikipedia|Windows Media Video}}
'''Windows Media Video''' (WMV) is a generic name for the set of proprietary streaming video technologies developed by Microsoft. It is part of the Windows Media framework.
+
'''Windows Media''' is a generic name for the set of proprietary streaming audio and video technologies developed by Microsoft. It includes the '''Windows Media Video''' (WMV) and '''Windows Media Audio''' (WMA) codecs.
  
WMV is not built solely on Microsoft in-house technology. From version 7 (WMV1), Microsoft has used its own non-standard version of MPEG-4 Part 2. The video stream is often combined with an audio stream of Windows Media Audio.
+
Windows Media Video is not built solely on Microsoft in-house technology. From version 7 (WMV1), Microsoft has used its own non-standard version of [[MPEG-4]] Part 2.
  
WMV files are played by players such as MPlayer or Windows Media Player, the latter being only available for Microsoft Windows and Macintosh systems. Many third-party players exist for various platforms such as Linux that use the FFmpeg implementation of the WMV codecs.
+
Windows Media is often generated using Microsoft's proprietary Windows Media Video 9 VCM software for Windows.  
  
Raw WMV video is packed into an AVI or Advanced Streaming Format (ASF) container. The resulting files may be named .avi if it is an AVI-contained file, or .wmv or .asf if it is an ASF file, but .wmv files are to be ASF files with audio/video content only.
+
Microsoft has submitted Version 9 codec to the [[wikipedia:Society of Motion Picture and Television Engineers|Society of Motion Picture and Television Engineers]] (SMPTE), for approval as an international standard. The Trial version of standards were published by SMPTE in September 2005. A reference decoder implementation and test sequences are also available. This codec is used to distribute high definition video on standard DVDs in a format Microsoft has branded as '''WMV HD''', which can be played back on computers or compatible DVD players.
  
WMV is found in the AVI file container when encoded with Microsoft's proprietory Windows Media Video 9 VCM software for Windows. Microsoft's Windows Media Player for the Mac does not support all WMV encoded files since it supports only the ASF file container.
+
== Encoding ==
 +
You can encode audio to WMA format with following command
 +
{{%}} vlc input.wav :sout="#transcode{acodec=wma2,ab=128,channels=2,samplerate=44100}:std{access=file,mux=asf,dst=output.wma}"
  
WMV includes digital rights management facilities intended to protect intellectual property rights.
+
You can encode video and audio to WMV format with following command
 +
{{%}} vlc input.avi :sout="#transcode{vcodec=WMV2,width=720,vb=1200,height=576,acodec=wma2,ab=128,channels=2}:std{access=file,mux=asf,dst=output.wmv}"
  
Microsoft has submitted Version 9 codec to the Society of Motion Picture and Television Engineers (SMPTE), for approval as an international standard. (As of Jan 2005, the SMPTE is reviewing the submission under the draft-name "VC-1"). This codec is also used to distribute high definition video on standard DVDs in a format Microsoft has branded as WMV HD. This WMV HD content can be played back on computers or compatible DVD players.
+
== Container ==
 +
Windows Media files use the [[ASF]] container. They generally have the file extension '''.wmv''', '''.wma''', '''.wm''' or '''.asf'''.
  
The Trial version of standards were published by SMPTE in September 2005. A reference decoder implementation and test sequences are also available.
+
Windows Media codecs can also be used inside [[AVI]] files.
  
== Container ==
+
=== Codecs used in WMV files ===
Windows Media files use the [[ASF]] container. They generally have the file extension '''.wmv''', '''.wma''' or '''.wm'''.
+
See next paragraph for more information on codecs in WMV files.
 +
 
 +
== Codecs ==
 +
{{codec video|id=WMV3|altid=WMV|for=Windows Media}}
 +
{{codec video|id=WMV2|altid=WMV|for=Windows Media}}
 +
{{codec audio|id=WMA2|altid=WMA|for=Windows Media}}
 +
Windows Media often uses special native codecs for '''Windows Media Video''' and '''Windows Media Audio'''. WMV3 is often called "Windows Media 9".
  
=== Codecs used in WMV files ===
 
 
{| class="wikitable"
 
{| class="wikitable"
! [[Fourcc]] !! [[Codec]] !! Supported by VLC?
+
! scope="col" | [[Fourcc]] !! scope="col" | [[Codec]] !! scope="col" | Supported by VLC? !! scope="col" | Comments
 
|-
 
|-
| MP43 || [[MPEG-4]] || {{Up-to-date}}
+
| MP43 || [[MPEG-4]] || {{Up-to-date}} ||
 
|-
 
|-
| MSS2 || || {{no}}
+
| WMV1 ||Windows Media Video v7 || {{Up-to-date}} ||
 +
|-
 +
| WMV2 || Windows Media Video v8 || {{Up-to-date}} || Not totally implemented for rare files. Please send the files.
 +
|-
 +
| WMV3 || Windows Media Video 9 (v3) || {{Up-to-date}} || Not totally implemented for rare files (VBR). Please send the files.
 +
|-
 +
| WVC1, WMVA || Windows Media Video 9 Advanced Profile || {{Up-to-date}} || Not totally implemented for rare files (VBR, interlacing). Please send the files.
 +
|-
 +
| WMVP || Windows Media Video 9 Image || {{Up-to-date}} || VLC 2.0 or through [[dmo]] for older versions
 +
|-
 +
| WVP2 || Windows Media Video 9.1 Image (v2) || {{Up-to-date}} || VLC 2.0 or through [[dmo]] for older versions
 +
|-
 +
| MSS1 || Windows Media Screen v7 || {{Up-to-date}} || with [[dmo]] ONLY
 +
|-
 +
| MSS2 || Windows Media Video 9 screen codec || {{Up-to-date}} || with [[dmo]] ONLY
 
|-
 
|-
| WMV3 || Windows Media Video 3 || {{Up-to-date}}
 
 
|}
 
|}
  
== Codecs ==
+
More info on [http://msdn2.microsoft.com/en-us/library/bb331872.aspx MSDN]
{{codec video|id=WMV3|altid=WMV...|for=Windows Media}}
+
 
{{codec audio|id=WMA2|altid=WMA...|for=Windows Media}}
+
== Compatibility ==
Windows Media often uses special native codecs for '''Windows Media Video''' and '''Windows Media Audio'''. WMV3 is often called "Windows Media 9".
+
 
 +
=== Protected content ===
 +
Windows Media files may contain [[Digital Restrictions Management]] (DRM) facilities intended to protect copyrights. VLC does not play any DRM'd files.
 +
 
 +
=== Windows Media Video 3 ===
 +
WMV3, the Video part of Windows Media 9, is supported in VLC since version 0.8.6. Upgrade to the latest version ({{VLC:latest version}}) to play WMV files.  
  
== Compatability ==
+
If you are unable to upgrade, there are still some fixes. If you're using Windows and have Windows Media Player 9/10 installed, VLC should be able to play these files, by using Microsoft's own files. Or, if you're using Linux, see the [[Common Problems]] page for a workaround.
  
WMV3, the Video part of Windows Media 9, is not supported in VLC. However there are some fixes.
+
=== On Windows Media Player (Mac) ===
 +
Microsoft's Windows Media Player for the Mac does not support all WMV encoded files since it supports only the ASF file container.{{check}}
  
If you're using Windows and have Windows Media Player 9/10 installed, VLC should be able to play these files, by using Microsoft's own files. Or, if you're using Linux, see the [[common problems]] page for a workarround.
+
[[Category:Windows]]

Latest revision as of 22:03, 17 March 2019

See also Windows Media Player

Windows Media is a generic name for the set of proprietary streaming audio and video technologies developed by Microsoft. It includes the Windows Media Video (WMV) and Windows Media Audio (WMA) codecs.

Windows Media Video is not built solely on Microsoft in-house technology. From version 7 (WMV1), Microsoft has used its own non-standard version of MPEG-4 Part 2.

Windows Media is often generated using Microsoft's proprietary Windows Media Video 9 VCM software for Windows.

Microsoft has submitted Version 9 codec to the Society of Motion Picture and Television Engineers (SMPTE), for approval as an international standard. The Trial version of standards were published by SMPTE in September 2005. A reference decoder implementation and test sequences are also available. This codec is used to distribute high definition video on standard DVDs in a format Microsoft has branded as WMV HD, which can be played back on computers or compatible DVD players.

Encoding

You can encode audio to WMA format with following command

% vlc input.wav :sout="#transcode{acodec=wma2,ab=128,channels=2,samplerate=44100}:std{access=file,mux=asf,dst=output.wma}"

You can encode video and audio to WMV format with following command

% vlc input.avi :sout="#transcode{vcodec=WMV2,width=720,vb=1200,height=576,acodec=wma2,ab=128,channels=2}:std{access=file,mux=asf,dst=output.wmv}"

Container

Windows Media files use the ASF container. They generally have the file extension .wmv, .wma, .wm or .asf.

Windows Media codecs can also be used inside AVI files.

Codecs used in WMV files

See next paragraph for more information on codecs in WMV files.

Codecs

WMV3
This is a video codec. The name to use at the command line is WMV3, but you can also use WMV.
This codec can be used inside the Windows Media containers.
WMV2
This is a video codec. The name to use at the command line is WMV2, but you can also use WMV.
This codec can be used inside the Windows Media containers.
WMA2
This is an audio codec. The name to use at the command line is WMA2, but you can also use WMA.
This codec can be used inside the Windows Media containers.

Windows Media often uses special native codecs for Windows Media Video and Windows Media Audio. WMV3 is often called "Windows Media 9".

Fourcc Codec Supported by VLC? Comments
MP43 MPEG-4 Up-to-date
WMV1 Windows Media Video v7 Up-to-date
WMV2 Windows Media Video v8 Up-to-date Not totally implemented for rare files. Please send the files.
WMV3 Windows Media Video 9 (v3) Up-to-date Not totally implemented for rare files (VBR). Please send the files.
WVC1, WMVA Windows Media Video 9 Advanced Profile Up-to-date Not totally implemented for rare files (VBR, interlacing). Please send the files.
WMVP Windows Media Video 9 Image Up-to-date VLC 2.0 or through dmo for older versions
WVP2 Windows Media Video 9.1 Image (v2) Up-to-date VLC 2.0 or through dmo for older versions
MSS1 Windows Media Screen v7 Up-to-date with dmo ONLY
MSS2 Windows Media Video 9 screen codec Up-to-date with dmo ONLY

More info on MSDN

Compatibility

Protected content

Windows Media files may contain Digital Restrictions Management (DRM) facilities intended to protect copyrights. VLC does not play any DRM'd files.

Windows Media Video 3

WMV3, the Video part of Windows Media 9, is supported in VLC since version 0.8.6. Upgrade to the latest version (3.0.12) to play WMV files.

If you are unable to upgrade, there are still some fixes. If you're using Windows and have Windows Media Player 9/10 installed, VLC should be able to play these files, by using Microsoft's own files. Or, if you're using Linux, see the Common Problems page for a workaround.

On Windows Media Player (Mac)

Microsoft's Windows Media Player for the Mac does not support all WMV encoded files since it supports only the ASF file container.[Please check this]