On Tue, 31 Jul 2012 19:12:12 -0700 (PDT) johlaf <john.lafferty at awm.gov.au> wrote: > I am trying to control the fps on an WMV output. No matter what I set in the > -r, the frame rate outputs as 30fps > > ffmpeg -i file.MXF -r 25 -vcodec wmv2 -qscale 4 -vf "scale=-1:288" -y > file.WMV > > Any help? Please include the complete ffmpeg console output.