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 ... 46, 47, 48 ... 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
xbox360



Joined: 03 Sep 2005
Posts: 12

PostPosted: Wed Jun 14, 2006 3:33 pm    Post subject: Reply with quote

good work :)
Back to top
View user's profile Send private message
26bboy



Joined: 06 Jan 2006
Posts: 6

PostPosted: Thu Jun 15, 2006 12:59 am    Post subject: Reply with quote

I noticed with the AVC muxer it doesnt like it if there is a space in the output file name e.g.

pmp_muxer_avc -v out.264 -a fg1.mp3 -o family guy.pmp

but

pmp_muxer_avc -v out.264 -a fg1.mp3 -o familyguy.pmp

works perfectly. I know the xvid version didnt have this problem, may be something to look @.

Otherwise working fine Jonny again great job everyone whos had a hand in this
Back to top
View user's profile Send private message
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Thu Jun 15, 2006 1:05 am    Post subject: Reply with quote

pmp_muxer_avc -v "out.264" -a "fg1.mp3" -o "family guy.pmp"

(this is the way you should pass command line options that may contain spaces, it's not related to my muxer in particular)
Back to top
View user's profile Send private message Visit poster's website
DocMAX



Joined: 13 Jun 2006
Posts: 35

PostPosted: Thu Jun 15, 2006 4:07 am    Post subject: Reply with quote

how can i convert an xvid movie .avi file into a .264 file? when i try to convert with x264.exe it says unsupported input format (xvid)
Back to top
View user's profile Send private message
Itaintrite



Joined: 15 Jul 2005
Posts: 54

PostPosted: Thu Jun 15, 2006 12:12 pm    Post subject: Reply with quote

DocMAX wrote:
how can i convert an xvid movie .avi file into a .264 file? when i try to convert with x264.exe it says unsupported input format (xvid)

Easiest way would be to use XViD4PSP to convert.
Back to top
View user's profile Send private message
therock003



Joined: 23 Sep 2005
Posts: 96

PostPosted: Thu Jun 15, 2006 1:41 pm    Post subject: Reply with quote

Itaintrite wrote:
DocMAX wrote:
how can i convert an xvid movie .avi file into a .264 file? when i try to convert with x264.exe it says unsupported input format (xvid)

Easiest way would be to use XViD4PSP to convert.


So far it's buggy and it doesn't output files,so we're on the wait for something to be released.
Back to top
View user's profile Send private message
jojo_tj



Joined: 12 Apr 2006
Posts: 4

PostPosted: Thu Jun 15, 2006 7:36 pm    Post subject: Reply with quote

first, my english is poor. I hope u can understand what i want to say.

I tryed to make a PMPAVC from DVD, useing a dvdrip software and choice the H264 coder. Here is the setup:
http://www.cngba.com/attachments/month_0606/vfw_N6fG7YFTxyIv.png

then I use mencoder to split this avi to pure vedio and pure audio, save as .264 and .mp3.

at last, I use pmp_muxer_avc_tk.exe to muxer and it succeed, but when i played it in PSP, it shows"avc_get: sceMpegAvcDecode failed".

can u help me?
Back to top
View user's profile Send private message
psp



Joined: 01 Jun 2006
Posts: 43

PostPosted: Thu Jun 15, 2006 8:55 pm    Post subject: Reply with quote

jojo_tj wrote:
first, my english is poor. I hope u can understand what i want to say.

I tryed to make a PMPAVC from DVD, useing a dvdrip software and choice the H264 coder. Here is the setup:
http://www.cngba.com/attachments/month_0606/vfw_N6fG7YFTxyIv.png

then I use mencoder to split this avi to pure vedio and pure audio, save as .264 and .mp3.

at last, I use pmp_muxer_avc_tk.exe to muxer and it succeed, but when i played it in PSP, it shows"avc_get: sceMpegAvcDecode failed".

can u help me?


it's a modifyid H264. you cant use another encoder.
Back to top
View user's profile Send private message
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Thu Jun 15, 2006 9:18 pm    Post subject: Reply with quote

Quote:

I tryed to make a PMPAVC from DVD, useing a dvdrip software and choice the H264 coder. Here is the setup:
http://www.cngba.com/attachments/month_0606/vfw_N6fG7YFTxyIv.png

you need to recompile x264 vfw interface with magiK's patch and the little vfw patch (standard x264 will not work)
(or wait until i make an official release)
Back to top
View user's profile Send private message Visit poster's website
xbox360



Joined: 03 Sep 2005
Posts: 12

PostPosted: Thu Jun 15, 2006 9:37 pm    Post subject: Reply with quote

hi ,jonny,what highest bitrate through sony official psp avc decoder api can touch?:)
i have tested the 6000kps ,it works perfectly:D
Back to top
View user's profile Send private message
DocMAX



