2 echo " => To enable threading run :"
3 echo " -> mplayer -lavdopts threads=N file.mkv"
4 echo " -> #where N is the number of threads you want to use."
5 echo " => To add it to the config run :"
6 echo " -> echo "lavdopts=threads=$(cat /proc/cpuinfo | grep -c cores)" >> $HOME/.mplayer/config "
7 echo " -> #Enable multithreading in mplayer, with 1 thread per core."