ffmpeg: dinamikus bélyegkép generálása

Helló!

Egy weboldalhoz flv fájlokhoz gif-eket próbálok generálni ffmpeg segítségével amit egy hwdVideoShare Video Converter nevű joomla komponens indít el, sikertelenül. Egyszerűen sehol sem találom a megoldást vagy a megfelelő ffmpeg konfigurációt. Előre is köszi a segítséget!
Virág

Input:
/usr/bin/ffmpeg -i /home/focieu/public_html/components/com_hwdvideoshare/converters/../../../hwdvideos/uploads/hjfe6ccrsj6h2h.flv -pix_fmt rgb24 -r 1 -loop_output 0 -ss 5 -t 10 -s 120x90 -f gif /home/focieu/public_html/components/com_hwdvideoshare/converters/../../../hwdvideos/thumbs/temp_hjfe6ccrsj6h2h.gif -y

Output:
FFmpeg version r11872+debian_0.svn20080206-18, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-libfaad --enable-pp --enable-swscaler --enable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbis --enable-pthreads --disable-strip --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-altivec --disable-vis --enable-shared --disable-static
libavutil version: 49.6.0
libavcodec version: 51.50.0
libavformat version: 52.7.0
libavdevice version: 52.0.0
built on Jun 24 2009 07:18:10, gcc: 4.3.2

Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 25.00 (25/1)
Input #0, flv, from '/home/focieu/public_html/components/com_hwdvideoshare/converters/../../../hwdvideos/uploads/hjfe6ccrsj6h2h.flv':
Duration: 00:00:01.4, start: 0.000000, bitrate: N/A
Stream #0.0: Video: flv, yuv420p, 320x240 [PAR 0:1 DAR 0:1], 25.00 tb(r)
Unable to find a suitable output format for '/home/focieu/public_html/components/com_hwdvideoshare/converters/../../../hwdvideos/thumbs/temp_hjfe6ccrsj6h2h.gif'