Joined: 13 Jun 2006
Posts: 35

PostPosted: Thu Jun 15, 2006 11:59 pm    Post subject: Reply with quote

could you please tell me how do i create an .264 file??? x264.exe doesnt accept my xvid/divx avi files....
Back to top
View user's profile Send private message
cooleyes



Joined: 18 May 2006
Posts: 125

PostPosted: Fri Jun 16, 2006 12:00 am    Post subject: Reply with quote

jonny wrote:
Quote:

I tryed to make a PMPAVC from DVD, useing a dvdrip software and choice the H264 coder. Here is the setup:
http://www.cngba.com/attachments/month_0606/vfw_N6fG7YFTxyIv.png

you need to recompile x264 vfw interface with magiK's patch and the little vfw patch (standard x264 will not work)
(or wait until i make an official release)


@jonny:

there are a patched release I have made
http://rapidshare.de/files/23009607/x264vfw-patched.rar.html

and a muxer come from your 2.0 muxer, but I have made video_format = 1
http://rapidshare.de/files/23009689/pmp_muxer_x264avi.rar.html
Back to top
View user's profile Send private message
DocMAX



Joined: 13 Jun 2006
Posts: 35

PostPosted: Fri Jun 16, 2006 12:03 am    Post subject: Reply with quote

could you please tell me how do i create an .264 file??? x264.exe doesnt accept my xvid/divx avi files....

and is it possible to create those .264 files with mainconcept encoder???
Back to top
View user's profile Send private message
DocMAX



Joined: 13 Jun 2006
Posts: 35

PostPosted: Fri Jun 16, 2006 12:23 am    Post subject: Reply with quote

@cooleyes

doesnt work. i encoded a video with the patched x264vfw and muxed it. doest start the video. remains black screen
Back to top
View user's profile Send private message
cooleyes



Joined: 18 May 2006
Posts: 125

PostPosted: Fri Jun 16, 2006 12:42 am    Post subject: Reply with quote

DocMAX wrote:
@cooleyes

doesnt work. i encoded a video with the patched x264vfw and muxed it. doest start the video. remains black screen


look this image
http://www.cngba.com/attachments/month_0606/vfw_N6fG7YFTxyIv.png

the params in red box must be set
Back to top
View user's profile Send private message
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Fri Jun 16, 2006 1:07 am    Post subject: Reply with quote

@jojo_tj:

or you can grab the binary that cooleyes kindly provided :)
Back to top
View user's profile Send private message Visit poster's website
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Fri Jun 16, 2006 9:49 am    Post subject: Reply with quote

New icon & launchbg from Pochi for PMP AVC!



(transparent tab)

Other launchbgs (semi-transparent & solid) on his site!
http://www.riotsgraph.jp/pochistyle/
Truly a master of his art.
Later,

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



Joined: 23 Sep 2005
Posts: 96

PostPosted: Fri Jun 16, 2006 10:57 am    Post subject: Reply with quote

