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 ... 54, 55, 56 ... 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
jackandjohn



Joined: 26 Jan 2006
Posts: 13

PostPosted: Sun Jul 23, 2006 6:18 am    Post subject: Reply with quote

jackandjohn wrote:
jockyw2001 wrote:

you can also play avi files, eg. h264 avc+aac, from memstick with it


Oh! I assumed it was just a client end for the vlc output from a pc, not an actual port of vlc.. I'll test it right away; thanks


Ok; tested - it does the same as PSPlayerMT, but different symptoms:
Whereas MT stutters about every 2 seconds, but keeps sync -
pmpvlc drops sync, but processes all the frames (video goes very slow); takes about 7-10 seconds of difference before the audio starts stuttering.
Back to top
View user's profile Send private message
jockyw2001



Joined: 29 Sep 2005
Posts: 339

PostPosted: Sun Jul 23, 2006 9:05 am    Post subject: Reply with quote

Would be nice if you can post a sample somewhere.
Back to top
View user's profile Send private message
jackandjohn



Joined: 26 Jan 2006
Posts: 13

PostPosted: Sun Jul 23, 2006 9:59 am    Post subject: Reply with quote

jackandjohn wrote:

As an example of content that stutters:
http://downloads.revision3.com/torrents/diggnation/0054/diggnation--0054--2006-07-13--small.m4v.torrent

Second (smaller) example:
http://www.podtrac.com/pts/redirect.m4v?http://media.libsyn.com/media/gearlive/BleedingEdgeByte023.m4v



There are tonnes more, of course - video podcasting is gaining momentum :)
Back to top
View user's profile Send private message
scyrax



Joined: 07 Feb 2006
Posts: 18

PostPosted: Tue Jul 25, 2006 4:04 pm    Post subject: Reply with quote

UMD sdk leaked,we should be able to encode MPS & PMF.I think it also Might be helpful for PMPmod AVC using larger resolution.
Back to top
View user's profile Send private message
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Tue Jul 25, 2006 5:54 pm    Post subject: Reply with quote

no one here is going to use illegal obtained pieces of the official sdk.

you also ignore my last answer about high resolution, in this way you easly run in getting no more answers.
Back to top
View user's profile Send private message Visit poster's website
scyrax



Joined: 07 Feb 2006
Posts: 18

PostPosted: Tue Jul 25, 2006 6:36 pm    Post subject: Reply with quote

If this would run into trouble,please just ignore what I said above,sorry.
Back to top
View user's profile Send private message
jackandjohn



Joined: 26 Jan 2006
Posts: 13

PostPosted: Tue Jul 25, 2006 11:59 pm    Post subject: Reply with quote

The only thing with the sdk that might filter down is some of the api - for example, if it had documentation for the AVC api; the AVC would have been unlocked a long time ago.

Noone is going to admit to using the sdk directly, though.
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Wed Jul 26, 2006 12:42 am    Post subject: Reply with quote

jackandjohn wrote:
The only thing with the sdk that might filter down is some of the api - for example, if it had documentation for the AVC api; the AVC would have been unlocked a long time ago.
Sony's documentation is provided to developers under NDA and it is illegal to share. We have no interest in using it here.
Quote:
Noone is going to admit to using the sdk directly, though.
These forums are not about "pretending" to be legit. Even just a hint that someone has illegal access to a SDK could easily get you banned. http://forums.ps2dev.org/viewtopic.php?t=4081
Back to top
View user's profile Send private message
jackandjohn



Joined: 26 Jan 2006
Posts: 13

PostPosted: Wed Jul 26, 2006 2:58 am    Post subject: Reply with quote

Right, exactly: the SDK and official documentation are illegal and not allowed to be used.

That's basically the perspective I was coming from.
Back to top
View user's profile Send private message
Eingang



Joined: 04 Jan 2006
Posts: 59

PostPosted: Wed Jul 26, 2006 3:21 am    Post subject: Reply with quote

well more important is
nobody needs this
the scene decrypted the secrets on their own
Back to top
View user's profile Send private message
Djakku



Joined: 30 Jan 2006
Posts: 45

PostPosted: Wed Jul 26, 2006 6:57 am    Post subject: Reply with quote

And that's what HOMEBREW is all about, I may say..
Back to top
View user's profile Send private message
karnare



