It may be a bit late, but you have extra spaces in your command:
where it says:
acodec=mp2a, ab=192
------------------^
It should be:
acodec=mp2a,ab=192
-----------------^
Also:
std{access=file, mux=ps
--------------------^
std{access=file,mux=ps
-------------------^