Here are the results.. they tell me it was successful...

root@imageleet [/home/****/public_html/files]# ffmpeg -i test.wmv test.flv
FFmpeg version SVN-r9083, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --disable-shared --enable-libmp3lame
libavutil version: 49.4.0
libavcodec version: 51.40.4
libavformat version: 51.12.1
built on May 21 2007 16:29:03, gcc: 3.4.6 20060404 (Red Hat 3.4.6-8)
[wmv3 @ 0x83c55c4]Extra data: 8 bits left, value: 0


Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 25.00 (25/1)
Input #0, asf, from 'test.wmv':
Duration: 00:00:16.9, start: 3.000000, bitrate: 194 kb/s
Stream #0.0: Audio: wmav2, 44100 Hz, stereo, 88 kb/s
Stream #0.1: Video: wmv3, yuv420p, 320x240, 123 kb/s, 25.00 fps(r)
Output #0, flv, to 'test.flv':
Stream #0.0: Video: flv, yuv420p, 320x240, q=2-31, 200 kb/s, 25.00 fps(c)
Stream #0.1: Audio: mp3, 44100 Hz, stereo, 64 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Stream #0.0 -> #0.1
[wmv3 @ 0x83c55c4]Extra data: 8 bits left, value: 0
Press [q] to stop encoding
Compiler did not align stack variables. Libavcodec has been miscompiled
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. Do not report crashes to FFmpeg developers.
frame= 422 fps=190 q=3.3 Lsize= 704kB time=16.9 bitrate= 341.6kbits/s
video:554kB audio:133kB global headers:0kB muxing overhead 2.477192%

Now what do i do..