More actions
m (Text replacement - "| licence" to "| license") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Distinguish|MPlayer CE|MPlayer | {{Distinguish|MPlayer CE|MPlayer - dvdlib edition}} | ||
{{Obsolete}} | {{Obsolete}} | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
| image | | title=MPlayerWii | ||
| | | image=mplayerwii.jpg | ||
| type | | description = Native MPlayer port. | ||
| author | | type = Media players | ||
| version | | author = rOn | ||
| license | | version = 0.07 | ||
| download | | lastupdated = 2008/10/09 | ||
| source | | license = GPL-2.0 | ||
| download = https://dlhb.gamebrew.org/wiihomebrews/mplayerwii.7z | |||
| website = https://web.archive.org/web/20081121195909/http://ronwarez.com/mplayerwii/ | |||
| source = http://code.google.com/p/mplayerwii/source/checkout | |||
}} | }} | ||
This is a native port of MPlayer to the Nintendo Wii. | |||
MPlayer is a media player that supports a wide variety of formats. This port is currently in VERY EARLY stage. | |||
== File formats tested == | == File formats tested == | ||
Line 18: | Line 22: | ||
* Video codecs: Xvid, DivX, Windows Media, MPEG 1/2, H.264 | * Video codecs: Xvid, DivX, Windows Media, MPEG 1/2, H.264 | ||
* Audio codecs: MP1/2/3, Windows Media, AAC | * Audio codecs: MP1/2/3, Windows Media, AAC | ||
It should also work with other formats. | It should also work with other formats. | ||
Note: [[MPlayerWii]] does not play dvd videos only [[MPlayer | Note: [[MPlayerWii]] does not play dvd videos only [[MPlayer - dvdlib edition]] made by Team Twiizers will do this! However below is an unofficial version that will read files off of burned dvds. It would be to everyones benefit if someone could merge the sources together and add all of the features from the latest Unofficial MPlayerWii to MPlayer so that there is no more confusion. | ||
==Media== | |||
'''How To Watch Videos With MPlayerWii Using Homebrew Channel!''' ([https://www.youtube.com/watch?v=nr8-LiKKFuA goku100396]) <br> | |||
<youtube>nr8-LiKKFuA</youtube> | |||
== Bugs and Support == | == Bugs and Support == | ||
Line 29: | Line 37: | ||
== FAQ == | == FAQ == | ||
*Why won't my USB storage device work? | |||
First, make sure your hard drive is formatted as FAT12, FAT16, OR FAT32. | First, make sure your hard drive is formatted as FAT12, FAT16, OR FAT32. | ||
Most devices are supported by the library being used to provide usbstorage access, but some do not work due to various reasons such as noncompliance to standards. Such devices usually require special drivers to work and it would be an arduous task to track them all and write support for all of them. You can blame the manufacturers. Note: U3 devices do not work, this includes Sandisk's cruzer line. | Most devices are supported by the library being used to provide usbstorage access, but some do not work due to various reasons such as noncompliance to standards. Such devices usually require special drivers to work and it would be an arduous task to track them all and write support for all of them. You can blame the manufacturers. Note: U3 devices do not work, this includes Sandisk's cruzer line. | ||
* Why isn't NTFS supported? | |||
MPlayerWii uses libfat to read from FAT filesystems and it would need a similar library to read from NTFS. No such library has been written. Support for NTFS can be enabled through linux, but MPlayerWii does not run on top of wii linux. It is a direct port. | MPlayerWii uses libfat to read from FAT filesystems and it would need a similar library to read from NTFS. No such library has been written. Support for NTFS can be enabled through linux, but MPlayerWii does not run on top of wii linux. It is a direct port. | ||
* Why isn't there subtitle support? | |||
MPlayerWii uses a wrapper to enable it to work with the wii. Unfortunately, the changes needed to enable subtitles on the wii cannot be done through this wrapper, but instead would require changes to the actual mplayer code. It is not clear if this will be done or even if it is possible at the moment. | MPlayerWii uses a wrapper to enable it to work with the wii. Unfortunately, the changes needed to enable subtitles on the wii cannot be done through this wrapper, but instead would require changes to the actual mplayer code. It is not clear if this will be done or even if it is possible at the moment. | ||
* Why don't my RM and RMVB files work? | |||
The wii uses PPC architecture. Newer Real Video encoded files (rmvb and some rm) only have support libraries written for x86 architecture availible. | The wii uses PPC architecture. Newer Real Video encoded files (rmvb and some rm) only have support libraries written for x86 architecture availible. | ||
* Why is the picture corrupted with some videos? | |||
Not much is known about this issue at the moment except that it can be caused by some video filters applied in a certain way during the encoding process, which will usually result in a green bar at the bottom of the screen accompanied by discoloration and/or other issues when the file(s) is/are played in MPlayerWii. This is not to be confused with a different minor problem which can usually be resolved by stopping playback and starting it again or by waiting a few seconds. | Not much is known about this issue at the moment except that it can be caused by some video filters applied in a certain way during the encoding process, which will usually result in a green bar at the bottom of the screen accompanied by discoloration and/or other issues when the file(s) is/are played in MPlayerWii. This is not to be confused with a different minor problem which can usually be resolved by stopping playback and starting it again or by waiting a few seconds. | ||
* Why is SMB not working with my mac? | |||
There is a bug in the libOGC that prevents SMB to work with MacOS X out of the box. There is a workaround, edit the /etc/smb.conf file on your mac and add these lines: | There is a bug in the libOGC that prevents SMB to work with MacOS X out of the box. There is a workaround, edit the /etc/smb.conf file on your mac and add these lines: | ||
Line 60: | Line 68: | ||
== Changelog == | == Changelog == | ||
''' v0.07 ''' | |||
*fixed screen color depth/banding issues (uses code from dhewg's mplayer port) | *fixed screen color depth/banding issues (uses code from dhewg's mplayer port) | ||
*added progress bar osd display during seek/volume on videos | *added progress bar osd display during seek/volume on videos | ||
''' v0.06 ''' | |||
*huge speedup on USB devices (thanks to rodries and Hermes) | *huge speedup on USB devices (thanks to rodries and Hermes) | ||
*added classic controller support to position and scale the video display | *added classic controller support to position and scale the video display | ||
''' v0.05 ''' | |||
*added file folders support | *added file folders support | ||
*added fix for PAL widescreen users (set the correct setting in mplayerwii.conf) | *added fix for PAL widescreen users (set the correct setting in mplayerwii.conf) | ||
*much faster USB reading speed (huge thanks to rodries) | *much faster USB reading speed (huge thanks to rodries) | ||
''' v0.04 ''' | |||
*mount/unmount the SD card and/or USB drive so you can swap them out without reloading MPlayerWii | *mount/unmount the SD card and/or USB drive so you can swap them out without reloading MPlayerWii | ||
*added USB read-ahead cache | *added USB read-ahead cache | ||
Line 83: | Line 91: | ||
*new ascii logo by sensah | *new ascii logo by sensah | ||
''' v0.03 ''' | |||
*added USB storage support (USB reading is dead slow unfortunately, only good for MP3 files) | *added USB storage support (USB reading is dead slow unfortunately, only good for MP3 files) | ||
*added volume controls (Up/Down buttons on the wiimote) | *added volume controls (Up/Down buttons on the wiimote) | ||
Line 92: | Line 100: | ||
*more audio playback fixes | *more audio playback fixes | ||
''' v0.02 ''' | |||
*added svenp's libfat patches (better read speed on SD cards) | *added svenp's libfat patches (better read speed on SD cards) | ||
*added pause button (A button on the wiimote) | *added pause button (A button on the wiimote) | ||
Line 99: | Line 107: | ||
*improved audio playback code | *improved audio playback code | ||
''' v0.01 ''' | |||
*Initial release. Full of bugs, audio sync code is awful and will probably crash often. Also, there's room for lots of speed improvements. | *Initial release. Full of bugs, audio sync code is awful and will probably crash often. Also, there's room for lots of speed improvements. | ||
== | ==External links== | ||
* Official Website - https://web.archive.org/web/20081121195909/http://ronwarez.com/mplayerwii/ | |||
* Source - http://code.google.com/p/mplayerwii/source/checkout | |||
* | |||
Revision as of 02:59, 28 February 2022
- Not to be confused with MPlayer CE or MPlayer - dvdlib edition.
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
MPlayerWii | |
---|---|
File:Mplayerwii.jpg | |
General | |
Author | rOn |
Type | Media players |
Version | 0.07 |
License | GPL-2.0 |
Last Updated | 2008/10/09 |
Links | |
Download | |
Website | |
Source | |
This is a native port of MPlayer to the Nintendo Wii.
MPlayer is a media player that supports a wide variety of formats. This port is currently in VERY EARLY stage.
File formats tested
- Containers: AVI, WMV, MKV, OGM, MP3, FLV (Flash Video), MP4, M4V, QuickTime, 3GP
- Video codecs: Xvid, DivX, Windows Media, MPEG 1/2, H.264
- Audio codecs: MP1/2/3, Windows Media, AAC
It should also work with other formats.
Note: MPlayerWii does not play dvd videos only MPlayer - dvdlib edition made by Team Twiizers will do this! However below is an unofficial version that will read files off of burned dvds. It would be to everyones benefit if someone could merge the sources together and add all of the features from the latest Unofficial MPlayerWii to MPlayer so that there is no more confusion.
Media
How To Watch Videos With MPlayerWii Using Homebrew Channel! (goku100396)
Bugs and Support
Please report bugs at the project page. You may also find the Official Forum Topic at DCEmu useful.
FAQ
- Why won't my USB storage device work?
First, make sure your hard drive is formatted as FAT12, FAT16, OR FAT32.
Most devices are supported by the library being used to provide usbstorage access, but some do not work due to various reasons such as noncompliance to standards. Such devices usually require special drivers to work and it would be an arduous task to track them all and write support for all of them. You can blame the manufacturers. Note: U3 devices do not work, this includes Sandisk's cruzer line.
- Why isn't NTFS supported?
MPlayerWii uses libfat to read from FAT filesystems and it would need a similar library to read from NTFS. No such library has been written. Support for NTFS can be enabled through linux, but MPlayerWii does not run on top of wii linux. It is a direct port.
- Why isn't there subtitle support?
MPlayerWii uses a wrapper to enable it to work with the wii. Unfortunately, the changes needed to enable subtitles on the wii cannot be done through this wrapper, but instead would require changes to the actual mplayer code. It is not clear if this will be done or even if it is possible at the moment.
- Why don't my RM and RMVB files work?
The wii uses PPC architecture. Newer Real Video encoded files (rmvb and some rm) only have support libraries written for x86 architecture availible.
- Why is the picture corrupted with some videos?
Not much is known about this issue at the moment except that it can be caused by some video filters applied in a certain way during the encoding process, which will usually result in a green bar at the bottom of the screen accompanied by discoloration and/or other issues when the file(s) is/are played in MPlayerWii. This is not to be confused with a different minor problem which can usually be resolved by stopping playback and starting it again or by waiting a few seconds.
- Why is SMB not working with my mac?
There is a bug in the libOGC that prevents SMB to work with MacOS X out of the box. There is a workaround, edit the /etc/smb.conf file on your mac and add these lines:
[global] max xmit = 32768
after this one:
; Site-specific parameters can be added below this comment.
then restart your mac.
Changelog
v0.07
- fixed screen color depth/banding issues (uses code from dhewg's mplayer port)
- added progress bar osd display during seek/volume on videos
v0.06
- huge speedup on USB devices (thanks to rodries and Hermes)
- added classic controller support to position and scale the video display
v0.05
- added file folders support
- added fix for PAL widescreen users (set the correct setting in mplayerwii.conf)
- much faster USB reading speed (huge thanks to rodries)
v0.04
- mount/unmount the SD card and/or USB drive so you can swap them out without reloading MPlayerWii
- added USB read-ahead cache
- added preliminary samba network share support
- fixed startup crash when a usblan or usb keyboard is attached
- added network streaming cache
- added video scaling with the nunchuk (use joystick to move, Z button to stretch and C to reset)
- added configuration file (put in the SD root folder)
- new ascii logo by sensah
v0.03
- added USB storage support (USB reading is dead slow unfortunately, only good for MP3 files)
- added volume controls (Up/Down buttons on the wiimote)
- added wiimote buttons repeat during playback
- added preliminary test network streaming (shoutcast and mms)
- longer filename display in the file selection screen
- fix for widescreen aspect ratio (uses the Wii display settings)
- more audio playback fixes
v0.02
- added svenp's libfat patches (better read speed on SD cards)
- added pause button (A button on the wiimote)
- disabled MPlayer's error/status text during video playback
- file list now displays 20 files instead of 10
- improved audio playback code
v0.01
- Initial release. Full of bugs, audio sync code is awful and will probably crash often. Also, there's room for lots of speed improvements.