Hi all, Before I subscribe to the ffmpeg mailing list, I ask my question here... When I want to convert a .mov movie (taken with my digital camera) into a .flv flash movie, I get the following error: Audio resampler only works with 16 bits per sample, patch welcome. I use ffmpeg 0.4.9.15594svn-20081010.pm.2143-i686 from Packman with openSUSE 11.0 (KDE4 32 bit). Below is my input and the output. The input audio contains "s16". I don't know what that means, but from google I understand that ffmpeg is probably broken because of this "s16". YaST only provides this installed version of ffmpeg. Does someone know a solution for this error? Regards, André drek@x1722033118:~> ffmpeg -i p1040573.mov -acodec libmp3lame -ar 22050 -ab 32k -f flv -s 320x240 video.flv FFmpeg version SVN-r15594, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --shlibdir=/usr/lib --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib --enable-shared --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libfaad --enable-libfaac --enable-libxvid --enable-swscale --enable-postproc --enable-gpl --enable-vhook --enable-x11grab --enable-libschroedinger --enable-libdirac --enable-libnut --enable-libgsm --enable-libx264 --enable-libamr-nb --enable-libamr-wb --enable-libdc1394 --enable-nonfree --enable-pthreads libavutil 49.11. 0 / 49.11. 0 libavcodec 52. 0. 0 / 52. 0. 0 libavformat 52.22. 1 / 52.22. 1 libavdevice 52. 1. 0 / 52. 1. 0 libswscale 0. 6. 1 / 0. 6. 1 libpostproc 51. 2. 0 / 51. 2. 0 built on Oct 11 2008 11:28:35, gcc: 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'p1040573.mov': Duration: 00:01:11.00, start: 0.000000, bitrate: 11549 kb/s Stream #0.0(eng): Video: mjpeg, yuvj420p, 640x480, 30.00 tb(r) Stream #0.1(eng): Audio: pcm_u8, 8000 Hz, mono, s16, 64 kb/s Output #0, flv, to 'video.flv': Stream #0.0(eng): Video: flv, yuv420p, 320x240, q=2-31, 200 kb/s, 30.00 tb(c) Stream #0.1(eng): Audio: libmp3lame, 22050 Hz, mono, s16, 32 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Press [q] to stop encoding Audio resampler only works with 16 bits per sample, patch welcome. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org