Hi,

I am converting 720P ps3 gameplay video to upload to youtube. FMLE records them in f4v and i can't upload those because sometimes they go out of sync. So my solution was to convert to xvid via winff. I edited one of the presets but for some reason the preset does not stay below my target bitrate it goes up to 6000 or 7000. This is my command:

-f avi -r 29.97 -vcodec libxvid -vtag XVID -s 1280x720 -aspect 16:9 -maxrate 5000k -b 5000k -qmin 1 -qmax 3 -bufsize 4096 -mbd 2 -bf 2 -flags +4mv -trellis -aic -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 44100 -ab 192k -ac 2

I tried setting maxrate to 3000 or 4000 but winff still goes to 6k. Is there something I am doing wrong? Also just for reference the original f4v file was recorded in 720P bitrate was 3000kbps and audio was mp3 192kbps

Thanks.