This is a special version of PMP Mod. AVC video can be finally used.
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
GREAT, GREAT, GREAT WORK magiK!
Some important operative notes:
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.
I've 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).
Atm max resolution is 480x272 (and width/height divisible by 16).
There is also a reduced set of options, compared to the original PMP Mod (the full set of options will be implemented in succesive releases).
It runs at 222mhz, av decoding is around 67fps! (mp3 decoding is responsible for this "slow" performance