Hi!
I am using VLC on ARM (Cortex A8) for streaming video of a webcam. I use x264 for transcoding, which uses about 60-70% CPU on a 320x240 video input with the superfast x264 preset. As I see the encoder is using ARM's NEON coprocessor to speed up transcoding, but I'd like to offload the ARM CPU with using the builtin dsp for the encoding. Is it possible? Regarding to the 1.1.0 announcement the VLC can use a DSP for decoding/encoding in H.264 (OpenMAX IL), so I need instructions how to setup my system to enjoy its benefits.
Thanks for your replies.
biga.