Now we can consider two ways to solve the problem: The first one is to modify the conversion procedure, and the second one is to download flv from photobucket.
First one: let's decrease frame rate for the output video to 15 fps. To do this you need to add "-r 15" option to the "conversion.bat" as follows: Code:
ffmpeg -i video_in.mp4 -ar 44100 -ab 32k -f flv -b 1600k -r 15 -s 1024x768 -y video_out.flv
also you can decrease the resolution from 1024x768 to 640x480 or 320x240 by changing the corresponding option.
Second one: to download flv video from photobucket there is video downloadhelper addon which works with Firefox browser.