 |
forums.ps2dev.org Homebrew PS2, PSP & PS3 Development Discussions
|
| View previous topic :: View next topic |
| Author |
Message |
TheOwl
Joined: 13 Jul 2005 Posts: 4
|
Posted: Wed Jul 13, 2005 2:05 am Post subject: Problems with psp videos on MS (.MP4) |
|
|
Something really odd is going on with my PSP. When I first got it (~2 weeks ago), I immediately started to experiment with the idea of converting my videos to PSP's own MP4 format, to be able to view them with the builtin player.
Well, after a while, I got it working. Using the CVS ffmpeg, I was able to convert anything I wanted to the PSP format. And all was good.
Recently, however, I took a backup of my MS, and formatted it, and the idea was to put only video clips in the MS (small size, you know, the 32Mb stick that comes with the PSP). Using the same method I used before, there were no files the Video-player found. Odd. It worked yesterday.
I then formatted it again, and put the backup back on the MS. This backup has one clip, that previously worked very well. However, it still doesn't show up in the list.
There are no Corrupted icons, like there is if it finds the video file but it is in the wrong format, nothing. I tried again by formatting it and doing it step by step, creating the mp_root and 100mnv01 folder, converting a small clip, and putting it as mp_root/100mnv01/m4v00001.mp4, like I did the first time (when it worked). Still nothing.
Any ideas?
Thanks in advance. |
|
| Back to top |
|
 |
demologik
Joined: 13 Jul 2005 Posts: 2
|
Posted: Wed Jul 13, 2005 8:27 pm Post subject: |
|
|
| you need to have the THM file in there as well, i believe. i use PSPvideo9 it creates them for you. |
|
| Back to top |
|
 |
Latexxx
Joined: 12 May 2005 Posts: 12
|
Posted: Wed Jul 13, 2005 10:02 pm Post subject: |
|
|
| Thm is just a small jpeg image; easy to it on your own. |
|
| Back to top |
|
 |
Energy
Joined: 26 Mar 2005 Posts: 133 Location: uk/beds/flitwick
|
Posted: Wed Jul 13, 2005 10:58 pm Post subject: |
|
|
You don't need the THM file,
However I believe you'll find that the
mp_root/100mnv01/m4v00001.mp4
has to be in caps. So more something like this...
MP_ROOT/100MNV01/M4V00001.MP4
Also you are formatting the MS in the PSP? If you're formatting it in Windows or anything else it may act strange in the PSP. Also if you want a simple windows PSP video convert PSPvideo9 is pretty good. No hassle jsut get out the box (or zip file!) and go! |
|
| Back to top |
|
 |
TheOwl
Joined: 13 Jul 2005 Posts: 4
|
Posted: Thu Jul 14, 2005 9:07 pm Post subject: |
|
|
Thanks for the help. THM file isn't necessary, as per my own experience, when stuff worked.
I have never (and will never) format the memory stick anywhere else than in PSP (unless there are some corruption problems that can only be fixed by formatting somewhere else).
I thought about the CAPS thing. It could actually be the case why the files aren't working. Thanks for pointing it out. However, I have no idea how to go about fixing that... You see, I have only Linux here, and, believe it or not, I find Linux's file-naming system quite cumbersome. Not because of differentiating caps, but because of other quirks. :D
I'll have to check if my limited Linux-magic can come up with something. ;)
Edit: Okay. Confirmed with the help of PSP File Assistant, that it is indeed because of letter capitalization. Managed to get the movie clips working by renaming the movie folders and files in caps with File Assistant. Now all I need is to figure out how the he** am I going to name files in caps in Linux (well, that's easy, but how to keep the caps when moving to PSP/MS - when it's all caps linux changes it to no caps, otherwise caps work.)
Edit2: There we go. It seems that I create the folders directly to the PSP through USB with Linux, it changes it to no-caps. However, if I create the directory tree and files first in a Linux partition, and move the clips I want there, all with caps, and then move that directory tree to the root of PSP/MS it works flawlessly. Thanks Energy for pointing the case-sensitivity out.
Last edited by TheOwl on Thu Jul 14, 2005 10:58 pm; edited 1 time in total |
|
| Back to top |
|
 |
Nick Fury
Joined: 22 Jun 2005 Posts: 45
|
Posted: Thu Jul 14, 2005 10:56 pm Post subject: |
|
|
What distro are you using to where it changes capital lettering to be non-capital?
Linux handles files properly. If you type 'mkdir /foo' and then 'mkdir /foO' and then 'mkdir /Foo' and 'mkdir /fOO'.... they are all different. Unlike with windows which treats capitalized and non-capitalized folders as the same damn thing.
Are you using some weird graphical file utility? Those things suck, IMO. Just stick with a command line. |
|
| Back to top |
|
 |
TheOwl
Joined: 13 Jul 2005 Posts: 4
|
Posted: Thu Jul 14, 2005 11:02 pm Post subject: |
|
|
@NickFury: Using Ubuntu Hoary 5.04. Yeah, caps work like they should. If I create a directory named "FoO", it is "FoO" and not "foo" or "FOO". Same goes for other combinations of capital letters.
However, if I were to create the dir to USB (and bear in mind that I use mainly command line, in rare cases I use nautilus for transfering files, mainly when I don't have a terminal window open. ;)), when I create "FoO", it comes up as "FoO", but when I create "FOO", it comes up as "foo".
Don't ask me why, I'm not a Linux expert, but it does that.
Edit: I'm confused. I'm positive I tried everywhich way yesterday to make the folders capitalized, when creating the dir directly through USB, I even everything with using my memcard reader and not through PSP, and still didn't work properly. But now it does work. :| I wonder what pills I have forgotten to take. :D |
|
| Back to top |
|
 |
Energy
Joined: 26 Mar 2005 Posts: 133 Location: uk/beds/flitwick
|
Posted: Thu Jul 14, 2005 11:28 pm Post subject: |
|
|
glad it worked -
Maybe if you create the folder on your local drive then copy it across it'd sat in Caps?
Glad it worked tho! |
|
| Back to top |
|
 |
Nick Fury
Joined: 22 Jun 2005 Posts: 45
|
Posted: Fri Jul 15, 2005 12:28 am Post subject: |
|
|
| I'm glad it worked as well. It would have made me very confused if it hadn't. |
|
| Back to top |
|
 |
cheriff Regular
Joined: 23 Jun 2004 Posts: 262 Location: Sydney.au
|
Posted: Fri Jul 15, 2005 8:12 pm Post subject: |
|
|
I had a few troubles with capatalization under linux, and asking around on irc i learned that including:
shortname=winnt
as an option in fstab made all the problems go away.
Just something that might be worth trying... _________________ Damn, I need a decent signature! |
|
| Back to top |
|
 |
TheOwl
Joined: 13 Jul 2005 Posts: 4
|
Posted: Sat Jul 16, 2005 1:39 am Post subject: |
|
|
Thanks, have to try it. If this kind of thing happens again, I know what to try - no use putting it in there now, since it's currently working again, amazingly enough.
Edit: Found on http://forum.bargainpda.com/showthread.php?t=7028
"After poking around it appeared that directories and files with short, uppercase names were being converted to all lowercase names. This screws up cp and rsync trying to copy files to a given destination, since the destination directory appeared to not be created. I THINK I solved this by adding shortname=winnt to the fstab entry for the drive" |
|
| Back to top |
|
 |
|
|
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
|