The problem is that you'd need to maintain a binary copy of the
executable for over a dozen distributions, plus the version
differences (compiling against older libraries can cause drama). It's
kindof a big maintenance task just to do this, which is why most
software projects don't (with the exception of a few projects like
MySQL, who provide binaries so that they can control the binary for
purposes of debugging and code testing).
Good operating systems provide ffmpeg in a well-constructed ports
system. It's a breeze to install on OpenBSD, but it's a nightmare on
Macports (which IMHO is kindof a peice of shit).
-Kyle