Difference between revisions of "MPlayerWii"
Jump to navigation
Jump to search
(→Bugs) |
|||
Line 5: | Line 5: | ||
| type = Media Player | | type = Media Player | ||
| author = [[User:fcorbier|rOn]] | | author = [[User:fcorbier|rOn]] | ||
− | | download = [http://ronwarez.com/mplayerwii/MPlayerWii-0. | + | | download = [http://ronwarez.com/mplayerwii/MPlayerWii-0.03.zip v0.03] |
− | | source = [http://ronwarez.com/mplayerwii/MPlayerWii-src-0. | + | | source = [http://ronwarez.com/mplayerwii/MPlayerWii-src-0.03.zip v0.02 sourcecode] |
| peripherals = {{Wiimote1}} {{FrontSD}} | | peripherals = {{Wiimote1}} {{FrontSD}} | ||
| hbc = 1 | | hbc = 1 | ||
Line 49: | Line 49: | ||
==Bugs== | ==Bugs== | ||
*Unplug all USB devices before launching MPlayerWii or else it will code dump. | *Unplug all USB devices before launching MPlayerWii or else it will code dump. | ||
− | |||
==Changelog== | ==Changelog== | ||
+ | ===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=== | ===v0.02=== | ||
*added svenp's libfat patches (better read speed on SD cards) | *added svenp's libfat patches (better read speed on SD cards) |
Revision as of 08:49, 14 July 2008
MPlayerWii | |
![]() | |
General | |
---|---|
Author(s) | rOn |
Type | Media Player |
Links | |
[[v0.03|Download]] | |
[[v0.02 sourcecode|Source]] | |
Peripherals | |
![]() ![]() |
MPlayerWii is a native port of the MPlayer media player. It will play almost any kind of audio file but still needs improvement on video playback.
Usage
Place video and audio files on the root folder of your SD card.
Button | Action |
---|---|
![]() |
Select a File [up] |
![]() |
Select a File [down] |
![]() |
Play a file |
![]() |
Return to Loader |
Or when playing a file:
Button | Action |
---|---|
![]() |
Skip Backward |
![]() |
Skip Forward |
![]() |
Pause/Unpause |
![]() |
Return to File Select |
File formats tested
- Containers: AVI, WMV, MKV, MP3, FLV (Flash Video), MP4, M4V, QuickTime
- 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
Bugs
- Unplug all USB devices before launching MPlayerWii or else it will code dump.
Changelog
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.
Credits
MPlayerWii was ported by rOn (aka fcorbier).