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 ... 38, 39, 40 ... 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
k0nan



Joined: 03 Jan 2006
Posts: 36

PostPosted: Wed Mar 22, 2006 12:48 am    Post subject: Reply with quote

OmX, thanks, I'll run some torture test xvid's on it later today and see how it handles. I swear by PMPmod and use it daily, so it'll take some serious horsepower to impress me. :)
Back to top
View user's profile Send private message
OmX



Joined: 21 Mar 2006
Posts: 2

PostPosted: Wed Mar 22, 2006 12:54 am    Post subject: Reply with quote

Tell me about it. PMPmod handles any converted movie i can throw at it (except my RCE encoded Dude! Where's My Car? DVD curiously). Definitely looking forward to future developments.
Back to top
View user's profile Send private message
k0nan



Joined: 03 Jan 2006
Posts: 36

PostPosted: Thu Mar 23, 2006 3:08 pm    Post subject: Reply with quote

It still had trouble with my torture xvids (Q3 VBR heavy activity), less popping than pmpmod, but still noticeable. So yes, it is faster to a degree, maybe 1-3%. It's nice that it accepts avi straight up and has sleep mode, it'll be interesting to see how it comes along. But for now, I'm sticking with tried and true PMPmod (with malloc's and raphael's fine additions).

Last edited by k0nan on Tue Apr 04, 2006 4:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
csuper



Joined: 03 Jan 2006
Posts: 103

PostPosted: Thu Mar 23, 2006 6:45 pm    Post subject: Reply with quote

@k0nan :
Yeah "Sleep mode" should be a great addition to PMP Mod... jonny, if you hear me ;) ...
But I noticed that the sleep mode of PSPmT is buggy... yeah the video is well resumed but 10 secondes after a loop occured...

@jonny :
I heard that the PMP format of your next version (April one's) is changing... do you add a way to manage natively subtitle in the format .. ?
Do you plan a PMP demuxer for the next release ?
Will be MP3-VBR supported !! ???? :o ;)

Ok ok enough questions, I'm going to hang myself now, sorry for the mess... ;)

Ciao Lads...

csuper.
Back to top
View user's profile Send private message
Eingang



Joined: 04 Jan 2006
Posts: 59

PostPosted: Thu Mar 23, 2006 11:55 pm    Post subject: Reply with quote

@csuper

WTH are you talking about ? You got insider news... ??? Sounds amazing ! I´m so tensioned...
Back to top
View user's profile Send private message
Raphael



Joined: 17 Jan 2006
Posts: 646
Location: Germany

PostPosted: Fri Mar 24, 2006 2:38 am    Post subject: Reply with quote

@csuper:
I don't know about the Demuxer and VBR, but I would be surprised if jonny put together some subtitle functionality for his next version, esp. since this can be done independant of the file format (and even more so if he read any of my other posts, where I already let out that I'm currently working on subtitles).
I haven't talked to him for quite a long time now, but the last I knew was he was up to more optimizations. He's probably also the only one around here to be capable of that :)

Regarding the sleep mode - it's impossible for now as long as the ME is used, so currently there would only be the option of speed vs. sleep mode.
And I know which one wins for me :)
Back to top
View user's profile Send private message Visit poster's website
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Fri Mar 24, 2006 6:32 am    Post subject: Reply with quote

subs: no
demuxer: no
vbr mp3: yes (and multi audio tracks)
Back to top
View user's profile Send private message Visit poster's website
Noexicaise



Joined: 24 Mar 2006
Posts: 1

PostPosted: Fri Mar 24, 2006 7:25 am    Post subject: Reply with quote

Hello, I have a problem with tihs soft each time I boot it, I've seen a black screen with somes character and then I go back from main menu of the psp
I ve a 1.5, i create a folder called VIDEO and put somes files (.pmp) and I put PMPMOd on the game folder, so what's the matter
I would like to try this soft please help me
Back to top
View user's profile Send private message
csuper



Joined: 03 Jan 2006
Posts: 103

PostPosted: Fri Mar 24, 2006 8:05 am    Post subject: Reply with quote

jonny wrote:
subs: no
demuxer: no
vbr mp3: yes (and multi audio tracks)

Sorry Raphael, I didn't know (or look the "MOD" thread for a time...)
-- Mea culpa boys --
AUDIO VBR is a great news ! :)
Not related : so how's your tests with the 4GB DATA HARDDRIVE ?

csuper...

Ps : I knew that I sould hang myself after THAT post... sorry again...argh.
Back to top
View user's profile Send private message
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Fri Mar 24, 2006 6:35 pm    Post subject: Reply with quote

