mmiop.blogg.se

Ubuntu install ffmpeg with libx264
Ubuntu install ffmpeg with libx264












ubuntu install ffmpeg with libx264 ubuntu install ffmpeg with libx264

The following NEW packages will be installed:Ĭheckinstall git git-core liberror-perl rsync texi2html yasm Git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb latex2html Git liberror-perl libpopt-dev libpopt0 libx11-6 libxcb1 libxcb1-dev libxfixes3 rsync zlib1g The following extra packages will be installed: The following packages were automatically installed and are no longer required: there may be differences in their Server and Client distributions, so let me know if you tried this on a brand new install.Ĭode: Select all libxvidcore4-dev is already the newest version. This script will only work for a fresh Ubuntu install that does not have FFMPEG installed (or anything else for that matter).įor reference, I am using Ubuntu's Amazon EC2 images.

ubuntu install ffmpeg with libx264

Based on your error message, it looks like you may have had libav* already installed, and then you recompiled ffmpeg which compiled against a new version of libav* that is now causing a problem. I just edited the script to fetch 1.24.4 instead. Mysqladmin -u root -p$MYSQL_ROOTPW reloadĬode: Select all ffmpeg -codecs | grep 264įfmpeg version git-N-29954-g33651e3, Copyright (c) 2000-2011 the FFmpeg developersĬonfiguration: -enable-gpl -enable-version3 -enable-nonfree -enable-postproc -enable-pthreads -enable-libx264 -enable-libxvid -enable-x11grab -enable-sharedĭ V D h264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10ĮV libx264 libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 db/zm_create.sqlĮcho "grant select,insert,update,delete on zm.* to identified by 'zmpass'" | mysql -u root -p$MYSQL_ROOTPW zm configure -with-webdir=/usr/share/zoneminder -with-cgidir=/usr/lib/cgi-bin -with-webuser=www-data -with-webgroup=www-data -with-ffmpeg=/usr/local/lib CPPFLAGS="-D_STDC_CONSTANT_MACROS"Įcho "create database zm" | mysql -u root -p$MYSQL_ROOTPW mysql Sudo apt-get install mysql-client libmysqlclient-dev libjpeg-dev openssl libssl-dev libdate-manip-perl libphp-serialization-perl libcache-mmap-perl libgnutls-dev configure -enable-gpl -enable-version3 -enable-nonfree -enable-postproc -enable-pthreads -enable-libx264 -enable-libxvid -enable-x11grab -enable-shared $FFMPEG_EXTRAS Sudo apt-get install build-essential git-core checkinstall yasm texi2html libx11-dev libxfixes-dev libxvidcore-dev zlib1g-dev pkg-config














Ubuntu install ffmpeg with libx264