QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Speculation
The above video goes away if you are a member and logged in, so log in now!

Just an idea, maybe TCPMP on PSP is possible?

This is a discussion on Just an idea, maybe TCPMP on PSP is possible? within the PSP Speculation forums, part of the PSP Development, Hacks, and Homebrew category; Originally Posted by TheTwilightKing Dude...that's awesome..does the quality hold up will it look jaggy at all? Well, all i can ...

Reply
 
LinkBack Thread Tools
Old 10-03-2006, 08:49 AM   #31
 
Myristate's Avatar
 
Join Date: Mar 2006
Posts: 17
Trader Feedback: 0
Default

Quote:
Originally Posted by TheTwilightKing
Dude...that's awesome..does the quality hold up will it look jaggy at all?
Well, all i can say is, it looks fine to me! Not jaggy or anything.

Like i said, i just grab a xvid avi file (like a TV episode or something) and put it on my SD card and it plays fine on my PDA with this program.
Myristate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-06-2006, 06:29 PM   #32
 
TheMysteriousThug's Avatar
 
Join Date: Jun 2005
Location: Fascination Street
Posts: 7,215
Trader Feedback: 0
Default

I'm bumping this to get people interested.
__________________
[SIZE=2][FONT=Verdana][SIZE=3][U][B]3 YEAR VETERAN[/B][/U][/SIZE][SIZE=3][FONT=Arial Black]
[/FONT][/SIZE][/FONT][/SIZE]Thanks to the following whose ever made me a sig/av.
[U][I][FONT=Impact]
[/FONT][/I][/U]
TheMysteriousThug is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-07-2006, 03:44 AM   #33

Developer
 
Raphael's Avatar
 
Join Date: Jan 2006
Location: Germany
Posts: 919
Trader Feedback: 0
Default

