Encoding with ffmpeg to PS3

Struggled with something that is supposed to be easy..
Ubuntu 12.10 x86_64

ffmpeg -y -i rawmovie.mpg -vcodec libx264 -level 41 -tune film -crf 24 -threads 0 -acodec libmp3lame -ab 128k -ac 2 -ar 48000 output.mp4