个人工具

“UbuntuHelp:MPlayer”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第10行: 第10行:
 
=== Installing MPlayer ===
 
=== Installing MPlayer ===
  
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=apt.png '''Ubuntu 6.06 LTS (Dapper Drake)'''
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=apt.png '''Ubuntu 6.06 LTS (Dapper Drake) and later'''
  
 
Beginning with Ubuntu 6.06 Dapper Drake, you no longer need to match your CPU to the proper MPlayer package. <br> Simply install the '''mplayer''' package from the [[UbuntuHelp:AddingRepositoriesHowto| Multiverse repository]].
 
Beginning with Ubuntu 6.06 Dapper Drake, you no longer need to match your CPU to the proper MPlayer package. <br> Simply install the '''mplayer''' package from the [[UbuntuHelp:AddingRepositoriesHowto| Multiverse repository]].
第19行: 第19行:
 
'''MPlayer''' provides excellent streaming video support for Mozilla, Firefox, Epiphany and Konqueror. To enable support for streaming media install the package '''mozilla-mplayer'''.
 
'''MPlayer''' provides excellent streaming video support for Mozilla, Firefox, Epiphany and Konqueror. To enable support for streaming media install the package '''mozilla-mplayer'''.
  
'''[Edgy / Feisty]''' Firefox seems to use the '''totem-mozilla''' plugin even when '''mozilla-mplayer''' is installed. The following commands will disable Totem's support for Firefox, allowing MPlayer to handle streaming video. You could create a script from these commands, and call it after each Firefox update.
+
'''[Edgy / Feisty]''' Firefox prefers the '''totem-mozilla''' plugin over '''mozilla-mplayer''', so you will need to remove the package '''totem-mozilla''' to enable the mplayer plugin.
 
