converting to uncompressed AVI

ShawnLG, Fri Nov 29 2013, 09:21AM

I want to convert video files to uncompressed AVI using ffmpeg.

This is the parameters that I am using:
-f avi -r 29.97 -acodec pcm_s16le -ac 2 -vcodec rawvideo -pix_fmt bgr24

The video does work but the video plays back quickly, finishing before the audio completes. What is wrong?

I am using WinFF with this.