It's possible to port TCPMP, but undoubtly a lot of work, because a lot of the codecs are especially written for PDA architecture (mostly ARM) plus the whole interface code, which is written for Windows Mobile (would need a complete rewrite). Also, just because TCPMP can play fullspeed on PDA's with 200Mhz, doesn't mean by any means that it could also run at full speed on PSP (though it probably can, if done correctly). Different architecture just means different execution behaviour, especially when things like cache and RAM are completely differently attached to the system.
The same goes for VLC but there it's even harder, because that is only x86 code.
If you're aiming for a near-perfect player, I would rather try TCPMP. Especially because of my respect for picard and his demo scene history
If you just want .avi and .mpeg videos to play on PSP, use the imperfect psplayermt or wait till 0x89 is out - it will have those capabilities (I'm working on that part) and I will also at the same time release a modified PMPMod version with .avi playback.
__________________
Raphs board rules #31: Excessive use of punctuation is either a sign of a lesser ego or a small mind. Avoid it if you don't want to look like a total moron.
Raphs board rules #17: When you need to ask whether you are capable of doing something, you are not.
Raphs board rules #2: Exploits aren't found by changing version numbers, blindly merging data into a file or turning your PSP upside down.
Raphs board rules #1: If you have no clue how exploits work, don't come up with ideas about them.
Raphael is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-07-2006, 03:57 AM   #34
QJ Is Cluttered.
 
Join Date: Jun 2005
Real First Name: Daniel
Location: New Zealand.
Posts: 6
Trader Feedback: 2
Default

I know theres also a version of tcpmp available for mips processors, its available on the site mentioned in the first post.
Macca is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-07-2006, 10:29 AM   #35
 
TheMysteriousThug's Avatar
 
Join Date: Jun 2005
Location: Fascination Street
Posts: 7,215
Trader Feedback: 0
Default

Quote:
Originally Posted by Raphael
It's possible to port TCPMP, but undoubtly a lot of work, because a lot of the codecs are especially written for PDA architecture (mostly ARM) plus the whole interface code, which is written for Windows Mobile (would need a complete rewrite). Also, just because TCPMP can play fullspeed on PDA's with 200Mhz, doesn't mean by any means that it could also run at full speed on PSP (though it probably can, if done correctly). Different architecture just means different execution behaviour, especially when things like cache and RAM are completely differently attached to the system.
The same goes for VLC but there it's even harder, because that is only x86 code.
If you're aiming for a near-perfect player, I would rather try TCPMP. Especially because of my respect for picard and his demo scene history
If you just want .avi and .mpeg videos to play on PSP, use the imperfect psplayermt or wait till 0x89 is out - it will have those capabilities (I'm working on that part) and I will also at the same time release a modified PMPMod version with .avi playback.
Auto-Resizing .AVI playback or the whole resizing process then .AVI playback?
__________________
[SIZE=2][FONT=Verdana][SIZE=3][U][B]3 YEAR VETERAN[/B][/U][/SIZE][SIZE=3][FONT=Arial Black]
[/FONT][/SIZE][/FONT][/SIZE]Thanks to the following whose ever made me a sig/av.
[U][I][FONT=Impact]
[/FONT][/I][/U]
TheMysteriousThug is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-08-2006, 05:25 AM   #36

Developer
 
Raphael's Avatar
 
Join Date: Jan 2006
Location: Germany
Posts: 919
Trader Feedback: 0
Default

Quote:
Originally Posted by Macca
I know theres also a version of tcpmp available for mips processors, its available on the site mentioned in the first post.
MIPS != MIPS, the mips version of TCPMP is at least not R4000. It's much easier to work from there though, yes, but still the whole interface part needs to be rewritten from scratch, plus psp-specific optimizations (useage of GU/vfpu).

Quote:
Originally Posted by TheTwilightKing
Auto-Resizing .AVI playback or the whole resizing process then .AVI playback?
Sorry, I cannot follow you. Do you mean wheather the 0x89 video playback will have fullscreen playback? It will be the same as the current PMP Mod (ie fullscreen, zoom and different aspect ratios), only that it plays directly from .avi/.mpeg containers rather then .pmp
__________________
Raphs board rules #31: Excessive use of punctuation is either a sign of a lesser ego or a small mind. Avoid it if you don't want to look like a total moron.
Raphs board rules #17: When you need to ask whether you are capable of doing something, you are not.
Raphs board rules #2: Exploits aren't found by changing version numbers, blindly merging data into a file or turning your PSP upside down.
Raphs board rules #1: If you have no clue how exploits work, don't come up with ideas about them.
Raphael is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-08-2006, 03:24 PM   #37
 
Myristate's Avatar
 
Join Date: Mar 2006
Posts: 17
Trader Feedback: 0
Default

Quote:
Originally Posted by TheTwilightKing
Auto-Resizing .AVI playback or the whole resizing process then .AVI playback?

TCPMP on PDA auto-resizes any avi when u play it. (see my posts earlier.)
Just put it on your SD card and hit play, no matter what resolution, u don't have to wait for it to encode or something.

Thats the reason i thought of this player to maybe work on PSP. Because i was getting so annoyed with having to re-encode everything.

Actually, since the beginning of the whole psp homebrew scene (i live in the Netherlands and i imported a original 1.50 psp from Japan) i've followed every development since then and i've been waiting for something to come by that will play avi's without converting.

Sure it's more space on your mem.stick, but i just like to (and i hope i may say this...) download a TV episode for instance and watch it on my way to work or whatever and then i delete it anyway, so the bigger filesize doesnt bother me. I'm usually in a hurry, so re-encoding takes time, and u have to think ahead to encode something for the next day etc etc (so basicly i'm just lazy i guess. LOL)

PiMPStreamer for instance is great because u can select any file and hit play, the only big downside so far is that it doesnt work outside your own wifi-lan. At home its just brilliant, but on-the-go i want to look at my sexy psp screen instead of my PDA!

(edit: sorry, i know i'm repeating myself, but hey i was bored and was just thinking about how great it would be if some of u smart guys would actually figure this out! )
Myristate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-08-2006, 09:23 PM   #38
 
TheMysteriousThug's Avatar
 
Join Date: Jun 2005
Location: Fascination Street
Posts: 7,215
Trader Feedback: 0
Default

I'm talking to Raphael. Would I have to resize vids then run it. Or would it auto-resize?
__________________
[SIZE=2][FONT=Verdana][SIZE=3][U][B]3 YEAR VETERAN[/B][/U][/SIZE][SIZE=3][FONT=Arial Black]
[/FONT][/SIZE][/FONT][/SIZE]Thanks to the following whose ever made me a sig/av.
[U][I][FONT=Impact]
[/FONT][/I][/U]
TheMysteriousThug is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-16-2006, 09:47 AM   #39

Developer
 
Raphael's Avatar
 
Join Date: Jan 2006
Location: Germany
Posts: 919
Trader Feedback: 0
Default

I totally forgot about that thread, heh. Well, it will work without reencoding (and resizing), but the larger the original video, the slower the playback (same as with current PMP Mod 2.02). It might be fullspeed for something like up to 512x340, maybe some more when more optimizations can be made later.
__________________
Raphs board rules #31: Excessive use of punctuation is either a sign of a lesser ego or a small mind. Avoid it if you don't want to look like a total moron.
Raphs board rules #17: When you need to ask whether you are capable of doing something, you are not.
Raphs board rules #2: Exploits aren't found by changing version numbers, blindly merging data into a file or turning your PSP upside down.
Raphs board rules #1: If you have no clue how exploits work, don't come up with ideas about them.
Raphael is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-21-2009, 09:32 AM   #40
 
Join Date: Dec 2006
Posts: 2
Trader Feedback: 0
Default

i know it might be extremely dumb of me to bump this, almost over three years since the last post, but i really have to!

the psp is PERFECT for media playback. it should have come with divx support by default. some one please pick this project back up! this will be the most promising homebrew project ever attempted on the portable!

GeneticDisasteR is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-21-2009, 06:36 PM   #41
Enter Custom Title
 
p0p0's Avatar
 
Join Date: Oct 2007
Location: Canada
Posts: 527
Trader Feedback: 0
Default

Quote:
Originally Posted by GeneticDisasteR View Post
i know it might be extremely dumb of me to bump this
Yet you did it anyway.

-1 internets.
__________________
I've got one line to put a sig. Now how am I gonna fit everyth
p0p0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
idea , psp , tcpmp

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 05:36 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us