-
o convert a movie to a GIF animation:
ffmpeg -i file.mov -pix_fmt rgb24 -s qcif -loop_output 0 output.gif
The option -s qcif could be omitted, it sets a small output size. A -loop_output 0 parameter causes infinite looping. -
With Twitter4J, you can easily integrate your application with the Twitter service.