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

linux,centos 7.3 ,fatal error: EGL/egl.h: No such file or directory

Open tyTYtyChan opened this issue 6 years ago • 2 comments

----------------- -lGLEW -lEGL ---------------------------- 1. yum install mesa-libGLU mesa-libGLU-devel 2. building from source GLEW >=2.0 3. yum install glew glew-devel

git clone http://source.ffmpeg.org/git/ffmpeg.git ffmpeg cd ffmpeg ln -s ~/ffmpeg-gl-transition/vf_gltransition.c libavfilter/ git apply ~/ffmpeg-gl-transition/ffmpeg.diff

// ./configure ..... fatal error: EGL/egl.h: No such file or directory ! can‘t continue

----------------- -lGLEW -lglfw ---------------------------- 1. define GL_TRANSITION_USING_EGL // remove this line 2. yum -y install glew glew-devel glfw glfw-devel

configure && make && make install success!

Xvfb :99 -screen 0 1280x1024x16 export DISPLAY=:99

ffmpeg -i test1.mp4 -i test2.mp4 -filter_complex gltransition out.mp4

got this Error :
segmentation fault :


only work on macos high sierra , i wanna install gltansition on remote linux server help ! pls

tyTYtyChan avatar Sep 12 '18 12:09 tyTYtyChan

install mesa-libEGL-devel

liule-pi avatar Dec 08 '18 10:12 liule-pi

@ tyTYtyChan i am unable to run it on mac os High Sierra 10.13.5 (17F77). can you please give me the step by step commands to run it on mac os? Thank You

adramani90 avatar Apr 04 '19 13:04 adramani90