ffmpeg 4

ffmpeg 설치

[DEPENDENCIES] ffmpeg -+-x264 -+- yasm | +-xvid | +-faac | +-faad | +-amr-nb | +-amr-wb | +-lamemp3 [INSTALL] X264 Library ./configure --prefix=/home/sunsson/work/lib --includedir=/home/sunsson/work/include --libdir=/home/sunsson/work/lib --enable-shared => make => make install (root) 가끔씩 isfinite() 때문에 컴파일이 안 되는 경우(sun-i386)가 있다. 이럴 경우에는 encoder/ratecontrol.c에 다음 MACRO를 정의한다. // isfinite() come..