Giter Site home page Giter Site logo

Comments (7)

ddennedy avatar ddennedy commented on July 17, 2024

We do nightly builds against FFmpeg git master. So, I think your ffmpeg build config has something to remove a deprecated API that we are still using. Run ffmpeg -version at command line to print out the build configuration.

from mlt.

slackhead avatar slackhead commented on July 17, 2024

ffmpeg version 3.1.1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.3.0 (GCC)
configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/man --disable-debug --enable-shared --disable-static --enable-pthreads --enable-libtheora --enable-libvorbis --enable-gpl --enable-version3 --enable-postproc --enable-swscale --enable-x11grab --enable-avfilter --enable-gnutls --enable-libcdio --arch=x86_64 --enable-libmp3lame --enable-libfaac --enable-libxvid --enable-libx264 --enable-nonfree --enable-libvpx
libavutil 55. 28.100 / 55. 28.100
libavcodec 57. 48.101 / 57. 48.101
libavformat 57. 41.100 / 57. 41.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 47.100 / 6. 47.100
libswscale 4. 1.100 / 4. 1.100
libswresample 2. 1.100 / 2. 1.100
libpostproc 54. 0.100 / 54. 0.100

from mlt.

ddennedy avatar ddennedy commented on July 17, 2024

You are not using MLT 6.2.0 because we no longer use AVCodecContext.request_channels.
https://github.com/mltframework/mlt/blob/v6.2.0/src/modules/avformat/producer_avformat.c#L2224

This was fixed a while ago:
6b79e7c

from mlt.

slackhead avatar slackhead commented on July 17, 2024

Oh. I had two source archives and may have got them mixed up when I copied the error. Sorry about that. I have attached an error.log so perhaps you can tell me the problem?
error.txt

Configure options:

./configure \
--disable-debug
--prefix=/usr
--libdir=/usr/lib${LIBDIRSUFFIX}
--qimage-libdir=${QT4DIR}/qt/lib
--qimage-includedir=${QT4DIR}/qt/include
--enable-gpl \
--luma-compress
--enable-motion-est
--swig-languages="perl php python ruby tcl"
--build=$ARCH-slackware-linux

Thanks for your help.

from mlt.

bmatherly avatar bmatherly commented on July 17, 2024

All your build errors are in vdpau.c. To get it to compile, you could add this to your MLT configuration:
--avformat-no-vdpau
Or you would have to dig deeper to find the root cause.

P.S. https://www.mltframework.org/bin/view/MLT/OnlineSupport

from mlt.

ddennedy avatar ddennedy commented on July 17, 2024

The vdpau option defaults false for a long time now (since Mar 27, 2011) and requires an explicit option to enable it, which is not specified in the configure line above. In fact, that option is no longer supported and was removed from the configure --help output for the latest release. Are you still using really old sources: 0.6.2 instead of 6.2.0? If not, then how did that get turned on? Did you simply extract new sources over the top of old sources and run make?

from mlt.

slackhead avatar slackhead commented on July 17, 2024

Sorry, it was a PEBKAC. Works fine now.

from mlt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.