ffmpeg CPU utilization
#1
Any thoughts on why ffmpeg-x264 is only using 50% of my dual core cpu (50% each core)?

Similar situation with VLC and Mplayer since they all use ffmpeg.

Hackintosh 10.6.8/Dharma 10.1
Reply
#2
Because it's not multithreaded?
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#3
I don't know about XBMC, but in Mplayer I was using FFmpeg-MT.
How do you control the ffmpeg flags in XBMC? Could it be that ffmpeg is launched with 2 threads instead of 4?
Reply
#4
--enable-external-ffmpeg
enable use of external ffmpeg libraries (default is
no) 'Linux only'
--
Only thing I can think of.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply

Logout Mark Read Team Forum Stats Members Help
ffmpeg CPU utilization0