Hiya,
Just started using subsonic for video and my dual core server was struggling with x264, just about working but filling up the CPU which isnt ideal for me. Also, ffmpeg was having issues transcoding 48khz to 44.1khz, i think this is in the config because mp3 doesnt support 48khz.
I'm now using this transcode line:
ffmpeg -ss %o -i %s -async 1 -b %bk -s %wx%h -ac 2 -v 0 -f flv -vcodec flv -acodec libfaac -
Which changes the audio codec to aac which supports 48khz so i removed the forced 44.1khz option. It also changes the video codec to flv1 format which is h263 and lower quality but also lower cpu requirements for encoding. This has sorted my audio stuttering and reduced my cpu usage by more than half so i hope it can help others too.
Thanks
--
Alex