forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PMP Mod v2.02 & PMP Mod AVC v1.02
Goto page Previous  1, 2, 3 ... 9, 10, 11 ... 60, 61, 62  Next
 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Phuncz



Joined: 06 Jan 2006
Posts: 16

PostPosted: Mon Jan 09, 2006 11:23 pm    Post subject: Reply with quote

Great I'll test it out ! Could you explain what exactly we are looking at ? :D

I'm able to encode with a Pentium D 830 here at work, so I can test how it fares on the dual-core systems.

Thanks to all the programmers making our PSP-addict lives so much more enjoyable ! Shout-outs to the PMP "Modders" !!
Back to top
View user's profile Send private message
miemt11



Joined: 20 Nov 2005
Posts: 89

PostPosted: Mon Jan 09, 2006 11:42 pm    Post subject: PMP Simple Converter 0.02 for memcoder and pmp_muxer Reply with quote

PMP Simple Converter 0.02 for memcoder and pmp_muxer


Change from version 0.01

1: Fix the pmp_muxer.exe (if pmp_muxer.exe is not available, encoding will not continue )
2: add 160x120, 368X208 and 400x192 resolution
3: Add high quality encoding option
4: minor fix ...


http://rapidshare.de/files/10712468/PMP_Simple_0.02.rar.html

or

http://s18.yousendit.com/d.aspx?id=0VU287Z0SA1ZY0HJCD6S3OJH77

What it do?

1: Convert any video (rmvb, avi mpg, wmv) to PSP PMP format

2: Support size is 320x240, 360x272 and 480x272 resolution

3: All PMP output video are harddup enable

4: Encode Process Priority



Component Requirement:

1: Get all the memcoder component from here
http://www.mplayerhq.hu/homepage/design7/dload.html
and intall all any directory you like. e.g. C:\Memcoder

2: Put pmp_muxer.exe to the intall directory e.g. C:\Memcoder

3: Now extract my PMP Simple to the intall directory e.g. C:\Memcoder

4: .Net Framework Runtime 2.00 from here
http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe


Develop by miemt11 Date 10 Jan 2006
Back to top
View user's profile Send private message
Phuncz



Joined: 06 Jan 2006
Posts: 16

PostPosted: Mon Jan 09, 2006 11:53 pm    Post subject: Reply with quote

Oh, I forgot to mention: I can host the files on a fast webspace if needed. Normally it isn't bandwidth limited. So if the programmers here like Jonny, miemt11 and others need a place for the encoders/players, just mail me at phunction@gmail.com
Back to top
View user's profile Send private message
Phuncz



Joined: 06 Jan 2006
Posts: 16

PostPosted: Tue Jan 10, 2006 12:22 am    Post subject: Reply with quote

I tried the new version on a different PC (same os: Windows XP SP2 Dutch), it still gave the error. "Het systeem kan het opgegeven bestand niet vinden" is Dutch for "The system can't locate the appropriate file", I translated it the last time.

Quote:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: Het systeem kan het opgegeven bestand niet vinden
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at PMP_Simple.Form1.EncodePMPbutton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PMP Simple
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Documents%20and%20Settings/iXtreme%20H7800/Bureaublad/PMP%20Simple/PMP%20Simple.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
blabla


It encoded at about 740fps the first run and 160fps the second run with an animation (Family Guy episode) in High Quality mode. Other programs running are SmartFTP, Irfanview displaying a slideshow, Winamp, MSN Messenger and other various programs.
Back to top
View user's profile Send private message
imhotep



Joined: 13 Dec 2005
Posts: 41

PostPosted: Tue Jan 10, 2006 12:24 am    Post subject: Re: PMP Simple Converter 0.02 for memcoder and pmp_muxer Reply with quote

miemt11 wrote:
PMP Simple Converter 0.02 for memcoder and pmp_muxer



