| View previous topic :: View next topic |
| Author |
Message |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Tue Apr 07, 2009 5:13 am Post subject: play video file |
|
|
What is the best way to play a video file.
PSP games uses pmf format. but there is no encoder available. Is it possible to play another codec (with good compression and quality)? And maybe more important: How can i implement that in my game?
OR:
Does someone know how top play H264 mp4 files? _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
MysticWhiteDragon
Joined: 16 Feb 2006 Posts: 30
|
Posted: Mon Apr 13, 2009 4:39 am Post subject: |
|
|
The closest you can get right now is make a pmp file. I managed to incorporate a pmp file into a demo I made.
TriEngine is available at http://trac2.assembla.com/openTRI |
|
| Back to top |
|
 |
|