Hi. ffmpeg -i foo.avi -vcodec h264 -acodec aac -ar 48000 -ac 1 -ab 224 -f mov test.avi mplayer shows that test.avi has 44100 rate ffmpeg -i test.avi recognizes sampling rate as 48000 Tommi