Coder Social home page Coder Social logo

Comments (8)

transitive-bullshit avatar transitive-bullshit commented on June 3, 2024

You're going to need to include a lot more details.

What platform? What's the error?

Make sure you can compile a fresh clone of ffmpeg before trying to compile with ffmpeg-gl-transition additions.

from ffmpeg-gl-transition.

yongfengnice avatar yongfengnice commented on June 3, 2024

I have compiled it successfully,but cannot use it.
the problem is below:

when I input:
./ffmpeg -i out4.mp4 -i out5.mp4 -filter_complex gltransition -y out.mp4

it output errors:
[AVFilterGraph @ 0x3509500] Error initializing filter 'gltransition'
Error initializing complex filters.
Operation not permitted

when I type: ./ffmpeg -v 0 -filters | grep gltransition
output is : T.. gltransition VV->V OpenGL blend transitions

is it normal ??

can you tell me how to solve?thanks

from ffmpeg-gl-transition.

transitive-bullshit avatar transitive-bullshit commented on June 3, 2024

it's an issue your your server's opengl setup. if it's headless, you need to run xvfb.

check this thread for details.

from ffmpeg-gl-transition.

yongfengnice avatar yongfengnice commented on June 3, 2024

But I want to migrate to android platform.Do you think it can be used in android platform? can you help compile a lib and use it in android?thanks!!!

from ffmpeg-gl-transition.

FaithyQi avatar FaithyQi commented on June 3, 2024

I also want to use this lib in my Android project , but it doesn't build success. The problem is I can not build libglvnd with ffmpeg in NDK environment , can you help me ? thanks!

from ffmpeg-gl-transition.

transitive-bullshit avatar transitive-bullshit commented on June 3, 2024

@FaithyQi make sure you can build normal ffmpeg (following the official ffmpeg Android docs) without this extension before trying to build with the extension added.

If that works for you and this extension doesn't work when applied, then please open a new issue with more details so we can investigate.

Thanks!

from ffmpeg-gl-transition.

lasnow avatar lasnow commented on June 3, 2024

Hi! I join this thread to see if we can make this work for Android.
I was able to build ffmpeg and ran it in 3 different Android devices.

Now I am trying to put ffmpeg-gl-transition on top of my ffmpeg but the vf-gltransition.c file gives me compilation errors, there are some dependencies that don't exist or I don't know how to add them in the Android NDK compiler.
libavfilter/vf_gltransition.c:18:11: fatal error: 'GL/glew.h' file not found
I managed to solve this by changing the import with <GLES2/gl2.h>

But then I got this error:
libavfilter/vf_gltransition.c:25:11: fatal error: 'GLFW/glfw3.h' file not found
So far, I haven't found any solution for that... Did anyone progress building ffmpeg-gl-transition for Android?

Thanks

from ffmpeg-gl-transition.

MotionDesignStudio avatar MotionDesignStudio commented on June 3, 2024

lasnow, I am struggling trying to get this to work for Debian. Ffmpeg compiles successfully. When I add gltransition it fails.

from ffmpeg-gl-transition.

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.