Hi, I tried to perform sampling frequency conversion in ffmpeg version 1.2 using -ar command. But the output file had the same sampling frequency as the input (32000 Hz). The command given is as below ./ffmpeg -i input.mpeg output.avi -ar 24000 Please inform me the correct procedure for sampling frequency conversion. Regards, Rohit