On Tue, Oct 18, 2005 at 12:34:53PM -0700, Frans Meulenbroeks wrote: > Luc, > > Thanks for the info. Unfortunately making the movie > with mencoder or motion is not an option for me as I > am running the code on a Linksys NSLU2. This one has a > 266 Mhz ARM cpu without floating point instructions > (so mpeg encoding is out of my league).
Hum, sad to hear that, i use some old machine with a m68k, and i would think with a arm you can do that. Ok i've too a zaurus with an arm running at 210Mhz (the first xscale), and it slow to play mpeg movie. One problem with using the cat method, this is not optimal, because cat use a method that copy the data into the buffer. Made a quicksmall app to use mmap, so the frame is shared between kernel and user land without copy. Luc _______________________________________________ pwc mailing list [EMAIL PROTECTED] http://lists.saillard.org/mailman/listinfo/pwc
