Fuze+ Video Requirements

Any idea what the maximum video bitrate the Fuze+ can handle is? I’m using WinFF as an ffmpeg frontend in Windows, and would want to know so that I can get decent video quality on this.

meta:

ffmpeg -i inputfile -aspect 16:9 -acodec libmp3lame -ar 44100 -ab 128k -ac 2 -vcodec h264 -r 30 -b 976k -s 320x240 outputfile.avi

is probably better, you’ll need to adjust aspect for your actual output, and maybe pad upper and lower.