hackerdude/ffmpeg-ruby

Capture web camera and show in Gtk window

Opened this issue · 0 comments

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:

  1. capture video stream from web-camera
  2. show video stream in Gtk window

Does "ffmpeg-ruby" can do it? Does it work in Windows?