> I try to encode an image sequence to a h264 mp4 file. Whatever I do my > bitrate is ignored: > ffmpeg -i audio.mov -i input%05d.jpg -s 1280x720 -b:v 8000k -acodec copy > -vcodec libx264 output.mov Does putting the -b:v 8000k after the vcodec part help? Just wondering. -r