Joined: 16 Feb 2006
Posts: 17

PostPosted: Wed Jul 26, 2006 1:18 pm    Post subject: Reply with quote

to jonny:
Is it possbile to merge mod v2.0 and mod avc into one single mod? So it will be more convenient for users.
I found there is much difference between two mods, but I think the only difference should be just the decoder.So we would like to see as follows:
if(pmp2.0)
{
mp4_decode();
}
else if(pmp_avc)
{
h.264_decode();
}

But it seems not.Wish for your reasons, thanks!
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Raphael



Joined: 17 Jan 2006
Posts: 646
Location: Germany

PostPosted: Wed Jul 26, 2006 1:43 pm    Post subject: Reply with quote

jonny wrote:
no, the ME code in the standard version conflict with the avc code (plus, i'm more comfortable with 2 versions for many reasons).


As of some pages ago already clarified.
Back to top
View user's profile Send private message Visit poster's website
jackandjohn



Joined: 26 Jan 2006
Posts: 13

PostPosted: Fri Jul 28, 2006 2:10 am    Post subject: Reply with quote

jackandjohn wrote:
jackandjohn wrote:
jockyw2001 wrote:

you can also play avi files, eg. h264 avc+aac, from memstick with it


Oh! I assumed it was just a client end for the vlc output from a pc, not an actual port of vlc.. I'll test it right away; thanks


Ok; tested - it does the same as PSPlayerMT, but different symptoms:
Whereas MT stutters about every 2 seconds, but keeps sync -
pmpvlc drops sync, but processes all the frames (video goes very slow); takes about 7-10 seconds of difference before the audio starts stuttering.


Update: looks like firmware 2.8 supports ipod formatted mp4!
... now we just need emulated 2.8, or for someone to figure out how they did it and make a 1.5 version :)
Back to top
View user's profile Send private message
Matrixdub



Joined: 13 May 2005
Posts: 60

PostPosted: Fri Aug 04, 2006 3:20 am    Post subject: Reply with quote

What's the maximum resolution of a file I can use on the psp? I'm asking because there's a streamcopy option in avitopmp (no transcoding) and I always get Height > 480.

Does that mean my pmp files HAVE to be 480 or less in length? What about the guy that posted earlier in this thread with a 592 width file?

Thanks!
Back to top
View user's profile Send private message
Raphael



Joined: 17 Jan 2006
Posts: 646
Location: Germany

PostPosted: Fri Aug 04, 2006 4:10 am    Post subject: Reply with quote

Matrixdub wrote:
What's the maximum resolution of a file I can use on the psp? I'm asking because there's a streamcopy option in avitopmp (no transcoding) and I always get Height > 480.

Does that mean my pmp files HAVE to be 480 or less in length? What about the guy that posted earlier in this thread with a 592 width file?

Thanks!


The AVC version has a limit to 480x272 max, because the hardware decoder had problems handling bigger sized videos.
The standard version however is able to playback up to 720x512 videos, though it's slow.
_________________
<Don't push the river, it flows.>
http://wordpress.fx-world.org - my devblog
http://wiki.fx-world.org - VFPU documentation wiki

Alexander Berl
Back to top
View user's profile Send private message Visit poster's website
Matrixdub



Joined: 13 May 2005
Posts: 60

PostPosted: Fri Aug 04, 2006 4:43 am    Post subject: Reply with quote

Thank you for the clear and concise response!!
Back to top
View user's profile Send private message
yawoo



Joined: 14 Jan 2006
Posts: 5

PostPosted: Sat Aug 05, 2006 2:39 am    Post subject: Reply with quote

Is there any guideline how to patch the source of mencoder, such that it produces pmp compatible x264?

x264-info_file.diff
x264-pictiming-magik.diff

Just apply the above patch? or any modified version for mencoder?

Thanks a lot.
Back to top
View user's profile Send private message
sachinwalia75



Joined: 11 Aug 2006
Posts: 4

PostPosted: Fri Aug 11, 2006 5:17 am    Post subject: difference in native H.264 and PMP AVC created video Reply with quote

Hi,

I am a beginner so please bear with me. I have encoded a video earlier for psp for H.264 profile and the size came out to be 480 mb and i encoded the same source to pmpmod avc and now the size came out around 610 mb.

