В Вск, 18/02/2007 в 22:03 +0100, Benjamí Villoslada пишет: > Just I'm curious about lavc (mpeg4) codec in my Debian Sid: > > I can't put lavc codec in -vcodec ffmpeg option
Of course you can't lavc == libavcodec, and ffmpeg is using this lib for encoding (ffmpeg is a front-end to libavcodec library, which is a collection of encoders / decoders) So if you want to have video encoded with mpeg4 codec from libavcodec library just replace 'lavc' with 'mpeg4'