On Wed, Oct 3, 2012 at 3:34 PM, vijaya kumar <[email protected]> wrote: > Hello everyone, > > I am new to MLT, I have downloaded MLT from SOURCEFORGE version 0.8.2. > while compiling i stuck with this error > > consumer_avformat.c:241: error: ‘AVCodec’ has no member named ‘encode’ > consumer_avformat.c:265: error: ‘AVCodec’ has no member named ‘encode’ > consumer_avformat.c: In function ‘consumer_thread’: > > can anyone suggest me recommended FFmpeg version for MLT 0.8.2 > > I am using CENTOS6. > > Thank you
Here is the script I use to build on ubuntu. sudo apt-get --assume-yes install git automake autoconf libtool intltool g++ yasm swig libmp3lame-dev libgavl-dev libsamplerate-dev libxml2-dev ladspa-sdk libjack-dev libsox-dev libsdl-dev libgtk2.0-dev liboil-dev libsoup2.4-dev libqt4-dev libexif-dev libtheora-dev libvdpau-dev libvorbis-dev python-dev mkdir -p melt cd melt wget -N https://raw.github.com/mltframework/mlt-scripts/master/build/build-melt.sh chmod +x build-melt.sh echo "FFMPEG_SUPPORT_FAAC=1" >> build-melt.conf ./build-melt.sh -c build-melt.conf cd ~/bin ln -sf ~/melt/$(date +'%Y%m%d')/bin/melt cd .. I just ran it, result: LOG: Process has finished. Reason: SUCCESS Everything succeeded -- Carl K ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