the fastest sandisk should have the same speed of the hd in the next version (at least after some preliminar tests i've made)
Back to top
View user's profile Send private message Visit poster's website
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Mon Apr 03, 2006 3:31 am    Post subject: Reply with quote

a new version is out


http://jonny.leffe.dnsalias.com/


First of all, the pmp format is changed.
There is a "remuxer" to convert files from the old format to the new one.
The remuxer is a command line application, the easyest way to use it is to drag and drop files over it (the new file will be written in the same dir of the old one, along with the log file containing the result of the conversion).

And now the changes in this version:

- VBR MP3s are now supported
- Multiple audio streams can be used (use "select" to switch audio streams)
- Reading routines are now optimized, the app is fully usable with the harddisk or a slow memstick
- Volume boost (from malloc)
- Fast seek with left/right+cross (from malloc)

Some notes about the reading routines:

Reads are now sequential and asynched.
Users with the fastest sandisk should expect ~0.5 fps gain (the speed gain goes all in the high bitrate scenes, so should be noticeable).
The speed difference between the fastest sandisk and the harddisk is ~0.5 fps.
All the other memsticks are in the middle (for example the standard 32MB Sony memstick is 0.1fps slower than the sandisk).
Performances can be considered aligned now.
The harddisk speed is around 2MB/sec. So, in the worst case, the app can read around 16MBits/sec of video+audios in a "trasparent way" (so, without hitting the general performance).


Last edited by jonny on Mon Apr 03, 2006 3:38 am; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
moonlight



Joined: 26 Oct 2005
Posts: 567

PostPosted: Mon Apr 03, 2006 3:33 am    Post subject: Reply with quote

jonny wrote:

- Multiple audio streams can be used


I love you
Back to top
View user's profile Send private message
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Mon Apr 03, 2006 4:26 am    Post subject: Reply with quote

woo~hoo
Just at the same time as a new PBP set from Pochi!
Pic0:
http://pochistyle.pspwire.net/icons/tool/PMP%20Mod_logo01_trim.png
Pic1:
http://pochistyle.pspwire.net/bg/launch/PMPMod_launch_BG01.png
Thanks Jonny!
I was thinking, since Circle isn't used on the main screen, can it be used to launch PMPs ? (aka, same fuction as X).
Japanese users & I would love you for this!
See you,

Alcahest
Back to top
View user's profile Send private message
Shapyi



Joined: 25 Apr 2005
Posts: 95

PostPosted: Mon Apr 03, 2006 6:03 am    Post subject: Reply with quote

In 2.00, can the contrast be changed? Because making the contrast brighter really solves the ghosting problem on my PSP screen. I know Malloc did a mod in the previous version but was it every included in this version?
Back to top
View user's profile Send private message
Itaintrite



Joined: 15 Jul 2005
Posts: 54

PostPosted: Mon Apr 03, 2006 7:13 am    Post subject: Reply with quote

Quick question, will the old video converters released by others still work if I just replace the old muxer with new one?

Oh, and thanks for the new release :)
Back to top
View user's profile Send private message
psp360



Joined: 21 Aug 2005
Posts: 25

PostPosted: Mon Apr 03, 2006 8:11 am    Post subject: Reply with quote

jonny just wanted to say thank you for all your hard work, it's people like you that make owning a PSP super cool! keep up the good work dude!!!
Back to top
View user's profile Send private message
Eingang



Joined: 04 Jan 2006
Posts: 59

PostPosted: Mon Apr 03, 2006 9:50 am    Post subject: Reply with quote

Hey that´s surprising, what a nice surprise --- we love you, Jonny !!

Also ask myself about luminance, this is very important.

What does the "Debug Level" value do ???

EDIT: After first testing I confirm, the performance is MUCH better....
Indeed it is even better than PSPlayerMT. I got stuttering only with highest top-level full screen demand and many many scenes working now that did not before. I´m just searching for other scenes stuttering but I know it will be difficult to find such scenes. Absolutely amazing Jonny !!!! Now we are just one step before absolutely ALL PAL fullscreen divx vids can be played perfectly. It is just a little little bit missing. Congrats !! .


Last edited by Eingang on Mon Apr 03, 2006 10:41 am; edited 1 time in total
Back to top
View user's profile Send private message
xxxstarmanxxx



Joined: 05 Jan 2006
Posts: 84

PostPosted: Mon Apr 03, 2006 10:23 am    Post subject: Reply with quote

Cheers Jonny for the early easter present.

All the best

J.
Back to top
View user's profile Send private message
manchestorunited



Joined: 05 Jan 2006
Posts: 12

PostPosted: Mon Apr 03, 2006 2:18 pm    Post subject: Reply with quote

is it better if we re-encode our original w/ the new muxer or is it as good as it is if i use the remuxer on my old pmp?
Back to top
View user's profile Send private message
DrNicket



Joined: 26 Nov 2005
Posts: 13
Location: Duncan, BC, Canada

PostPosted: Mon Apr 03, 2006 2:42 pm    Post subject: Reply with quote

manchestorunited wrote:
is it better if we re-encode our original w/ the new muxer or is it as good as it is if i use the remuxer on my old pmp?


It's always better to reencode from the most original source you've got. That's not to say there will be any noticeable difference with SOME videos.
_________________
Dr. Nicket
----------------------------------------------------------------------------
"Alright, you primitive screwheads, listen up. See this? This is my BOOMSTICK!"
- Ash (Bruce Campbell)
Back to top
View user's profile Send private message Yahoo Messenger
GiBBz



