<div dir="ltr"><div><span>Hi,</span></div><div><span></span> </div><div><span>I am trying to run ffmpeg video decoding by creating multiple threads. The problem i am facing is that only one thread is created, irrespective of setting the thread_count to 0 or any no like say 2 , 4 etc.</span></div><div><span></span> </div><div><span>I did check the config as below:</span></div><div><span></span> </div><div></div><span><div><strong><u><font color="#ff0000">it doesnt have --enable pthreads things.. Is this the issue??. </font></u></strong><br>If so, how to set the --enable pthread again in ffmpeg?? Can someone please help me understand.</div><div> </div><div>I have Ubuntu 12.4 on my system(64 bit)</div><div> </div><div><strong><u>Output:</u></strong></div><div>-----------------------------------------------------------------<br><br>ierumshanaya@ubuntu:~/ffmpeg_sources/ffmpeg$ ffmpeg<br>ffmpeg version git-2014-01-05-f5f6e59 Copyright (c) 2000-2014 the FFmpeg developers<br>  built on Jan 22 2014 19:00:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)<br>  <strong><u>configuration</u></strong>: --prefix=/home/ierumshanaya/ffmpeg_build/lib/pkgconfig --extra-cflags=-I/home/ierumshanaya/ffmpeg_build/include --extra-ldflags=-L/home/ierumshanaya/ffmpeg_build/lib --bindir=/home/ierumshanaya/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab<br>  libavutil      52. 60.100 / 52. 60.100<br>  libavcodec     55. 47.100 / 55. 47.100<br>  libavformat    55. 22.102 / 55. 22.102<br>  libavdevice    55.  5.102 / 55.  5.102<br>  libavfilter     4.  0.103 /  4.  0.103<br>  libswscale      2.  5.101 /  2.  5.101<br>  libswresample   0. 17.104 /  0. 17.104<br>  libpostproc    52.  3.100 / 52.  3.100<br>Hyper fast Audio and Video encoder<br>usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...<br></div><div>Thanks,</div><div>Ierum</div></span></div>