Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: May 2002
Posts: 13
|
PlayStation Portable (PSP)
Since sony claims that PSP has h.264 support, i was trying to make some videos with Nero Recode (Portable AVC), but the PSP refuses to play them. I tryied all kind of configs, and also changing the mp4 container (mp4UI).
I can play fine some videos fron IGN. How can i get the specs of the PSP video player? |
|
|
|
|
|
#2 | Link | |
|
Registered User
Join Date: Dec 2003
Location: UK
Posts: 52
|
I Don't have a PSP yet however this link may help. Apparently Nero Digital should also work however I have read how some people get it to work and others don't.
Also something else I read was that you have to put it into a particular folder on the memory card. Quote:
|
|
|
|
|
|
|
#3 | Link | |
|
Registered User
Join Date: Nov 2001
Posts: 9,770
|
i doubt that the psp supports h.264 (aka mpeg-4 avc) already, afaik it currently supports mpeg-4 asp
Quote:
also you can try creating files with 3ivx too, or simply muxing divx5/xvid streams in .mp4
__________________
Between the weak and the strong one it is the freedom which oppresses and the law that liberates (Jean Jacques Rousseau) I know, that I know nothing (Socrates) MPEG-4 ASP FAQ | AVC/H.264 FAQ | AAC FAQ | MP4 FAQ | MP4Menu stores DVD Menus in MP4 (guide) Ogg Theora | Ogg Vorbis use WM9 today and get Micro$oft controlling the A/V market tomorrow for free |
|
|
|
|
|
|
#4 | Link |
|
Registered User
Join Date: Dec 2003
Location: UK
Posts: 52
|
Although I can not verify anything as I don't have a PSP, Everywhere I have read say that the PSP uses the newer MPEG-AVC and not MPEG-ASP.
Here is just one of them However it is quite awkward to get the PSP to play videos, for instance the files have to be named in a particular way and placed on the memory card in certain folder. I have also seen quite a few people mention using a perticular 3GP Converter to get it to work. Abnormal1 |
|
|
|
|
|
#5 | Link |
|
Registered User
Join Date: Mar 2002
Posts: 58
|
well according to this site PukiWiki(is a japanese site) the PSP only supports
"MPEG-4 Visual Simple Profile" (i think the mean ASP) and AVC hasn't been verified at the moment (at least playing from Memory Stick DUO) btw i haven't got a PSP, so asking me is pointless but the data from the site seems to be accurate |
|
|
|
|
|
#7 | Link |
|
Registered User
Join Date: Jul 2002
Posts: 7
|
take a look at the following link (encoder + discussion)
http://ntsc-uk.domino.org/archive/in...p/t-33128.html |
|
|
|
|
|
#8 | Link |
|
Registered User
Join Date: Nov 2001
Posts: 9,770
|
mpeg-4 simple profile is indeed different than advanced simple profile (asp), have a look at my mpeg-4 info sticky for more infos about that
__________________
Between the weak and the strong one it is the freedom which oppresses and the law that liberates (Jean Jacques Rousseau) I know, that I know nothing (Socrates) MPEG-4 ASP FAQ | AVC/H.264 FAQ | AAC FAQ | MP4 FAQ | MP4Menu stores DVD Menus in MP4 (guide) Ogg Theora | Ogg Vorbis use WM9 today and get Micro$oft controlling the A/V market tomorrow for free |
|
|
|
|
|
#9 | Link | |
|
Registered User
Join Date: Mar 2002
Posts: 58
|
Quote:
no GMC and no Quarter-pel Motion Compensation) btw seems to have overread you first post :shame: |
|
|
|
|
|
|
#10 | Link | |
|
Registered User
Join Date: Jul 2002
Posts: 7
|
Quote:
|
|
|
|
|
|
|
#11 | Link | |
|
Registered User
Join Date: Mar 2002
Posts: 58
|
Quote:
http://www.m4if.org/resources/profiles/visualtools.php well the 3gp convertor uses Code:
ffmpeg <input file>-bitexact -vcodec xvid -s 320x240 maybe the h.264 decoder is somehow connected with the UMD drive and only useable with UMD movies. btw it was said that the firmware of the PSP is upgradeable so maybe the some features are still not unlock for now too bad that we haven't have someone from sony in this community... |
|
|
|
|
|
|
#12 | Link | |
|
Registered User
Join Date: Nov 2001
Posts: 9,770
|
Quote:
still this doesnt mean of course that the player doesnt support higher framerates too (its just not sure)
__________________
Between the weak and the strong one it is the freedom which oppresses and the law that liberates (Jean Jacques Rousseau) I know, that I know nothing (Socrates) MPEG-4 ASP FAQ | AVC/H.264 FAQ | AAC FAQ | MP4 FAQ | MP4Menu stores DVD Menus in MP4 (guide) Ogg Theora | Ogg Vorbis use WM9 today and get Micro$oft controlling the A/V market tomorrow for free |
|
|
|
|
|
|
#13 | Link |
|
Registered User
Join Date: Jul 2002
Posts: 7
|
ok, so the fps mean nothing.
unfortunately i have no memory stick and shops are closed (public holiday). but i'll buy one tomorrow and try some other resolutions and stuff. it would sux if only umd movies can use the full resolution. but since game developers are planning to release additional content and demos through the net i still hope it's possible. |
|
|
|
|
|
#14 | Link |
|
Registered User
Join Date: Jun 2003
Posts: 24
|
I couldn't get Nero's AVC to work on PSP, yet.
There are some restrictions that I have come across when testing: No bitrate limit for audio nor video. Audio can't be more than 24000Hz Video must be 320x240 If someone is using the "3GP_Converter" here is my take on 2-pass xvid encoding profile that will work in PSP: Code:
[Item12] Title=320x240/25fps/550kbps VBR2 AAC/64kbps TitleE=320x240/25fps/550kbps VBR2 AAC/64kbps Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -pass 1 -passlogfile <%TemporaryFile%>_3.log -s 320x240 -r 29.97 -vcodec xvid -4mv -bf 1 -b 1500 -acodec aac -ac 2 -ar 24000 -ab 64 -f 3gp "<%TemporaryFile%>_pass1.3gp"" Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -pass 2 -passlogfile <%TemporaryFile%>_3.log -s 320x240 -r 29.97 -vcodec xvid -4mv -bf 1 -b 550 -acodec aac -ac 2 -ar 24000 -ab 64 -f 3gp "<%TemporaryFile%>_pass2.3gp"" Command2=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>_pass2.3gp" "<%TemporaryFile%>_final.3gp" -c QT_3GPP(MobileMP4)_QVGA_AAC.ini" Command3=""<%AppPath%>\cores\ATOMChanger" "<%TemporaryFile%>_final.3gp" "<%OutputPath%>M4V<%RandomNumber5%>.mp4" "Camouflage_MP4_for_PSP.ini"" Command4="rm "<%TemporaryFile%>_pass1.3gp"" Command5="rm "<%TemporaryFile%>_pass2.3gp"" Command6="rm "<%TemporaryFile%>_final.3gp"" Last edited by works; 17th January 2005 at 17:48. |
|
|
|
|
|
#15 | Link |
|
Registered User
Join Date: Jul 2002
Posts: 7
|
i thought 25fps will work too?
the resolution thing sucks most. maybe you have to encode using h264 to get the full res? h264 is definitely possible if you can trust the system specs. anyway, i've bought a memory stick meanwhile but i still need the usb cable (gonna pick up one from a friend today). ----------edit: videos @ 25fps do play, but the audio is (completely) out of sync. (source material was dvb-c recorded mpeg2, PAL). Last edited by weak; 9th January 2005 at 14:15. |
|
|
|
|
|
#17 | Link |
|
Registered User
Join Date: Jun 2003
Posts: 24
|
I tried to play Nero's AVC files made with Mobile and Portable profiles, but no luck. I'd _love_ to get it to work, since the PQ is much better.
edit: I'm also having some severe audio synch issues with PAL material (yea, got 25fps working, dunno what was the matter before) Also updated the 2pass profile couple posts up. Last edited by works; 10th January 2005 at 17:53. |
|
|
|
|
|
#18 | Link |
|
Moderator
![]() Join Date: Feb 2002
Posts: 643
|
I've got a PSP now and it's a beautiful little device, even if the MP4 playback is far from ideal. You can still get some nice results but cramming a 2.5 hour action movie onto the memory stick is very difficult.
I can't get Star Wars Episode II with reasonable quality to fit onto a 512MB memory stick, for example. Firmware updates may cure some of these limitations but I doubt it - unbelievably Sony thinks that people will pay money to watch movies at less than DVD quality on a very small LCD screen. The way forward is through the fact that the PSP can run executable files from its memory stick (witness the GAME function under the memory stick menu). So it's not beyond the realms of possibility that somebody will produce a better media player than the one that is built-in to the PSP... once the homebrew coders have got their heads around the system, any way. |
|
|
|
|
|
#20 | Link | |
|
Registered User
Join Date: Jul 2002
Posts: 7
|
from the psp manual from the FCC site:
Quote:
so it's clearly capable of H.264 |
|
|
|
|
![]() |
|
|