the output for native h.264 is 768kbps for 320x240 resolution and
the output for pmpmod avc is 768kbps for 480x272 resolution. I'd like to know if pmpmodavc native codec is same as h.264 and if yes what's the reason for difference in the output size (is it resolution?).

friends i'd really appreciate the co-operation.

thanks,

sachin
Back to top
View user's profile Send private message
jackandjohn



Joined: 26 Jan 2006
Posts: 13

PostPosted: Fri Aug 11, 2006 8:53 am    Post subject: Reply with quote

Is there any chance that a small addition could be made to the resize options?

Specifically, adding:
crop to width, and crop to height.


I'm not sure if there is a good reason it wasn't done before (psp doesn't support unseen video outsize the screen, etc), or if it was simply overlooked because noone thought of it ;)

As always; Amazing work, jonny, and everyone else that has helped out
Back to top
View user's profile Send private message
jackandjohn



Joined: 26 Jan 2006
Posts: 13

PostPosted: Fri Aug 11, 2006 9:06 am    Post subject: Re: difference in native H.264 and PMP AVC created video Reply with quote

sachinwalia75 wrote:

I am a beginner so please bear with me. I have encoded a video earlier for psp for H.264 profile and the size came out to be 480 mb and i encoded the same source to pmpmod avc and now the size came out around 610 mb.

the output for native h.264 is 768kbps for 320x240 resolution and
the output for pmpmod avc is 768kbps for 480x272 resolution. I'd like to know if pmpmodavc native codec is same as h.264 and if yes what's the reason for difference in the output size (is it resolution?).


Basically, the pmpmod AVC is a restricted version of the AVC 'standard' (avc gets pretty complicated: http://en.wikipedia.org/wiki/H.264 ;) )

The reason for the big size difference, however, is simply the resolution change. If you were to keep the output at pmpmod avc 768kbps for 320x240, the resulting filesize size would be very close.

p.s. Thanks for proving exactly the information someone needs to properly answer the question :)
Back to top
View user's profile Send private message
k0nan



Joined: 03 Jan 2006
Posts: 36

PostPosted: Fri Aug 11, 2006 9:20 am    Post subject: Reply with quote

yawoo wrote:
Is there any guideline how to patch the source of mencoder, such that it produces pmp compatible x264?


yawoo,

AVItoPMP contains patched versions of mencoder (for all CPUs) that output pmp-compatible AVC, it's a great program for conversion. Check it here[/url]
Back to top
View user's profile Send private message
CLUNESY



Joined: 13 Aug 2006
Posts: 1

PostPosted: Sun Aug 13, 2006 8:52 am    Post subject: Reply with quote

Sorry if this has been covered elsewhere, but if you want to use Nero Recode to go directly from DVD to pmp, can it be done (I really like the ease of use) ? Would it be possible to modify the recode AVC PSP profile and simply just change the resolution to 480 x 272 ? Or is the aac audio still a problem ? Does nero use mp3 audio for its psp profile ? It still makes .mp4 files - can you run them through the pmp muxer ?

Is AVItoPMP 1.0.2 x264 avc as good as nero cinema avc ?


many thanks - sorry if I'm being lame, just a noob.

clunes
Back to top
View user's profile Send private message
sachinwalia75



Joined: 11 Aug 2006
Posts: 4

PostPosted: Tue Aug 15, 2006 2:44 am    Post subject: pmpmod Reply with quote

Hi is it possible to integrate the libraries available for ogg/mp3 audio playback on pmpmod and this way it'll help the application to evolve more into a general purpose media player rather than a simple video player. something in the lines of xbmc. i know the chances of becoming bloatware are also high but i think it's worth a thought. i am a java programmer and dont know C otherwise I'd have helped the devs.
Back to top
View user's profile Send private message
Khannie



Joined: 25 Apr 2006
Posts: 27
Location: Dublin, Ireland

PostPosted: Tue Aug 15, 2006 6:41 pm    Post subject: Reply with quote

mp3 support is there already, so adding it as an option wouldn't be very difficult, but the psp natively plays mp3's anyway. Personally, ogg support (in video, or as a separate supported file type) would make me smile. :) It's a much better codec below 128K, and things like cartoons could be made very very small with a 2 pass video encode at moderate bitrate and 64K ogg audio (for example), where 64K mp3 sounds absolutely terrible.

