Hi,
How to configure/compile and execute the multithread FFMPEG on2 VP8
Decoder. I have fallowed below configurations for building and executing
FFMPEG. And also let me know how to enable frame level and slice level
multithreading option.

./configure --target-os=linux --arch=arm --cpu=cortex-a8 --disable-debug
--enable-neon --enable-pthreads \
--enable-cross-compile --cross-prefix=arm-linux-gnueabihf- \
--cc=arm-linux-gnueabihf-gcc

./ffmpeg -benchmark -thread_type 1  -threads 2 -i input.ivf output.yuv

But I did' t observe any difference between single and multithread
executions.
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to