Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to... #1

Open
ryanpamplin opened this issue Apr 26, 2016 · 1 comment
Open

How to... #1

ryanpamplin opened this issue Apr 26, 2016 · 1 comment

Comments

@ryanpamplin
Copy link

Hello! I'd really like to use VLC to capture my screen on OS X, and output it as a streamable GIF. I've already got it doing this via MJPEG using this command:

/Applications/VLC.app/Contents/MacOS/VLC -vvv --no-audio screen:// --screen-fps 10 --sout "#transcode{vcodec=MJPG,vb=8000}:standard{access=http,mux=mpjpeg,dst=:18223/}" --sout-http-mime="multipart/x-mixed-replace;boundary=--7b3cc56e5f51db803f790dad720ed50a

Can you provide some guidance on how to install this into VLC on OS X, or if not, Ubuntu?

Thanks so much!

@azrdev
Copy link
Owner

azrdev commented Apr 26, 2016

first off: This project is more a proof of concept than anything else.

To build, you need the vlc headers (try something like apt-get build-dep vlc).
make should compile a libanigif_plugin.so file in the source directory. Copy that to /usr/lib/vlc/plugins/codec/ as described in the README.md.

About OS X I've no idea, but if I can help you figuring things out, I'd be glad to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants