I built a Media Center Linux PC with Mint earlier this year and had constant problems with stuttering video and audio drop outs. I posted all of my issues here in the GamersOnLinux forum with no solutions. http://www.gamersonlinux.com/forum/threads/media-center-build-audio-artifacts.4435/page-2#post-39112 I think I finally found the issue! Nvidia control panel is set to adaptive which throttles the GPU clock speed and Memory. This seems to be causing my issues with video stuttering and audio dropping out randomly. When I set it to "Maximum Performance" it all goes away! When I close Nvidia control panel it should save right? NOPE! Something is preventing it from saving and even thought it still shows "Maximum Performance" it acts like Adaptive.
nvidia-settings -a '[gpu:0]/GpuPowerMizerMode=1'
#! /bin/bash
while :
do
nvidia-settings -a '[gpu:0]/GpuPowerMizerMode=1'
sleep 1
done