ffmpeg-gl-transition icon indicating copy to clipboard operation
ffmpeg-gl-transition copied to clipboard

FFmpeg filter for applying GLSL transitions between video streams.

Results 36 ffmpeg-gl-transition issues
Sort by recently updated
recently updated
newest added

env DISPLAY=:1 ffmpeg -i /ligaoliang/chart.mp4 -i /ligaoliang/back1.mp4 -filter_complex gltransition -y out.mp4 ffmpeg version 5.0 Copyright (c) 2000-2022 the FFmpeg developers. This is my cmd

libavfilter/vf_gltransition.c:143:19: warning: 'glCreateShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLuint shader = glCreateShader(type); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1866:23: note: 'glCreateShader' has...

Hi guys, I am trying to concatenate two files for one video file. For that, it's working fine and i got output video file. But i can't hearing audio on...

I installed the dependencies for FFMPEG build(GLU,GLFW,GLVND & GLEW libs) and configured it with EGL. My configured command is: `./configure --enable-gpl --enable-opengl --enable-filter=gltransition --extra-ldflags="-L/usr/lib/x86_64-linux-gnu -L/usr/local" --extra-libs='-lGLEW -lglfw3 -lEGL -lGLU' --enable-shared...

make [ 5%] Building C object lib/glfw/src/CMakeFiles/glfw.dir/context.c.o In file included from /Users/nowfalsalahudeen/development/video-app/lib/glfw/src/context.c:30: In file included from /Users/nowfalsalahudeen/development/video-app/lib/glfw/src/internal.h:183: /Users/nowfalsalahudeen/development/video-app/lib/glfw/src/cocoa_platform.h:30:10: fatal error: 'Carbon/Carbon.h' file not found #include ^~~~~~~~~~~~~~~~~ 1 error generated. make[2]:...

libavdevice/opengl_enc.c:463:27: error: use of undeclared identifier 'glGenBuffers'; did you mean 'glReadBuffer'? procs->glGenBuffers = glGenBuffers; ^~~~~~~~~~~~ glReadBuffer /usr/local/include/GL/gl.h:789:23: note: 'glReadBuffer' declared here GLAPI void GLAPIENTRY glReadBuffer( GLenum mode ); ^ libavdevice/opengl_enc.c:464:30:...

Try to keep alpha channel, and added input option「extra_texture」to set the third texture like displacement.glsl's displacementMap. It can be used by command like: `./ffmpeg -i frames_1/%06d.png -i frames_2/%06d.png -filter_complex "gltransition=duration=2:source=displacement.glsl:extra_texture=radial-tri-lateral.png"...

Hi, I'm using [react-native-ffmpeg](https://github.com/tanersener/react-native-ffmpeg). Do you think there's any way of building ffmpeg for iOS with gl-transition filter? If so, can you point me in the direction of how to...

Am build without gl-transition filtter done work well. am ready comment line: # define GL_TRANSITION_USING_EGL // remove this line if you don't want to use EGL **How to install glfw,...

I am not sure if alpha channel is not supported or if I am just doing something wrong. If they are not supported, would it be possible to add support...