hmm. always closes the command line window for me after the mencoder-step.
i followed the readme exactly, can anybody help?
Back to top
View user's profile Send private message
Itaintrite



Joined: 15 Jul 2005
Posts: 54

PostPosted: Tue Jan 10, 2006 12:24 am    Post subject: Re: Eboot icon and background Reply with quote

Ninja wrote:
My own version of PMP icon and background...feel free to use it to customize your PMP eboot file.. and, a million thanks to jonny for an awesome application.. :)



You can download it here: PMP Mod Eboot Package

Very nice indeed. I'd consider using it, but it would mess up the pochi theme I have for all/most of my homebrews :)
Back to top
View user's profile Send private message
imutau



Joined: 15 Dec 2005
Posts: 15

PostPosted: Tue Jan 10, 2006 12:40 am    Post subject: PMP Player for the PC Reply with quote

Just wondering if there is a PMP Player for the PC.

Just to see how good the quality is on my PC and to see if things like subs work through different encoders and such.

I'm currently using the WinEnc 5.X Beta and it does everything great (encode, hard sub, batch mode, and other setting changes.)

I just need to find a way to reduce file size. I got a 1.4 gig movie down to 800 mb by lowering the frames to 23 fps and lowering the audio to 96 kbps but I still want it smaller. Like around 500 mb. Guess i'll keep trying different settings.
Back to top
View user's profile Send private message
therock003



Joined: 23 Sep 2005
Posts: 96

PostPosted: Tue Jan 10, 2006 1:45 am    Post subject: Reply with quote

one last request.Is it possible to inlude support for external hdd?Cause i just bought an otg device and it would really come in handy if there is support so i can browse media of it!
Back to top
View user's profile Send private message
NyNex



Joined: 08 Jan 2006
Posts: 13

PostPosted: Tue Jan 10, 2006 1:53 am    Post subject: Reply with quote

I have been making more probes. With some films, adjusting "Target quantizer" setting instead of "Target bitrate" setting, I have got lower size pmp files, but they have audiojumping.

I have uploaded Jarhead trailer. It works perfect on MS and almost perfect on Datel HDD.

VideoCompression:
XviD
One pass 1200kbps
NO GMC
NO QPEL
NO B-VOP
Cropped and resized (lanczos3)

AudioCompression:
mp3 CBR
128kbps
44100Hz

http://rapidshare.de/files/10720036/JarheadTrailer.pmp.html

Enjoy!
Back to top
View user's profile Send private message
dbl



Joined: 05 Jan 2006
Posts: 13

PostPosted: Tue Jan 10, 2006 2:18 am    Post subject: Mencoder Optimized Setting Reply with quote

After much experimentation I thought I'd share my curent mencoder settings that I'm most pleased with so far.
Nearly all of these have been discovered by others in this thread (full credit to them), I've just collected them all in one place (and in some cases found the mencoder equivalents of virtualdub options).

These settings achieve:

