ffmpeg-ruby
ffmpeg-ruby copied to clipboard
Capture web camera and show in Gtk window
Hi. I'm a developer of P2P social network Pandora. I've used gstreamer before, but it has a lot of trouble after migration to version 1.0. Now I decide to try ffmpeg.
I didn't find any examples or documentation about "ffmpeg-ruby" bindings.
Please, tell me, how can I do:
- capture video stream from web-camera
- show video stream in Gtk window
Does "ffmpeg-ruby" can do it? Does it work in Windows?