I'm trying to convert an avi video to a swf video in Lenny. So I download swftools, and look under the FAQ's, you find that avi2swf is no longer supported. They actually give an ffmpeg example: ffmpeg -i video.mpg -b <bitrate> -s <X>y<Y> -pass 1 -passlogfile log_file video.flv
How this relates to swf files is beyond me. But if I run (in Lenny): ffmpeg -i test.avi test.swf I get: FFmpeg version r11872+debian_0.svn20080206-17, 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 Feb 10 2009 08:13:56, gcc: 4.3.3 Input #0, avi, from 'test.avi': Duration: 00:44:18.9, start: 0.000000, bitrate: 1042 kb/s Stream #0.0: Video: mpeg4, yuv420p, 384x288 [PAR 1:1 DAR 4:3], 25.00 tb(r) Stream #0.1: Audio: mp3, 44100 Hz, mono, 128 kb/s Output #0, swf, to 'test.swf': Stream #0.0: Video: flv, yuv420p, 384x288 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 25.00 tb(c) Stream #0.1: Audio: 0x0000, 44100 Hz, mono, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Unsupported codec for output stream #0.1 Am I missing a library or plugin? Chris -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org