Comparing this modified version of avc and the avc played on fw 2.0+ are there any significant differences on performance?

Which one would you honestly say is better?
Back to top
View user's profile Send private message
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Fri Jun 16, 2006 2:56 pm    Post subject: Reply with quote

Here is a little AVC encode that i did.
I now understand why AVC is amazing; so incredibly smooth!
Check for yourself. video: 1500Kbps / Audio 192Kbps.
I think the result is AMAZING!
http://videoff7.free.fr/FF13-E3_AVC.pmp
I kow have learned how to use Avisynth too ;)

2 tips for avisynth, when you want to use a source MPG2, get Nic's MPEGDecoder and load it this way :

LoadPlugin("c:\program files\avisynth 2.5\plugins\MPEGDecoder.dll")
MPEGSource("test.vob")

It gives much faster result than Directshowsource.

Also, you can use Avisynth to crop:
Crop(0,58,0,-58)
This must be on the line directly after the source, before "lanczosresize(480, 272)"
In this exemple, it will remove 58 pixel from the top and bottom of the picture.

Well that's it for now. Check my AVC PMP and let me know what you think!
Later,

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



Joined: 17 Jan 2006
Posts: 61

PostPosted: Fri Jun 16, 2006 4:14 pm    Post subject: hello Reply with quote

i think you should lower the bitrate a little because avc is noticeable only in lower bitrates + small file size
Back to top
View user's profile Send private message
jojo_tj



Joined: 12 Apr 2006
Posts: 4

PostPosted: Fri Jun 16, 2006 7:18 pm    Post subject: Reply with quote

jonny wrote:
Quote:

I tryed to make a PMPAVC from DVD, useing a dvdrip software and choice the H264 coder. Here is the setup:
http://www.cngba.com/attachments/month_0606/vfw_N6fG7YFTxyIv.png

you need to recompile x264 vfw interface with magiK's patch and the little vfw patch (standard x264 will not work)
(or wait until i make an official release)


I do use the x264 vfw interface with magiK's patch when i tried.
Back to top
View user's profile Send private message
26bboy



Joined: 06 Jan 2006
Posts: 6

PostPosted: Fri Jun 16, 2006 8:59 pm    Post subject: Reply with quote

jonny wrote:
pmp_muxer_avc -v "out.264" -a "fg1.mp3" -o "family guy.pmp"

