Estou a tentar converter um ficheiro .flv a .avi com o mencoder e dá-me este erro
linux-o2b8:~ # mencoder -oac mp3lame -lameopts cbr=128 -ovc xvid -xvidencopts bitrate=1600 bola.flv -o bola.avi
MPlayer dev-SVN-r29796-4.4-openSUSE Linux 11.2 (i686)-Packman (C) 2000-2009 MPlayer Teamsuccess: format: 0 data: 0x0 - 0x26724f7
libavformat file format detected.
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO: [VP6F] 584x329 0bpp 29.970 fps 371.7 kbps (45.4 kbyte/s)
[V] filefmt:44 fourcc:0x46365056 size:584x329 fps:29.970 ftime:=0.0334
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 64.0 kbit/4.54% (ratio: 8000->176400)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
xvid: using library version 1.2.2 (build xvid-1.2.2)
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 0
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffvp6f] vfm: ffmpeg (FFmpeg VP6 Flash)
==========================================================================
MP3 audio selected.
Movie-Aspect is undefined - no prescaling applied.
videocodec: XviD (584x329 fourcc=44495658 [XVID])
xvid: par=0/0 (vga11), displayed=584x329, sampled=584x329
xvid: CBR Rate Control -- bitrate=1000kbit/s
xvid: xvidcore returned a 'General fault' error
FATAL: Cannot initialize video driver.
Movie-Aspect is undefined - no prescaling applied.
videocodec: XviD (584x329 fourcc=44495658 [XVID])
xvid: par=0/0 (vga11), displayed=584x329, sampled=584x329
xvid: CBR Rate Control -- bitrate=1000kbit/s
xvid: xvidcore returned a 'General fault' error
FATAL: Cannot initialize video driver.
Exiting...
linux-o2b8:~ #
Faltar-me-á qualquer coisa? Obrigado.