- Scaling using Lanczos algorithm for sharpness. [-sws 9]
- Disable "no data" frames (to prevent 'frame size can't be 0' error). [-vf harddup]
- Widest motion search. [vhq]
- Disable B-frames (In my opinion, the most reliable way to prevent audio-stuttering). [-xvidencopts max_bframes=0]

Here is an example (using 2-pass encoding):

mencoder source.avi -sws 9 -vf harddup,scale=480:272 -ovc xvid -xvidencopts pass=1:vhq=4:turbo:max_bframes=0 -af resample=44100:0:2 -oac mp3lame -lameopts cbr:br=128 -of rawaudio -o target_PMP.mp3

mencoder source.avi -sws 9 -vf harddup,scale=480:272 -ovc xvid -xvidencopts pass=2:vhq=4:bitrate=768:max_bframes=0 -nosound -o target_PMP.avi


Hope this is useful! I'd like to hear any other options people are using too!

I also have a batch-file that allows multiple videos to be encoded in one go and muxed, let me know if you want it and I'll post it up.

<dbl>
Back to top
View user's profile Send private message
dbl



Joined: 05 Jan 2006
Posts: 13

PostPosted: Tue Jan 10, 2006 2:23 am    Post subject: Reply with quote

Oh also, I forgot in my previous post, I've also found mp3gain (http://mp3gain.sf.net) to be very useful for normalizing the mp3 audio (making it louder) without causing distortion.

The command line I use for this is:
mp3gain /c /r /s s target_PMP.mp3
(The '/s s' switch is essential to keep the mp3 compatible with pmp_muxer).

Again, hope that helps.

<dbl>
Back to top
View user's profile Send private message
Phuncz



Joined: 06 Jan 2006
Posts: 16

PostPosted: Tue Jan 10, 2006 2:40 am    Post subject: Reply with quote

I converted the new Family Guy and American Dad episodes from avi to pmp format, both are very good quality and skipfree with PMP Simple 0.02 using the 128kbit/512kbit encoding and High Quality enabled. Though one problem: the American Dad episode seemed to reset everytime I paused with [] and resumed with X. The Family Guy episode didn't do this. I have watched a movie before these two and used the pauze/unpauze without this problem.

Fantastic work is going on here. It won't take long before PMP will become the most popular of all homebrew with an easy to use muxing/reencoding program !
Back to top
View user's profile Send private message
artik



Joined: 01 Dec 2005
Posts: 37

PostPosted: Tue Jan 10, 2006 2:53 am    Post subject: Re: PMP Simple Converter 0.02 for memcoder and pmp_muxer Reply with quote

miemt11 wrote:
PMP Simple Converter 0.02 for memcoder and pmp_muxer


Thx miemt11 for the support.

Here is when i'm trying to encode a .mov :



See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: Le fichier spécifié est introuvable
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at PMP_Simple.Form1.EncodePMPbutton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINNT/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PMP Simple
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/artik/Bureau/PMP_simple_0.01/PMP%20Simple.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Back to top
View user's profile Send private message
Phuncz



Joined: 06 Jan 2006
Posts: 16

PostPosted: Tue Jan 10, 2006 4:24 am    Post subject: Reply with quote

"Le fichier spécifié est introuvable"

That's the same as my error. Maybe it's because of international setups ?
Back to top
View user's profile Send private message
artik



Joined: 01 Dec 2005
Posts: 37

PostPosted: Tue Jan 10, 2006 4:32 am    Post subject: Reply with quote

Phuncz wrote:
"Le fichier spécifié est introuvable"

That's the same as my error. Maybe it's because of international setups ?


Sorry : in english : "file not found"

Yeah, but dunno why we get this message....
Back to top
View user's profile Send private message
daume



Joined: 05 Jan 2006
Posts: 6

PostPosted: Tue Jan 10, 2006 5:33 am    Post subject: Reply with quote

winmenc 0.5x beta is great ! (extreme quality and fast)

but i didnt succeeded in encoding directly with the program a dvd into a .pmp file (maybe it is too long)

i tried many ways of encoding and winmenc last version all in one is to me the best

i have a question if someone can answer (i am noob with resolutions) , so if i have a FULLSCREEN xvid , is 480x272 the good resolution for pmp ?

thanks a lot all
_________________
++ all
Back to top
View user's profile Send private message
Phuncz



Joined: 06 Jan 2006
Posts: 16

PostPosted: Tue Jan 10, 2006 5:51 am    Post subject: Reply with quote

daume wrote:

i have a question if someone can answer (i am noob with resolutions) , so if i have a FULLSCREEN xvid , is 480x272 the good resolution for pmp ?

No, 480x272 is the original PSP resolution, with an aspect ratio of 16:9 (the screen is 16/16th long and 9/16th high). The correct resolution would be 360x270, which is 4:3. But you can just choose 360x272, it doesn't mather that much (2 pixels).
Back to top
View user's profile Send private message
sti3



Joined: 09 Jul 2005
Posts: 9

PostPosted: Tue Jan 10, 2006 6:49 am    Post subject: Reply with quote

I successfully created a .pmp of _Gattaca_ using virtualdubmod (to resize & crop the video, transcode to lower bitrate, AND demux the audio) and PMP muxer and it looks and sounds great. I don't get the blite/sweet thing. I used the "export .wav" function of virtualdubmod, which saves the audio (have to change extension to .mp3) and used dbpoweramp to change sampling frequency to 44.1 from 48. Transcoded video with no audio and used pmp_mux to combine the files. Worked well, and even at a mere 350kbps the video looks quite good.

What I'd love is a mod of pspenc where you can choose either mp4 or pmp. I downloaded the videora but I really like the interface of PSPEnc, much more configurable--no need to create "profiles".

Great work Jonny.

As for .ogg, the non-Mod PMP plays them (though not well).
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Tue Jan 10, 2006 7:03 am    Post subject: Reply with quote

i'd like to adapt PSPEnc to pmp, but it's really a too big job right now
(actually i'm using an old app i've made, "Enc", i usually do some size prediction tests and after a fixed quant encode - but the target of this app is really restricted to skilled avisynth/vdub users)
Back to top
View user's profile Send private message Visit poster's website
ren1010



Joined: 10 Jan 2006
Posts: 1

PostPosted: Tue Jan 10, 2006 10:10 am    Post subject: Issue with VOB conversion to PMP Reply with quote

Hello there,

Like everyone here in the forum I am very grateful that this application is finally out for everyone to use. It totally breathed new life to my PSP.

Just wanted to ask everyone though if you are having issues successfully converting VOB to PMP with out the audio interference or breakups that happen when the bitrate is too high. I am having a hard time judging how high or low the bitrate is for my ripped vobs.

This is not an issue at all for any of the multimedia files that are already made into divx or xvid just (eg. fansubbed anime)

I have tried all kinds of programs to convert vob to pmp. It works ok on my computer and the audio sounds nice but when transferred to a PSP the audio crackles a lot.

THis happens to most of my VOB, please advise if there is anything I can to alleviate or resolve this issue.

I value all your opinions.

Thanks
ren1010
Back to top
View user's profile Send private message
artik



Joined: 01 Dec 2005
Posts: 37

PostPosted: Tue Jan 10, 2006 10:34 am    Post subject: Reply with quote

fAi_ wrote:
WinMenc 0.5x beta with pmp_muxer
http://z12.zupload.com/file.php?filepath=1758

enjoy :)


