> $ ffmpeg -i input -vcodec libxvid yo.avi > > > The following error message occurs- > > Unknown encoder 'libxvid' > > How do I get libxvid? Assuming you're on linux, you need to install it from source, or install a package like "XXX-devel" or the, then reconfigure and recompile ffmpeg.