(this is the way you should pass command line options that may contain spaces, it's not related to my muxer in particular)


lol of course it is, stupid me missed that. Thanks Jonny
Back to top
View user's profile Send private message
Shonen



Joined: 16 Jun 2006
Posts: 26

PostPosted: Fri Jun 16, 2006 9:01 pm    Post subject: Reply with quote

Alcahest wrote:
Here is a little AVC encode that i did.
I now understand why AVC is amazing; so incredibly smooth!
Check for yourself. video: 1500Kbps / Audio 192Kbps.
I think the result is AMAZING!
http://videoff7.free.fr/FF13-E3_AVC.pmp


Wow, this blew my mind. I have that trailer in standard 368x208 for some time now, but your encode is simply stunning. Perhaps a tad more saturation to bring out the colours (using Tweak in avs, for example). Where did you get that source material? I only know of the Gametrailers.com HD trailer, but that video is littered with flash-photography because it was filmed on location.

I've also tested several classic high-motion scenes (Matrix Lobby shoot-out, Crouching Fighter Hidden Dragon girl fight) and have noticed that raising kbps to 1000 and above does make a difference. For anime, the standard 512 seems sufficient (I tested it on Samurai Champloo).

And PS: again, congrats on the achievement, jonny and magiK. You rule!
Back to top
View user's profile Send private message
jojo_tj



Joined: 12 Apr 2006
Posts: 4

PostPosted: Fri Jun 16, 2006 11:58 pm    Post subject: Reply with quote

Today i tried again.
I ripped a dvd chapter into avi with h264 coder.
Then I split this avi to pure vedio and pure audio, save as .264 and .mp3.
At last, I use pmp_muxer_avc_tk.exe to mux and it succeed. Also can play in my PSP.

But another problem happened, the avi can play well in PC. The lengths of both .264 and .mp3 are 01:48, when they played single, there's no problem.
After I mux them, the PMP has a litter problem. The audio become longer, at first it fit, but when time goes by, the audio can't keep up with the vedio.

This PMP can play in my psp, but the audio can't keep up with the vedio. The .mp3 is as long as the .264, the .mp3 is 44100Hz, it's right.

Who can tell me how it happened.
Back to top
View user's profile Send private message
jonny



Joined: 22 Sep 2005
Posts: 351

PostPosted: Sat Jun 17, 2006 3:20 am    Post subject: Reply with quote

it seems you have specified wrong scale-rate

try to use the muxer posted by cooleyes, directly with the avi
Back to top
View user's profile Send private message Visit poster's website
Alcahest



Joined: 25 Mar 2005
Posts: 135

PostPosted: Sat Jun 17, 2006 11:35 am    Post subject: Reply with quote

Hey Shonen, I got the source on the gamespot.com E3 report. (it was only available for subscribers.).
I agree that the quality is stunning and as you say maybe a little more saturation would be even better.
See you!

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



Joined: 03 Jan 2006
Posts: 103

PostPosted: Sat Jun 17, 2006 11:39 pm    Post subject: AAC/MP3 performance questions.... Reply with quote

Hye Jonny,

I've got som technicals questions related to the audio stream...
You explained perfectly that the PSP have some AVC optimization...
So... is there a same optimization for audio streams... ?
Actually natively the PSP can read AAC & MP3 right ?
If yes, is it hard to implement AAC on your PMP MOD ?

Also, I wanted to know with the great performance of the AVC release (fps speaking) if you unlock the 44,1 Khz limitation of the mp3 stream and instead you got a 48 Khz audio stream (a classic Xvid/Divx mp3 audio stream - without re-encoding), are the performance drops a lot.... ?
If not, do you think to add soon this feature ? ;)

Ciao.

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



Joined: 25 Mar 2005
Posts: 135

PostPosted: Sat Jun 17, 2006 11:44 pm    Post subject: Reply with quote

oh indeed, 48khz mp3 direct support would be very handy.
See you,

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



Joined: 23 Sep 2005
Posts: 96

PostPosted: Sun Jun 18, 2006 12:56 am    Post subject: Reply with quote

I get an error on that E3 ff video.After it runs for a while i get a SceMpegAVCDecode error.
Back to top
View user's profile Send private message
Shonen



Joined: 16 Jun 2006
Posts: 26

PostPosted: Sun Jun 18, 2006 1:45 am    Post subject: Reply with quote

Hey Alcahest, would you mind recoding your FFXIII video with Tweak(sat=1.4) (or any value you prefer)? Well, thanks for sharing anyways. Stuff like this softens the 600$ PS3 hammerblow, hehe.

Therock003, are you sure you used alcahest's video? Because the SceMpegAVCDecode error occurs when I try to run a transcode of the GameTrailers E3 FFXIII trailer (which seems to have some sort of broken frame in the beginning, it also crashed in the PSP's standard AVC player).
Did the video start and then crash or didn't it start altogether?

Oh, and last night, I did some more encodes. Lord of the Rings - Two Towers (last hour: Battle of Helm's Deep) and the first 5 chapters of Final Fantasy: The Spirits Within. I used 768 kbps and the results are astonishing. I had some trouble with FF:SW, because it was a telecined NTSC disc (real fps was 24). After a lot of fiddling, I simply adjusted the rate-scale in jonny's muxer to 24-1 (instead of the outlined 8000000-333667). Decimate() produced unwanted choppiness.
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 ... 46, 47, 48 ... 60, 61, 62  Next
Page 47 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