It rocks, but how create a .pmp ??
it only make .avi lol
Back to top
View user's profile Send private message
Eingang



Joined: 04 Jan 2006
Posts: 59

PostPosted: Tue Jan 10, 2006 11:00 am    Post subject: Reply with quote

@Malloc and @Jonny

Since VideoraPMPConverter is here, I would like to make a request for you geniusses !

Could one of you please implement a resize option that resizes the video into the following aspect ratios:

1:2,4
1:2,35
1:1,85
1:1,78
1:1,33

???????????????

So you could just crop and encode the vobs/mpgs into 480x272 and set to correct size with pmp-player......so we could theoretically with 16:9 and even 4:3 get even a better quality, cause full resolution would be compressed to a smaller size..... what do you think ?? Would this be hard to do ?

Next step maybe would be a "Aspect-Bit" that could be setted with the muxer, which is read by pmp-player and sets the movie to this AR automatically. OMG I would love this feature.... Never ever recalculate ....

@Jonnyy
btw any progress in detecting the cause for sound bug ?
Back to top
View user's profile Send private message
jovenaso



Joined: 29 Aug 2005
Posts: 7

PostPosted: Tue Jan 10, 2006 11:42 am    Post subject: Reply with quote

it will be nice if we could play it from a iso file or zip file to sabe some space
Back to top
View user's profile Send private message
sti3



