Coder Social home page Coder Social logo

Comments (5)

liule-pi avatar liule-pi commented on June 2, 2024

I have the same problem with non-EGL building
and for EGL building , I got Segmentation fault (core dumped)

edit:
openai/gym#366
re-installing the nvidia driver with --no-opengl-libs works for me.

from ffmpeg-gl-transition.

Archangelsg avatar Archangelsg commented on June 2, 2024

Try to add before executing the command
xvfb-run --server-args="-screen 0, 1280x1024x16"
Instead of
Xvfb :1 -screen srcn 1280x1024x16
export DISPLAY=:99

from ffmpeg-gl-transition.

owen-m1 avatar owen-m1 commented on June 2, 2024

@Archangelsg Running that command just gives me the error xvfb-run: usage error: need a command to run.
Are you sure the command you put in your comment is the exact command you used?

from ffmpeg-gl-transition.

tellamon avatar tellamon commented on June 2, 2024

@owen-m1 you need to give the command you want to execute after xvfb-run as follows

xvfb-run --server-args="-screen 0, 1280x1024x16" ffmpeg -i /test/input1.mp4 /test/input2.mp4 -filter_complex gltransition -y /test/out.mp4

from ffmpeg-gl-transition.

clickear avatar clickear commented on June 2, 2024

run cmd
/usr/bin/Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile ./xdummy.log -config /etc/X11/xorg.conf :1 &
it work for me!
see https://github.com/clofus/ffmpeg-gl/blob/master/init.sh

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.