I know that mp3 and ogg are lossy in different ways, but compressing a high quality mp3 stream to 64K ogg would still result in fine audio for spoken voice (which cartoons are mostly).
Back to top
View user's profile Send private message
taimoorh



Joined: 17 Aug 2006
Posts: 1

PostPosted: Thu Aug 17, 2006 8:23 am    Post subject: Reply with quote

I have the new PSPMPverter 0.99 with all the required files. I can easily convert normal anime episodes that are like 140 - 250mb and I even converted a film in xvid format (Final Destination 3 DVDSCR) Anyways it worked fine but now when I try to convert any film (Doom in this case) I get this wierd error in the log file:

C:\Docume~1\Taimoor\Desktop\pspmpv~1\temp.avi:
Processing video ...


Status: [open failed on "C:\Docume~1\Taimoor\Desktop\pspmpv~1\temp.avi"]

-------------------------------------------------------------------------------------
Sowhat did I do wrong? Any ideas on how to correct this...?

I even tried redownloading everything and extracted all the files in a new folder but no good.

PS: Im sorry if this question has been asked before but there are 55 pages on this thread and the Search didnt come up with anything good either.
Back to top
View user's profile Send private message
AXA



Joined: 23 Aug 2004
Posts: 11

PostPosted: Fri Aug 18, 2006 6:16 am    Post subject: Reply with quote

usb support like the sms for ps2..
would this new feature can be implemented in pmp mod...
does anyone here know SMS (media player app for ps2 - capable playing avi movie) it has this feature that im thinkin, u know the features usb mode were u put an external usb drive on the ps2 then sms is able to browse all the content of the usb drive which are avi's...

can anyone here confirm if this is possible, cus the ms of psp is limited (4gb only) not much movie content. if this feature is implemented on psp we can have external usb drive with 100gbs of pmp... yeah it sound absurd, but im only asking if this thing is possible..?
Back to top
View user's profile Send private message
Djakku



Joined: 30 Jan 2006
Posts: 45

PostPosted: Fri Aug 18, 2006 11:53 am    Post subject: Reply with quote

I don't know if usb mode would be implemented, but you can already play your pmp file from your pc from different ways:
there is pimpstreamer who transcode AVI to PMP in real time.
there is also PMPmod Optixx mod which was the first to add streaming to PMP by playing the PMP file that where on you HDD.
Last but not least, there is PMPVLC that is developped and showing amazing progress.
Hell, you can even use jonny's latest build and stream from your usb If you install IRshell and setup nethost or usbhost to map your computer's HDD.
If you're asking for an avi container, (I guess you're not but you're talking about avi files) well there won't be one ATM.
Back to top
View user's profile Send private message
AXA



Joined: 23 Aug 2004
Posts: 11

PostPosted: Sun Aug 20, 2006 8:08 am    Post subject: Reply with quote

nah im not talkin about avis- a app for psp.
yeah i know all of those thing but here's what im trying to say if this feature will be implemented. we can hook up an ipod as our media source (using usb) to our psp. then pmp mod will be able to recognize the usb source which is the ipod then it will list all pmp store on the ipod. all im thinking here is the portability that we can bring in or out wherever we go (enough to carry around). thers no point bringing a psp with pc (notebook) to stream movies into it since u can just bring ur notebook to view movies... to sum what i said, it will be more convienient if we only have to bring a psp with a small external usb drive (like an ipod) to watch movies on our psp. i wanna know if this feature can be done or not... cus what i know on the sms it was implemented using usbd.irx...

if u know SMS for ps2, u know im talking about.im using sms to play my avi's using my ipod for media source (usb feature of SMS).
Back to top
View user's profile Send private message
Raphael



Joined: 17 Jan 2006
Posts: 646
Location: Germany

PostPosted: Sun Aug 20, 2006 6:46 pm    Post subject: Reply with quote

The problem is that the PSP can only be a client on a USB connection. So USB-HDDs and alike are out of question, and for anything other, you'd need some kind of driver as you do for windows (libusb0.sys).
_________________
<Don't push the river, it flows.>
http://wordpress.fx-world.org - my devblog
http://wiki.fx-world.org - VFPU documentation wiki

Alexander Berl
Back to top
View user's profile Send private message Visit poster's website
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 ... 54, 55, 56 ... 60, 61, 62  Next
Page 55 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