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 

FFmpeg usage problem

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
konfig



Joined: 06 Jan 2005
Posts: 68

PostPosted: Sun Apr 03, 2005 4:45 pm    Post subject: FFmpeg usage problem Reply with quote

When converting MP4 files for the psp, the ffmpeg program uses '-title' option to write the title tag in the MP4 file, which is displayed by the psp when browsing the file.

I noticed that to let the name correctly displayed, the given string must be Shift-JIS encoded(for my JP version psp).

My problem is: how to get a title that contains space character to be correctly displayed? I gave the ffmpeg program a direct string containing space, and found part of the string are identified as invalid parameters.
I also added the " character to the title string, only to get chaos characters displayed on the psp.

I've read the ffmpeg tutorial, but got nothing. Could anyone here help me?
Back to top
View user's profile Send private message MSN Messenger
mc



Joined: 12 Jan 2005
Posts: 212
Location: Linköping

PostPosted: Sun Apr 03, 2005 7:52 pm    Post subject: Reply with quote

Odd, considering all other strings are UTF-8...

Anyway, Shift-JIS has ideograpic space at codepoint 0x81 0x40, so if all else fails, you should be able to use that. It might be slightly wider than a regular space though...
_________________
Flying at a high speed
Having the courage
Getting over crisis
I rescue the people
Back to top
View user's profile Send private message
konfig



Joined: 06 Jan 2005
Posts: 68

PostPosted: Mon Apr 04, 2005 2:54 pm    Post subject: Reply with quote

It works.

Thanks.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
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