Search found 3 matches
- Tue Jun 05, 2007 6:55 pm
- Forum: PS3 Linux Development
- Topic: SPE Media Lib
- Replies: 39
- Views: 40222
But there surely is a bottleneck in file reading. I read your post after I posted mine, sorry :) You're totally right, I forgot to compute the disk throughput. That's definitively the problem. Mplayer reads a compressed stream so it doesn't reach the disk throughput. The best way to test the yuv2rg...
- Tue Jun 05, 2007 6:03 pm
- Forum: PS3 Linux Development
- Topic: SPE Media Lib
- Replies: 39
- Views: 40222
obtaining about 40 FPS, that is worst than your 60FPS@1920x1080. It shouldn't be that bad considering that this conversion takes about 20% of the CPU (PPU) time when playing this kind of stuff with MPlayer. Have you tried with MPlayer? Mplayer works fine with high definition MPEG2 streams: I tried ...
- Tue Jun 05, 2007 2:41 am
- Forum: PS3 Linux Development
- Topic: SPE Media Lib
- Replies: 39
- Views: 40222
Re: SPE Media Lib
I am nearly finished(it works but is not released) with a colorspace converter YV420p ->ARGB.. (more or less the same as YV12->ARGB) That runs on a spe at more than 60FPS for 1920x1080. Hi, I'm doing some tests on PS3 with your converter but I'm a bit confuse on the way it has to be used. What I di...