campiop.blogg.se

Instalar ffmpeg ubuntu 12.04
Instalar ffmpeg ubuntu 12.04










Lastly, delete the x264, fdk-aac, libvpx, and ffmpeg directories in your home folder. Libvorbis-dev libvpx libx11-dev libxfixes-dev pkg-config qt-faststart texi2html x264 yasm zlib1g-dev Libjack-jackd2-dev libmp3lame-dev librtmp-dev libsdl1.2-dev libtheora-dev libva-dev libvdpau-dev \ To remove FFmpeg/x264 and other packages added for this guide: sudo apt-get -y autoremove build-essential checkinstall fdk-aac ffmpeg git libfaac-dev libgpac-dev \ configure, make, and make install as shown in the install FFmpeg section. configure, make, and make install as shown in the install libvpx section. configure, make, and make install as shown in the install x264 section. Libx11-dev libxfixes-dev texi2html yasm zlib1g-dev First, remove some packages and then update the dependencies: sudo apt-get -y remove ffmpeg x264 libx264-dev libvpx-dev Sudo checkinstall -pkgname=x264 -pkgversion="3:$(./version.sh | \Īwk -F'' '/POINT/')" -backup=no -deldoc=yes \ĭevelopment of FFmpeg and x264 is active and an occasional update can give you new features and bug fixes. See the x264 Encoding Guide for some usage examples. The following commands will get the current source files, compile, and install x264. Libvorbis-dev pkg-config texi2html yasm zlib1g-dev Libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev librtmp-dev libtheora-dev \ Get the dependencies ( Ubuntu Server or headless users): sudo apt-get update Libx11-dev libxfixes-dev pkg-config texi2html yasm zlib1g-dev Librtmp-dev libsdl1.2-dev libtheora-dev libva-dev libvdpau-dev libvorbis-dev \ Libjack-jackd2-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev \

instalar ffmpeg ubuntu 12.04

Sudo apt-get -y install build-essential checkinstall git libfaac-dev libgpac-dev \

instalar ffmpeg ubuntu 12.04

Get the dependencies ( Ubuntu Desktop users): sudo apt-get update

instalar ffmpeg ubuntu 12.04

Remove any existing packages: sudo apt-get remove ffmpeg x264 libav-tools libvpx-dev libx264-dev Note: Copy and paste the whole code box for each step. This guide will also install many filters (see the filter list in the Filtering Guide). These are optional and may be omitted if desired. This guide will enable several external encoding and decoding libraries: libfaac (AAC encoder), libfdk-aac (AAC encoder), libmp3lame (MP3 encoder), libopencore-amr (AMR encoder/decoder), librtmp (for additional RTMP protocols), libtheora (Theora encoder), libvorbis (Vorbis encoder), libvpx (VP8 encoder/decoder), and libx264 (H.264 encoder). Separate guides are available for Ubuntu Lucid Lynx 10.04 and Ubuntu Hardy Heron 8.04. This guide supports Ubuntu Precise Pangolin 12.04, Ubuntu Oneiric Ocelot 11.10, Ubuntu Natty Narwhal 11.04, and Ubuntu Maverick Meerkat 10.10.












Instalar ffmpeg ubuntu 12.04