#29-02 [Ubuntu]ffmpeg rebuild
hardyのffmpegはx264もfaacも有効じゃないので、有効にしてrebuildした。apt-get source ffmpegしてdebian/rulesをほげる。
export DEB_BUILD_OPTIONS = risky ifneq (,$(findstring risky,$(DEB_BUILD_OPTIONS))) weak-build-deps += liblame-dev liba52-0.7.4-dev confflags += --enable-libmp3lame --enable-liba52 weak-build-deps += libfaad2-dev confflags += --enable-libfaadbin --enable-libfaad weak-build-deps += libfaac-dev libx264-dev confflags += --enable-libfaac --enable-x264 weak-build-deps += libxvidcore-dev confflags += --enable-xvid $(warning Make sure these packages are installed: $(weak-build-deps)) endif
これでH.264/AVCなエンコードができる。