+
This could be Ubuntu bug [https://bugs.launchpad.net/ubuntu/+source/mplayerplug-in/+bug/63690 #63690].
+
 
+
Close all Firefox windows before executing these commands.
+
 
+
<pre><nowiki> cd /usr/lib/mozilla-firefox/plugins
+
sudo mkdir oldtotemfiles
+
sudo mv libtotem* oldtotemfiles
+
</nowiki></pre>
+
  
 
<br>
 
<br>
第37行: 第28行:
 
**** MPEG-4 SP/ASP (for example, encoded with Div''''''X, Xvi''''''D or FFmpeg MPEG-4)
 
**** MPEG-4 SP/ASP (for example, encoded with Div''''''X, Xvi''''''D or FFmpeg MPEG-4)
 
**** H.264 (MPEG-4 AVC)
 
**** H.264 (MPEG-4 AVC)
**** Windows Media Video 7/8 (WMV1/2)
+
**** Windows Media Video 7/8/9 (WMV1/2/3)
**** Windows Media Video 9 (WMV3) (using x86 DLL)
+
 
**** Real''''''Video 1.0, 2.0 (G2)
 
**** Real''''''Video 1.0, 2.0 (G2)
 
**** Real''''''Video 3.0 (RP8), 4.0 (RP9) (using Real libraries)
 
**** Real''''''Video 3.0 (RP8), 4.0 (RP9) (using Real libraries)
 
**** Sorenson v1/v3 (SVQ1/SVQ3), Cinepak, RPZA and other Quick''''''Time codecs
 
**** Sorenson v1/v3 (SVQ1/SVQ3), Cinepak, RPZA and other Quick''''''Time codecs
 
**** DV video
 
**** DV video
**** Intel Indeo3 (3.1, 3.2)
+
**** Intel Indeo 2, 3 (3.1, 3.2)
 
**** Intel Indeo 4.1 and 5.0 (using x86 DLL or X''''''Anim codecs)
 
**** Intel Indeo 4.1 and 5.0 (using x86 DLL or X''''''Anim codecs)
 
**** VIVO 1.0, 2.0, I263 and other H.263(+) variants (using x86 DLL)
 
**** VIVO 1.0, 2.0, I263 and other H.263(+) variants (using x86 DLL)
第57行: 第47行:
 
**** WMA (Div''''''X Audio) v1, v2
 
**** WMA (Div''''''X Audio) v1, v2
 
**** WMA 9 (WMAv3), Voxware audio, ACELP.net etc (using x86 DLLs)
 
**** WMA 9 (WMAv3), Voxware audio, ACELP.net etc (using x86 DLLs)
**** Real''''''Audio: COOK, SIPRO, ATRAC3 (using Real libraries)
+
**** Real''''''Audio: SIPRO (using Real libraries)
**** Real''''''Audio: DNET and older codecs
+
**** Real''''''Audio: DNET, Cooker, ATRAC3 and older codecs
 
**** Quick''''''Time: Qclp, Q-Design QDMC/QDM2, MACE 3/6 (using QT libraries), ALAC
 
**** Quick''''''Time: Qclp, Q-Design QDMC/QDM2, MACE 3/6 (using QT libraries), ALAC
 
**** Ogg Vorbis audio
 
**** Ogg Vorbis audio
第75行: 第65行:
 
* [[UbuntuHelp:MEncoder| MEncoder wiki page]]
 
* [[UbuntuHelp:MEncoder| MEncoder wiki page]]
  
* [[UbuntuHelp:/CVS| This wiki page]] explains how to install MPlayer from CVS
+
* [[UbuntuHelp:MPlayer/CVS| This wiki page]] explains how to install MPlayer from CVS
  
  
 
<br>
 
<br>
 
----
 
----
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
+
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月21日 (三) 18:43的版本



IconsPage?action=AttachFile&do=get&target=mplayer.png

MPlayer is a powerful and versatile media player that can play all types of free media formats (see the FreeFormats page) as well as most 'non-free' media formats. A companion program called MEncoder can be used to encode or transform any audio or video stream that MPlayer can read. See the RestrictedFormats wiki page for instructions for enabling non-free formats in MPlayer and gmplayer. For more information visit the MPlayer web site.


Installing MPlayer

IconsPage?action=AttachFile&do=get&target=apt.png Ubuntu 6.06 LTS (Dapper Drake) and later

Beginning with Ubuntu 6.06 Dapper Drake, you no longer need to match your CPU to the proper MPlayer package.
Simply install the mplayer package from the Multiverse repository.


Streaming Video

MPlayer provides excellent streaming video support for Mozilla, Firefox, Epiphany and Konqueror. To enable support for streaming media install the package mozilla-mplayer.

[Edgy / Feisty] Firefox prefers the totem-mozilla plugin over mozilla-mplayer, so you will need to remove the package totem-mozilla to enable the mplayer plugin.


Supported Audio and Video Codecs

  • Supported video codecs include:
        • MPEG-1 (VCD) and MPEG-2 (SVCD/DVD/DVB) video
        • MPEG-4 SP/ASP (for example, encoded with Div'X, Xvi'D or FFmpeg MPEG-4)
        • H.264 (MPEG-4 AVC)
        • Windows Media Video 7/8/9 (WMV1/2/3)
        • Real'Video 1.0, 2.0 (G2)
        • Real'Video 3.0 (RP8), 4.0 (RP9) (using Real libraries)
        • Sorenson v1/v3 (SVQ1/SVQ3), Cinepak, RPZA and other Quick'Time codecs
        • DV video
        • Intel Indeo 2, 3 (3.1, 3.2)
        • Intel Indeo 4.1 and 5.0 (using x86 DLL or X'Anim codecs)
        • VIVO 1.0, 2.0, I263 and other H.263(+) variants (using x86 DLL)
        • MJPEG, AVID, VCR2, ASV2 and other hardware formats
        • FLI/FLC
        • Huff'YUV
        • various old simple RLE-like formats
  • Supported audio codecs include:
        • MPEG layer 1, 2, and 3 (MP3) audio
        • AC3/A52 (Dolby Digital) audio (software or SP/DIF)
        • AAC (MPEG-4 audio)
        • WMA (Div'X Audio) v1, v2
        • WMA 9 (WMAv3), Voxware audio, ACELP.net etc (using x86 DLLs)
        • Real'Audio: SIPRO (using Real libraries)
        • Real'Audio: DNET, Cooker, ATRAC3 and older codecs
        • Quick'Time: Qclp, Q-Design QDMC/QDM2, MACE 3/6 (using QT libraries), ALAC
        • Ogg Vorbis audio
        • VIVO audio (g723, Vivo Siren) (using x86 DLL)
        • alaw/ulaw, (ms)gsm, pcm, adpcm and other simple old audio formats



See also