Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
VS-SunBeeOS
Astro File Manager
Andrino
Dictionary and Thesaurus - Dictionary com
Virtual/Augmented Reality Package
Google Navigator
Terminal Emulator
Fedora Package Database - Firefox Addon
SMS Popup
Dictionary.com Flashcards
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
3gp Video
Audio
Audio Players
Graphic Editors
Image Viewers
Media Share And Upload
Painting
Photography
Radio & Streaming audio
Ringtones
TV & Streaming Video
Video
Video Players
More
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
PSPlayer 2.0




PSPlayer 2.0
Version: 1.0

Platforms: PSP, Mobile Gaming


Categories: Multimedia & Graphics

Upload date: 21 Nov 11

Developer:

License: Freeware

Downloads: 474

File Size: 2787 Kb
Download Free PSPlayer 2.0 



Rating: 1.0/5 (Total votes: 5)




  PSPlayer 2.0

from nugi:

As I'm not good at writing in english, I write minimum information for video player of PSPlayer. Full details are in PSPlayer.txt in korean. Translation would be appreciated.

1. PSPlayer video player.

1.1 Features

* Based on FFMPEG nearly latest source(svn rev. 14728).
* avi/mov(mp4) containers supported. No container specific limitation.
* Video codec : Mpeg4 video(xvid etc), Mpeg4/AVC(h264) supported. (HW accel only)
* Audio codec : AC3, MP3, AAC supported. (MP3/AAC are HW accelerated.)
* Subtitles are supported. (smi, etc. through mplayer subreader.c and custom rendering of subtitles.)
* Supports B-frames in H264.
* audio 8-48kHz sampling rate supported. (linear resamling to 44kHz used in PSPlayerMT)
* Real-time volume boosting(1-20x). Apart from system volume. (Can be used for Replay Gain. Of course by hand not automatically.)
* Super high quality custom YUV rendering using PSP video acclerator. Precise color conversion. Deblocking in chroma channels. (from PSPlayerMT)
* Fast avi loading by optimizing index loading.
* Max video resolution. 480x272. (PSP HW codec library does not support higher resolution. maybe)
* No restriction in framerate.
* Buffering mechanism used in PSPlayerMT. (but extreamly reduced buffer size.)
* FF/Rew supported.
* Using internal bookmark mechanism, resuming supported.
* Async reading of video files. Less memstick access.
* usbhostfs, nethostfs supported. (first should be enabled using irshell. etc.)

1.2 Video player control

←→ : FF/REW (to next keyframe)
↑↓ : FF/REW (to 30sec keyframe)
L1/R1 : FF/REW (to 5min keyframe)
△ : change zoom mode
Ⅹ : Stop playing
□ : Show player debug info
START : Pause/Play toggle
Analog Up/Down : Boost volume 1x-20x (in SW)

1.3 Additional notes on video player

