More actions
(Created page with "{{Infobox PSP Homebrews |title=PMP Mod AVC |image=pmpmodavc2.png |description=A special version of PMP Mod. Supports AVC video. |author=johnny |lastupdated=2006/06/24 |type=Me...") |
m (Text replacement - "Category:PSP homebrew applications" to "") |
||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|author=johnny | |author=johnny | ||
|lastupdated=2006/06/24 | |lastupdated=2006/06/24 | ||
|type=Media | |type=Media Players | ||
|version=1.02 | |version=1.02 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/psphomebrew/pmpmodavc.7z | |download=https://dlhb.gamebrew.org/psphomebrew/pmpmodavc.7z?k33p0fil35 | ||
|website=http://jonny.leffe.dnsalias.com/ | |website=http://jonny.leffe.dnsalias.com/ | ||
|source=https://dlhb.gamebrew.org/psphomebrew/pmpmodavc.7z | |source=https://dlhb.gamebrew.org/psphomebrew/pmpmodavc.7z | ||
}} | }} | ||
PMP Mod AVC is a special version of [[PMP Mod PSP|PMP Mod]] | PMP Mod AVC is a special version of [[PMP Mod PSP|PMP Mod]], with supports for AVC video. | ||
==User guide== | ==User guide== | ||
Line 64: | Line 64: | ||
* Author's website - [https://web.archive.org/web/20081211130212/http://jonny.leffe.dnsalias.com/ http://jonny.leffe.dnsalias.com/] (archived) | * Author's website - [https://web.archive.org/web/20081211130212/http://jonny.leffe.dnsalias.com/ http://jonny.leffe.dnsalias.com/] (archived) | ||
* PS2DEV - https://forums.ps2dev.org/viewtopic.php?p=31644 | * PS2DEV - https://forums.ps2dev.org/viewtopic.php?p=31644 | ||
Latest revision as of 10:51, 8 Mayıs 2024
PMP Mod AVC | |
---|---|
General | |
Author | johnny |
Type | Media Players |
Version | 1.02 |
License | Mixed |
Last Updated | 2006/06/24 |
Links | |
Download | |
Website | |
Source | |
PMP Mod AVC is a special version of PMP Mod, with supports for AVC video.
User guide
Compatible streams can be created with x264, here are some commandline examples:
x264 --crf 25 -A all --level 3 --pictiming --aud --no-psnr --thread-input --progress --output out.264 in.avs
x264 --bitrate 512 -A all --level 3 --pictiming --aud --no-psnr --thread-input --progress --output out.264 in.avs
In the muxer you need to specify width, height and fps of the video (the author has patched x264 to write a file with this informations).
If the muxer find this file, informations here will be used instead of the one specified manually (so, in a normal situation, you don't need to specify those infos manually).
The max resolution is 480x272 (and width/height divisible by 16).
At 222mhz, av decoding is around 70fps (mp3 decoding is responsible for this performance).
The current version run at 120mhz (battery consumption is around 20% for a 2 hours movie).
Controls
Triangle - Exit
Circle - Toggle osd
Cross+R - Toggle loop
Square - Pause/Play
Left/Right - Rewind/Fast forward
Cross+Left/Right - Faster rewind/Fast forward
Up/Down - Change volume
Select - Cycle audio streams
L/R - Change luminosity
Start - Cycle aspect ratios
Cross+Up/Down = Zoom up/down
Credits
A huge thanks goes to magiK (PMF Player author).
magiK have:
- Unlocked the avc decoding api.
- Modified x264 to make the stream fully psp compatible.
- Followed/helped me with the decoding api.
External links
- Author's website - http://jonny.leffe.dnsalias.com/ (archived)
- PS2DEV - https://forums.ps2dev.org/viewtopic.php?p=31644