Please scroll down for the download button
and more file information.
File Description
A mod by Malloc of Jonny'sv1.00 of PMP Mod which supports full resolution AVI files. At the moment, Jonny is using a custom video "container" so you will have to use the accompanying muxer to make your media files compatible.
* I wasn't able to crash it in the last 10 days, it should be stable and reasonably fast. * Everything is quite optimized, plus, i use a buffer of about 1 second to prevent slowdown on complexity spikes and keep the psp spinning frames. * It's programmed in a way that av will never desync (when a scene is too power demanding you'll notice audio skipping). * Today i've tested the battery, the app eat ~40% for a 2 hours movie (not bad considering the cpu @333 and the me running). * The player is totally rewritten (now i'm using only libavcodec from FFMPEG). * Zoom option is still missing (for videos with width and/or height <>
Visit Jonny's site for details about Video and Audio types supported for use with PMP Muxer:
- a volume booster function (up and down can be used to change the volume from x1 to x2, x4, or x8 during play, usefull for the low volume scenes)
- a resume function (when the video is exited with triangle, the position is saved in a small file, and when the video is played again, it goes directly where it was saved)
- Left and Right trigger can be used to adjust the luminosity during playback (it's usefull to add a bit of luminosity to remove the bad ghosting effect of the LCD screen in dark scenes)
- if START is pressed during play, it goes to the start of the video.
- if the .PMP.POS file is selected in the file selector, it launches the .PMP directly
Zoom / Aspect ratio handling with the SELECT button (using the GU to stretch the video with bilinear).
there's 4 cycling modes : - original size - zoom to fit the width of the video (cropping the top & bottom if necessary) usefull to zoom 4/3 video (losing the top and the bottom) - zoom to fit the height of the video (cropping the left & right if necessary) usefull to zoom 4/3 video (adding black bars left/right) - zoom to full screen (doesn't preserve aspect ratio)
- Fixed a small bug in the saved position handling when a video was ended, and then replayed - Added a small interface opened with START button, displaying the psp clock time, video time, video position, zoom mode, volume boost & luminosity mode. - Moved the seek to start on the HOME button - Added a high speed seek if X is pressed while LEFT / RIGHT is used
Mod 4.01:
* added Jonny's 1.01 fixes * added alphabetical sorting of files in selection menu * added USB activation in selection menu (refresh file list with START) * fixed small slowdown creating more audio drop than the previous versions (it should be as quick as the first versions now) * fixed interface.tga hardcoded path -> the path to the pbp can now be renamed * fixed small buffer clear bug whith zoom mode changes * fixed small precision problem with luminosity boost