Joined: 17 Nov 2005
Posts: 19

PostPosted: Mon Apr 03, 2006 3:05 pm    Post subject: Reply with quote

thanx as always "jonny" PMP has never left my PSP since day 1 ;)
_________________
(+.[____]·:·)
Back to top
View user's profile Send private message
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Mon Apr 03, 2006 6:23 pm    Post subject: Reply with quote

thanks to all

Quote:

I was thinking, since Circle isn't used on the main screen, can it be used to launch PMPs ? (aka, same fuction as X).

i hope to remember this for the next ver :)

Quote:

Quick question, will the old video converters released by others still work if I just replace the old muxer with new one?

yes

Quote:

can the contrast be changed? ...
about luminance

this is still not here because i'm going to change the color space conversion routines in the next version (luma boost is included here)
it will be included in the next version if i'll not find problems
(anyway i think malloc/Raph version will be updated soon)

Quote:

What does the "Debug Level" value do ???

It simply print more infos on the log (expecially from the avi parser)

Quote:

is it better if we re-encode our original w/ the new muxer or is it as good as it is if i use the remuxer on my old pmp?

suppose you have the usual avi and the mp3

1)
- mux the files with the old muxer
- use the remuxer obtaining file1

2)
- mux the files with the new muxer obtaining file2

file1 and file2 will be binary identical
Back to top
View user's profile Send private message Visit poster's website
mraeburn



Joined: 06 Jan 2006
Posts: 5

PostPosted: Mon Apr 03, 2006 7:13 pm    Post subject: Reply with quote

Jonny - thanks for this update and just wanted to thank you for the "remuxer" which is extremely useful for me as I have so far converted 70+ movies in the old format. Would have been a nightmare to of had to redo them from scratch again. Love the porgram and have been using it everyday since your first release.

To take advantage of the VBR MP3 sound should we be now setting Belight as per below? Also does this now minimise the "background" hiss?

Instead of setting bit rate - we select quality.

Thanks again.
Back to top
View user's profile Send private message
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Mon Apr 03, 2006 7:59 pm    Post subject: Reply with quote

i use the exact same settings used before, but unchecking "Restrict Encoder to Constant Bitrate"
in this way i can control at least the average bitrate
the quality mode could result in a too much higher bitrate
i'll soon do some benchs, i've still not tested how much the mp3 bitrate influence the performace

about the high f. noise, it's still here (you'll be notifyed when/if i'll do something about it)
Back to top
View user's profile Send private message Visit poster's website
So Solid Jedi



Joined: 05 Jan 2006
Posts: 8

PostPosted: Mon Apr 03, 2006 9:55 pm    Post subject: Reply with quote

Cheers, Johny for this update to an already fantastic program. Keep up The Good Work
Back to top
View user's profile Send private message
imutau



Joined: 15 Dec 2005
Posts: 15

PostPosted: Tue Apr 04, 2006 9:19 am    Post subject: Reply with quote

Yikes! Foget Aboudit!

Last edited by imutau on Tue Apr 04, 2006 10:03 am; edited 2 times in total
Back to top
View user's profile Send private message
manchestorunited



Joined: 05 Jan 2006
Posts: 12

PostPosted: Tue Apr 04, 2006 9:45 am    Post subject: Reply with quote

firmware 1.50 only

PMP MOD V2.0 only works w/ 2.0 pmp files
Back to top
View user's profile Send private message
saarutobi



Joined: 04 Apr 2006
Posts: 1

PostPosted: Tue Apr 04, 2006 11:29 am    Post subject: Reply with quote

Great work Johny! 1 question though. What does this mean: "Error: pmp_file_open: invalid tot_size"? I am using a rip of Spaceballs I made that was encoded in VDUB with XviD. :)
Back to top
View user's profile Send private message
Alucard77



Joined: 04 Apr 2006
Posts: 6

PostPosted: Tue Apr 04, 2006 12:16 pm    Post subject: Reply with quote

Hi Jonny,

First off, I just wanted to let you know what an amazing job you have done. I know this has been said multiple times, but I don't think you know how much your work is appreciated. I commute via train 4 hours a day and I use your program daily. You make my commute a whole lot more enjoyable, and I thank you.

On a completely different note, I was wondering how far do you think you are from having this program be able to resize video. In this way we wouldn't have to encode divx or xvid files we may already have, but in the non compliant size.

That would make rumuxing so much easier, as a lot of the times I spend hours encoding my xvid tv eps just to resize. In either case, this is not a complaint what so ever, just a question. Thank You again!
Back to top
View user's profile Send private message
k0nan



Joined: 03 Jan 2006
Posts: 36

PostPosted: Tue Apr 04, 2006 4:55 pm    Post subject: Reply with quote

Jonny you've done it again! Unbelievable, this passed my Q3 VBR torture divx flawlessly without a single audio pop! For the heck of it, I did a head-to-head matchup with the same clip against PSPlayerMT and the difference was night and day (the latter was full of pops and out of sync). You're a genius man, keep up the astounding work!
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 ... 38, 39, 40 ... 60, 61, 62  Next
Page 39 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