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?
play video file
play video file
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
-
- Posts: 30
- Joined: Thu Feb 16, 2006 8:46 am
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
TriEngine is available at http://trac2.assembla.com/openTRI