Feed on
Posts
Comments

Here is a sample code to decode a psp mp4(avc) file.
it can decode baseline profile MP4AVC(<=480*272),
it also can decode main profile MP4AVC(<=720*480)

full source package, you can download from here
http://cooleyes.fx-world.org/downloads/samples/avcdecoder.rar

More… »

[changelog]
Happy niu year!
1. PSP&IPhone MP4AVC suppported (<=480*272)
2. ISO8859-6 charset supported, ISO8859-9 charset supported(update miniconv.prx to miniconv.eur.prx.20090206)
3. 480P MP4AVC will come next release
[download]
http://code.google.com/p/pmplayer-advance/downloads/list

More… »

[changelog]
1. fw5.00M33 supported.
2. xxx.sc.srt, xxx.tc.srt subtitles supported, sc is GBK, tc is BIG5
3. can play rotate 180, press X+Start when playing
[download]
http://code.google.com/p/pmplayer-advance/downloads/list

More… »

[changelog]
1. clean all fw1xx code from source
2. fw4.01M33 supported.
3. xxx.eng.srt, xxx.cht.srt, xxx.chs.srt,。。。, such as these srt subtitles supported
4. fixed codeset bugs for sub file(microdvd subtitle)
5. MP4(xvid+aac) supported
6. use a new file “moviestat.dat” to instead of “*.pos” file, it can saved 20 records.

[download]
http://code.google.com/p/pmplayer-advance/downloads/list

More… »

Convert PMF to MP4AVC

Convert PMF to MP4AVC, we must recompress video data and audio data.
some software is required :
1 Sony’s SonicStage
2 AviSynth
3 a MKV splitter
4 a AVC decoder

now you can convert pmf to mp4avc like :
1.  PMFVideoDumper.exe  in.pmf
2.  PMFAudioDumper.exe  in.pmf
3.  HIMDRENDER.exe -i in.pmf.0.oma -o in.pmf.0.wav ( you can use all tracks or just [...]

More… »

【Changelog】
1.fixed PMFAudioDumper, can dump more audio tracks from PMF file
【Download】
http://www.fx-world.org/cooleyes/downloads/tools/PMF2PMP-20080712.rar

More… »

you must have installed Sony’s SonicStage
1.  PMFVideoDumper.exe  in.pmf
2.  PMFAudioDumper.exe  in.pmf
3.  HIMDRENDER.exe -i in.pmf.oma -o in.pmf.wav
4.  neroAacEnc_SSE2.exe -br 128000 -if in.pmf.wav -of in.pmf.m4a
5.  pmp_muxer2.exe -v in.pmf.264 -a in.pmf.m4a -o out.pmp -d 1 -w 480 -h 272 -r 30000 -s 1001
6.  del in.pmf.264
     del in.pmf.oma
     del in.pmf.wav
     del in.pmf.m4a
all tools, you can download it here
http://www.fx-world.org/cooleyes/downloads/tools/PMF2PMP-20080619.rar

More… »

submit some new code to svn today,
add MP4(xvid) supported to PPA,
but the play fps is still not full,

More… »

[changelog]
1. fw3.95GEN supported.
2. more MP4AVC file supported
3.ISO8859-1 charset supported  in English version release.
[download]
http://code.google.com/p/pmplayer-advance/downloads/list

More… »

to decode mp4(avc), we need a mpeg_vsh.prx from psp fw (ver > 2.00)
so I use the mpeg_vsh.prx from psp fw(3.30),
I decompress and decrypt mpeg_vsh.prx from psp fw(3.30) and rename to mpeg_vsh330.prx , and use it to decode mp4(avc)
now, I can decode <=480*272 avc frame from psp mp4 file,
and I am [...]

More… »

Older Posts »