Re: Compilation problem with theorarm

Timo Juhani Lindfors <[email protected]> Thu, 14 Jun 2012 16:28:28 +0300
Newsgroups gmane.comp.multimedia.ogg.theora.devel
Message-ID <[email protected]>
Andrzej <[email protected]> writes:
> I have armv5te CPU without hardware floating point.

I have armv4t on openmoko. I can do fullscreen 320x240 theora
playback. When I encode my videos with

sid mencoder -really-quiet -oac pcm -ovc lavc -lavcopts vcodec=ffvhuff -vf scale=320:240,rotate=1 -o - "$@" | sid ffmpeg2theora -v4 -H 22050 -c 1 -o - - 2> /dev/null | dd bs=8192 iflag=fullblock 2> /dev/null

the playback uses 50% of CPU, more if I increase the value of the "-v"
option.