play video file

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

play video file

Post by jojojoris »

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: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
MysticWhiteDragon
Posts: 30
Joined: Thu Feb 16, 2006 8:46 am

Post by MysticWhiteDragon »

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
Post Reply