Joined: 09 Jul 2005
Posts: 9

PostPosted: Tue Jan 10, 2006 11:48 am    Post subject: Reply with quote

hey jovenaso, zip an .avi and see how much space you save. Generally it's very little.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
Theelise



Joined: 04 Jan 2006
Posts: 8

PostPosted: Tue Jan 10, 2006 11:50 am    Post subject: Reply with quote

^^?

Well reading from a zip (or any other additional form of compression, rar tar etc) isn't gonna save you much space at all? Mpeg 4 is already a compressed container so zipping it up is not gonna save you any additional space, coz to be honest it cant really be compressed any more than it already is in Mpeg4?

Try it your self Zip up a xvid or divx movie and see how much space you actually save.

Go on, just try it....... ;-)
Back to top
View user's profile Send private message
Theelise



Joined: 04 Jan 2006
Posts: 8

PostPosted: Tue Jan 10, 2006 11:51 am    Post subject: Reply with quote

We must have read and posted at the same time... :-)
Back to top
View user's profile Send private message
AZImmortal



Joined: 05 Jan 2006
Posts: 14

PostPosted: Tue Jan 10, 2006 11:51 am    Post subject: Reply with quote

jovenaso wrote:
it will be nice if we could play it from a iso file or zip file to sabe some space

If you've been following the thread, you'll see that the player already has problems playing high bitrate videos, so decompressing on the fly would be impossible, not to mention that the space you'll save from zipping a .pmp file will be negligible.
Back to top
View user's profile Send private message
sti3



Joined: 09 Jul 2005
Posts: 9

PostPosted: Tue Jan 10, 2006 11:59 am    Post subject: Reply with quote

Theelise wrote:
We must have read and posted at the same time... :-)
The similarity of our wording is downright eerie.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
chronomaster5042



Joined: 19 Jul 2005
Posts: 4

PostPosted: Tue Jan 10, 2006 12:05 pm    Post subject: Suggestion Reply with quote

You should make an option to have USB active. Saves some time when switching movies on the go.
Back to top
View user's profile Send private message
saltydog4791



Joined: 07 Jan 2006
Posts: 1

PostPosted: Tue Jan 10, 2006 12:35 pm    Post subject: Re: Mencoder Optimized Setting Reply with quote

dbl wrote:
After much experimentation I thought I'd share my curent mencoder settings that I'm most pleased with so far.
Nearly all of these have been discovered by others in this thread (full credit to them), I've just collected them all in one place (and in some cases found the mencoder equivalents of virtualdub options).

These settings achieve:

- Scaling using Lanczos algorithm for sharpness. [-sws 9]
- Disable "no data" frames (to prevent 'frame size can't be 0' error). [-vf harddup]
- Widest motion search. [vhq]
- Disable B-frames (In my opinion, the most reliable way to prevent audio-stuttering). [-xvidencopts max_bframes=0]

Here is an example (using 2-pass encoding):

mencoder source.avi -sws 9 -vf harddup,scale=480:272 -ovc xvid -xvidencopts pass=1:vhq=4:turbo:max_bframes=0 -af resample=44100:0:2 -oac mp3lame -lameopts cbr:br=128 -of rawaudio -o target_PMP.mp3

mencoder source.avi -sws 9 -vf harddup,scale=480:272 -ovc xvid -xvidencopts pass=2:vhq=4:bitrate=768:max_bframes=0 -nosound -o target_PMP.avi


Hope this is useful! I'd like to hear any other options people are using too!

I also have a batch-file that allows multiple videos to be encoded in one go and muxed, let me know if you want it and I'll post it up.

<dbl>


I would love to see your batch file. I am sure it's better than my kludgy mess.

Also, kudos to jonny. this is now THE only way to watch video on the PSP.

salty
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Goto page Previous  1, 2, 3 ... 9, 10, 11 ... 60, 61, 62  Next
Page 10 of 62

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group