* Most of software codecs are removed to reduce pbp filesize. (except AC3)
* Sometimes H264 decoder fails.
* After decoding of Mpeg4 video(xvid), H264 decoder crashes occasionally. (in sceMpeg library)
* Recommended encoding software. (regardless of codec)
- to avi files. Badak. always my favoriate. (http://www.kipple.pe.kr)
- to mp4 files. XviD4PSP 5.x. Good for mp4 files. (http://www.winnydows.com, avi not working)
- no special conversion setting is required for H264. (just select file, setup codec and convert.)
- HW xvid decoder does not support b-vop(b frame), gmc, qpel. When encoding with xvid, disable unsupported options. (With mencoder, add -xvidencopts max_bframes=0:nogmc:noqpel)
* Have an option for RGB rendering of Mpeg4 video.
* First audio track only. No multi-track audio.
* developed and tested on 3.90 M33-5(1.5 addon, fatmsmod patch) and tested on 3.71 M33-4(?, 1.5 addon) and OFW 1.5 on DAX's time machine. (not a slim psp)
* Full compatible list of container and codec combination. (tested.)
- AVI - opendivx/xvid/h264 - ac3/mp3
- MP4 - xvid/h264/opendivx(?) - mp3/aac
- any combination of video/audio codec is supported. (ex. avi h264/ac3 ok)
* avi files takes additional 10MHz CPU clock.
* ac3 is not recommended. for compatibility only. It takes additional 50MHz CPU clock.

2. PSPlayer other features

* started from simple mp3 player using libmad.
* text viewer. Up to 2M lines. Fast loading. Simple bookmark.
* mp3/aac/m4a/ogg player. with playlist support.(m3u)
* bmp/jpg/png/gif support. but primitive.
* Additional features and how to use is in PSPlayer.txt and readme.old. (but in korean, sorry)

3. Code page and font (text files and subtitles)

* PSPlayer is a totally multi-byte application.
* Can handle 2-byte characters.
* No code-page conversion.
* Included font is a rip of a korean font. (in CP949)
* Should match encoding of text files and font.
* Font converter can be released if I can find it somewhere in my harddisk.

4. Source codes and license

In each binary distribution source code will be included.

Source codes follows GNU GENERAL PUBLIC LICENSE. See license.txt in the distribution.

5. Compilation

You need to setup pspsdk and addtional libraries. See Makefile for full list of needed libraries.

I includes svn diff for ffmpeg source and configure script(ffmpegconfigure.sh). The svn diff decribes what I modified from ffmpeg source svn rev. 14728.

I hope this codes are helpful to all PSP developers. But my source code is very very dirty because it started from a simple test application. PSPlayerMT was a source code cleanup version of this but it failed and discontinued.(It was just a battery hungry ogre, I think) And most of PSPlayerMT source code is just copied to main.cpp (after 2 year of sleep in a zipfile), making it a hell to readers.

subreader.h/c : copied from mplayer source and modified slightly to compile with it.

6. Special Thanks to

- Sakya : used support.prx to do... clock adjustment, display off, get volume level. His LightMP3 motivated me to upgrade PSPlayer using HW codecs after 2+ year of sleep.
- cooleyes : prototype for MP3/AAC/Mpeg4/H264 decoding using VME. PPA source code greatly helped coding of PSPlayer(esp. video player).
- TyRaNiD : PSPLink greatly helped monitoring, debugging of PSPlayer.
- and all other PSP developers
 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 
Similar Software:

PMPlayerAdvance build 20081020 (fw 3.xx)PMPlayerAdvance build 20081020 (fw 3.xx)
PMPlayerAdvance build 20081020 (fw 3.xx) PSP homebrew developer cooleyes has released another update for PMPlayerAdvance. The trusty video player application on the PSP has been modified with some improvements and fixes, one of the more important ones being CFW 5.00 M33 compatibility. Here are the changes for build 20081018: 1
PMPlayer AdvancePMPlayer Advance
PMPlayer Advance Changelog v3.0.5 (20090709): - added Custom Firmware 5.50GEN-B, PSP1000 Supported - fixed MP4 (MKV) file delete function Supported File Format: PMP Format V2 ( *.pmp ): o Video: AVC, main profile, level 2.1, <=480*272 MPEG-4 Part2, <=480*272 o Audio: MP3 AAC MP4 Format ( *.mp4 ): o Video: AVC, baseline profile, level 1
PSP-VNCPSP-VNC
PSP-VNC The wonderful Ahman, the same person who is bringing us the latest version of iR Shell to the PSP soon has today released another application to make your PSP much more useful. If you have no idea what this does then here's PSP VNC in a nutshell: VNC stands for Virtual Networked Computing, and it simply means you can use your portable consle (i
PMPlayer AdvancePMPlayer Advance
[Changelog] - added ASS,SSA subtitle Supported - added 3GP file Supported "
PMP Mod 1.02 M4.02g3PMP Mod 1.02 M4.02g3
PMP Mod 1.02 M4.02g3  Raphel and argandona from PS2Dev forum has released PMP Mod 1.02 M4.02g3 for PSP. PMP Mod 1.02 M4.02g3 is a modded version of Jonnya€s PMP Mod 1.02. Here are the details: Here is the waited for malloc MOD+GUI version of jonnys latest 1.02 PMPMOD. This is version PMPMOD M4
PMP ModPMP Mod
PMP Mod  Jonny has now released v1.01 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
PMPlayer AdvancePMPlayer Advance
PMPlayer Advance Here's the latest version of cooleyes' feature pack alternative media player for the PlayStation Portable, PMPlayer Advance. Now on version 3.1.4, the latest update fixes some video format problems
PMPlayer Advance build 20090503PMPlayer Advance build 20090503
- added MKV S_TEXT format subtitle supported
PMPMod AVC 1.02 SUB POS SupportPMPMod AVC 1.02 SUB POS Support
PMPMod AVC 1.02 SUB POS Support Who doesn't love Jonny's homebrew app, PMPMod? The app, as many of you already know, is an AVC media player for the PSP
NEW PMPlayer Advance v3.0.9NEW PMPlayer Advance v3.0.9
NEW PMPlayer Advance v3.0.9 - the most popular player for PSP Here's the latest version of Cooleyes' ever-popular alternative media player for the Playstation Portable, PMPlayer Advance (PPA). Notable features of the update includes the addition of flv2mpeg4 format, and the use of a new codec to decode FLV1 files
 

Comments on PSPlayer 2.0:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Please, select device to check if PSPlayer 2.0 supports it
 
 
© Pantich 2009 - 2025 All rights reserved.