Displaying 1 result from an estimated 1 matches for "yuv2theora".
2009 Jun 23
0
Theora running on ARM device without floating point support
...e ? ? ? ? ?: 16384
D assoc ? ? ? ? : 4
D line length ? : 32
D sets ? ? ? ? ?: 128
Hardware ? ? ? ?: Freescale i.MX27ADS
Revision ? ? ? ?: 27021
Serial ? ? ? ? ?: 0000000000000000
In this example I will convert a yuv file with 150 frames (320x240 ~
17280000 bytes ) ? to an ogg file
mx27# time ./yuv2theora
File size = 17280000
This video has 150 frames!
real ? ?1m1.641s
user ? ?1m0.800s
sys ? ? 0m0.390s
Unfortunately the performance is not that good.
As a result I've converted a ~17MB yuv file to an 473KB ogg file in 61
seconds using 99% of CPU.
Any way to improve this?
The source code use...