GithubHelp home page GithubHelp logo

Comments (4)

divVerent avatar divVerent commented on May 27, 2024

Hi,

you need to compile ffmpeg against libvpx for this to work.

Best regards,

Rudolf Polzer

On Di.,  2. Jul. 2013 16:31:48 CEST, username-already-taken [email protected] wrote:

Despite having the libvpx-dev package (version 1.2) installed in my
Debian system, I cannot build mpv with libvpx encoding support. I cannot
find within the downloaded Git source, the instructions for building
support for mpv --ovc=libvpx:

        $ mpv --ovc=help | grep -E 'libx264|libvpx'
        --ovc=libx264          libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
        --ovc=libx264rgb    libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
RGB

It would be odd if VP8 encoding isn't supported since it's explicitly
listed in the example profile included in the source:

        $ grep libvpx mpv/etc/encoding-example-profiles.conf
        profile-desc = "VP8 (libvpx)"
        ovc = libvpx


Reply to this email directly or view it on GitHub:
#4

from mpv-build.

email-and-password-forgotten avatar email-and-password-forgotten commented on May 27, 2024

Okay, thanks for the hint. I'm now running mpv with VP8 support built in. If it isn't too much pain, would it be possible to add an "--enable-libvpx" line to scripts/ffmpeg-config, commented out of course, just like the option to enable x264 encoding support?

#OPTIONS="$OPTIONS --enable-libx264"
+#OPTIONS="$OPTIONS --enable-libvpx"

The necessary headers would have to be manually installed rather than autodetected. But isn't this the same already for the option to enable x264 support?

from mpv-build.

 avatar commented on May 27, 2024

Made an attempt to improve it, see 8e59c91.

from mpv-build.

 avatar commented on May 27, 2024

I think we can consider this fixed; at least everyone should be able to infer from the README that encoding might need some additional libs, and that this affects vp8, just like it affects h264.

from mpv-build.

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.